-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
route53 A record is setting incorrect alias target for s3 website #3928
Comments
I have seen the same issue with Java. |
Definitely my fault, I've used the
Sorry about that, I'll get a PR ready |
thanks @nmussy |
This is still not working correctly. Based on my experience, the alias target for S3 bucket should be set to the regionalized base domain name such as It seems Route53 could figure out the full endpoint name since bucket name must exactly match the record name. |
Hey @jokyjang. Please tell me if I understand correctly, but the
We might have to add a CNAME to allow the user to transparently have different domain name, unless I'm missing something. I'll look into it tomorrow morning, it's getting late here. Thanks, and sorry again for the issues everyone. |
🐛 Bug Report
What is the problem?
I created a cdk stack with s3, route53 and A record on an existing zone. when deployed the alias target in route53 is encoded string
http\072\057\057harmohan.<website>.com.s3-website-ap-southeast-2.amazonaws.com.
Reproduction Steps
Verbose Log
Environment
Other information
The text was updated successfully, but these errors were encountered: