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

Stack fails if long resource IDs are enabled on the account #36

Closed chriscasto closed 6 years ago

chriscasto commented 6 years ago

If long resource IDs are enabled on the account, the VPC created by this stack is given an ID that doesn't pass the validation regex in the subnet template, causing stack creation to fail. This is a feature that can be manually enabled for now, but will automatically be turned on after June 2018.

https://aws.amazon.com/about-aws/whats-new/2018/02/longer-format-resource-ids-are-now-available-in-amazon-ec2/

brianhull commented 6 years ago

Why hasn't this been implemented? I need this code too. Thanks