If you are using a custom domain, you will need to set up subdomains to support the web and VDI portions of your portal.
Note
If you are deploying to the AWS GovCloud (US-West) Region, set up the web application and VDI subdomains in the commercial partition account hosting the domain public hosted zone.
-
Open the Route 53 console
. -
Find the domain you created and choose Create record.
-
Enter 'web' as the Record name.
-
Select CNAME as the Record type.
-
For Value, enter the link you received in the initial email.
-
Choose Create records.
-
To create a record for the VDC, retrieve the NLB address.
-
Open the AWS CloudFormation console
. -
Choose
<environment-name>-vdc
. -
Choose Resources and open
<environmentname>-vdc-external-nlb
. -
Copy the DNS name from the NLB.
-
-
Open the Route 53 console
. -
Find your domain and choose Create record.
-
Under Record name, enter
vdc
. -
Under Record type, select CNAME.
-
For the NLB, enter the DNS.
-
Choose Create record.