How to set up a custom domain
If you've deployed the Sublime Platform via our AWS CloudFormation deployment, it's simple to set up a custom domain for your instance, such as sublime.example.com:
- In the AWS console, navigate to the same region in which you deployed the Sublime Platform
- Request a public certificate for the custom domain you want to use through AWS Certificate Manager
- In the EC2 interface, locate the
Sublime-Platform-ALB
load balancer CloudFormation created for you and add the certificate you created to the load balancer's HTTPS listener - Create a CNAME DNS record pointing your custom domain to the load balancer's DNS name (which should start with
Sublime-Platform-ALB-
)
That's it!
Updated almost 2 years ago