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

Arch templates missing S3 bucket #60

Open glennlawyer opened 5 years ago

glennlawyer commented 5 years ago

Both the instructions in the Readme and the revised reference architecture/white paper includes an S3 bucket for static assets

Since files will be offloaded to S3, ensure to add the S3 bucket as an origin on your CloudFront Distribution. Simply navigate to the distribution, select the Origin tab, Create Origin, Click on the Origin Domain Name text field and find the S3 bucket used for CDN. Note: This will take some time, the Distribution will be In Progress until CDN replication is complete.

https://d1.awsstatic.com/whitepapers/wordpress-best-practices-on-aws.pdf

However, the scripts do not create the bucket. Could this be added?

DanteDiaz commented 4 years ago

I think replace by EFS but is a good answers ..