For developers
Adding a custom domain
2 min
to assign a custom domain name to an environment, you need to follow 3 steps step 1 pass the custom domain name to the hosting administrators they will set it up on the hosting level to generate auto renewable ssl certificate for the domain this is a required stap to make the domain accessible via https protocol as a result, administrators will provide a dns record to set up for the domain name for ssl certificate validation it will look similar to this type cname key be4ce23f2ff30fd60cbabc05189f9b58 example com value 18b55e9dc44fb199fcc42e1486a46312 sdgjtdhdhz acm validations aws step 2 add dns record to the domain for ssl certificate validation it can be done by anyone with the access to the domain dns configuration wait for the record status to become verified in aws certificate manager (usually takes a couple of minutes, but can be longer) step 3 add a custom domain to the hosty yaml file of the project, for example \# applications backend \# overrides \ condition environments \[ production ] hosts \ example com step 4 deploy the environment as usual the application should become available on the custom domain(s) as soon as the deployment is completed