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 606 forks source link

Updated CF templates #70

Open DanielRDias opened 5 years ago

DanielRDias commented 5 years ago

Description of changes: Updated CF templates to use the latest instance types. Updated the PHP versions to the ones that are currently supported by Wordpress Fixed master template name and link on README.md

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

mandersondesign commented 4 years ago

@jamesiri Please pull this in!

Thanks

aliatakan commented 4 years ago

If I'm not wrong, the only thing was added is the PHP new versions parameter values so it doesn't mean "new php versions added". There should be new LaunchConfiguration resources for the new PHP versions. PR shouldn't be merge, otherwise it will break all the deployment if someone choose one of the "new versions" because there is no LaunchConfiguration for those.