aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 601 forks source link

Fixes hosted-zone validation for 13char ALB hzs #73

Open thatderek opened 4 years ago

thatderek commented 4 years ago

Description of changes: Hosted zones for ALBs can apparently be 13 characters. This fix accommodates that.

➜  ~ aws elbv2 describe-load-balancers | jq '.LoadBalancers[0].CanonicalHostedZoneId' -r        
Z1H1FL5HABSF5

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.