Skip to content
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

Fix AWS GovCloud endpoint and hostedzone ID #1550

Closed
tosih opened this issue Apr 29, 2020 · 0 comments · Fixed by #1592
Closed

Fix AWS GovCloud endpoint and hostedzone ID #1550

tosih opened this issue Apr 29, 2020 · 0 comments · Fixed by #1592
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@tosih
Copy link

tosih commented Apr 29, 2020

The canonical hosted zone for AWS GovCloud elastic load balancers is incorrect. The endpoint is missing elb. and the hosted zone ID supplied is for Route53, and not actually for ELB.

What would you like to be added:
I would like to update the line as follows:

-		"us-gov-west-1.amazonaws.com":         "Z1K6XKP9SAGWDV",
+		"us-gov-west-1.elb.amazonaws.com":     "Z33AYJ8TM3BH4J",

Why is this needed:
This is needed otherwise you will get the following error when creating an alias for a specific ELB in us-gov-west-1.

InvalidChangeBatch: [Tried to create an alias that targets a112853ad588a48f1a2##########-##########.us-gov-west-1.elb.amazonaws.com., type A in zone Z1K6XKP9SAGWDV, but the alias target name does not lie within the target zone]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant