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

ElasticFileSystem' must match pattern ^(fs-)([a-z0-9]{8})$ cloudformation error #87

Open anandktx opened 2 years ago

anandktx commented 2 years ago

If you are encountering a cloud formation error asking for ElasticFileSystem match pattern then the following can be done to Fix. In aws-refarch-wordpress-04-web.yaml line no 135, the AllowedPattern should be changed from ^(fs-)([a-z0-9]{8})$ to ^(fs-)([a-z0-9]{17})$