'Create a subdomain pointing to RedShift (Route53)
Hello I currently have a Redshift Cluster and I need to my apps point to a subdomain instead of the Redshift cluster HOST. This redshift cluster is inside a VPC with gateway endpoint type. How do I create a route53 record inside my already existing hosted zone to do this?
Already tried adding a CNAME record and poiting directly to the Redshift host,a but since its inside a VPC does not work.
Solution 1:[1]
An Amazon VPC interface endpoint – Route 53 responds with one or more IP addresses for your interface endpoint.
Alias type record may help in this situation
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | izayoi |
