awslabs / eksdemo

The easy button for learning, testing and demoing Amazon EKS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External DNS stack fails in non-commercial regions

JoeNorth opened this issue · comments

The External DNS IAM policy currently hardcodes the aws partition for its route53 resource. This results in the stack failing in non-commercial regions like GovCloud.

There is also ~30 other occurrences of aws partition in IAM policies or resource ARNs (ex.: velero, cert_manager, etc..)