Services
or by searching for it in the search bar.Hosted Zones
and create a new hosted zone. This hosted zone should be public and is the domain that you purchased for your portal.NS
record for your domain. Typically there are 4 nameservers listed in the NS
record. You will need to update the nameservers for your domain where you purchased and managed your domain. Custom DNS
option under NameServers, and copying in the name servers that AWS generated for you.alias
option and find the A record that you just created that points to the server IP. For the value of Record name
place an asterisk (*).mydomain.com
and you're setting up a server at sev1.mydomain.com
, you would have an A record for sev1.mydomain.com
pointing to the IP of the server and a wildcard A record for *.sev1.mydomain.com
pointing to the first record sev1.mydomain.com
.mydomain.com
and www.mydomain.com
you will need to add a CNAME record for www
that points to mydomain.com
like so:Security Credentials
in your account dropdown menu.Access keys
, click Create New Access Key
.common.yml
file you created in your portal-common-configs
LastPass folder. The AWSAccessKeyID
is the aws_access_key
and the AWSSecretKey
is the aws_secret_access_key
.