You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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})$