Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Based AMI was changed from Amazon Linux1 to Amazon Linux2 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ You can launch this CloudFormation stack, using your account, in the following A
| eu-central-1 |EU (Frankfurt)| [![cloudformation-launch-stack](images/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/new?stackName=WordPress&templateURL=https://s3.amazonaws.com/aws-refarch/wordpress/latest/templates/aws-refarch-wordpress-master-newvpc.yaml) |
| ap-southeast-2 |AP (Sydney)| [![cloudformation-launch-stack](images/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/new?stackName=WordPress&templateURL=https://s3.amazonaws.com/aws-refarch/wordpress/latest/templates/aws-refarch-wordpress-master-newvpc.yaml) |

#### Select WordPress version
#### WordPress version

The version of WordPress can be selected. Possible values are latest, nightly, 4.5, 4.6, 4.7, 4.8, 4.9.
The latest version of WordPress can be installed. In June 2021, 5.7.2 can be installed automatically and 5.8 can be installed manually.

#### Override PHP.ini defaults by downloading an overrides ini file from Amazon S3

Expand Down Expand Up @@ -152,7 +152,7 @@ Since files will be offloaded to S3, ensure to add the S3 bucket as an origin on

## Master Template
The master template receives all input parameters and passes them to the appropriate nested template which are executed in order based on conditions and dependencies.
Review the template here [aws-refarch-wordpress-master.yaml](templates/aws-refarch-wordpress-master.yaml)
Review the template here [aws-refarch-wordpress-master-newvpc.yaml](templates/aws-refarch-wordpress-master-newvpc.yaml)

### AWS Resources Created:

Expand Down
34 changes: 20 additions & 14 deletions templates/aws-refarch-wordpress-03-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,33 +195,39 @@ Mappings:

RegionMap:
ap-northeast-1:
AMI: ami-da9e2cbc
AMI: ami-0b276ad63ba2d6009
ap-northeast-2:
AMI: ami-1196317f
AMI: ami-0b827f3319f7447c6
ap-northeast-3:
AMI: ami-07420201371095f81
ap-south-1:
AMI: ami-d5c18eba
AMI: ami-00bf4ae5a7909786c
ap-southeast-1:
AMI: ami-c63d6aa5
AMI: ami-0e5182fad1edfaa68
ap-southeast-2:
AMI: ami-ff4ea59d
AMI: ami-0c9fe0dec6325a30c
ca-central-1:
AMI: ami-d29e25b6
AMI: ami-0db72f413fc1ddb2a
eu-central-1:
AMI: ami-bf2ba8d0
AMI: ami-00f22f6155d6d92c5
eu-north-1:
AMI: ami-00517306b63c4628c
eu-west-1:
AMI: ami-1a962263
AMI: ami-058b1b7fe545997ae
eu-west-2:
AMI: ami-e7d6c983
AMI: ami-03ac5a9b225e99b02
eu-west-3:
AMI: ami-062fdd189639d3e93
sa-east-1:
AMI: ami-286f2a44
AMI: ami-05e809fbeee38dd5e
us-east-1:
AMI: ami-55ef662f
AMI: ami-0dc2d3e4c0f9ebd18
us-east-2:
AMI: ami-15e9c770
AMI: ami-0233c2d874b811deb
us-west-1:
AMI: ami-a51f27c5
AMI: ami-0ed05376b59b90e46
us-west-2:
AMI: ami-bf4193c7
AMI: ami-0dc8f589abe99f538

Resources:

Expand Down
34 changes: 20 additions & 14 deletions templates/aws-refarch-wordpress-03-efsalarms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,33 +200,39 @@ Mappings:

RegionMap:
ap-northeast-1:
AMI: ami-2a69be4c
AMI: ami-0b276ad63ba2d6009
ap-northeast-2:
AMI: ami-9bec36f5
AMI: ami-0b827f3319f7447c6
ap-northeast-3:
AMI: ami-07420201371095f81
ap-south-1:
AMI: ami-4fc58420
AMI: ami-00bf4ae5a7909786c
ap-southeast-1:
AMI: ami-0797ea64
AMI: ami-0e5182fad1edfaa68
ap-southeast-2:
AMI: ami-8536d6e7
AMI: ami-0c9fe0dec6325a30c
ca-central-1:
AMI: ami-fd55ec99
AMI: ami-0db72f413fc1ddb2a
eu-central-1:
AMI: ami-c7ee5ca8
AMI: ami-00f22f6155d6d92c5
eu-north-1:
AMI: ami-00517306b63c4628c
eu-west-1:
AMI: ami-acd005d5
AMI: ami-058b1b7fe545997ae
eu-west-2:
AMI: ami-1a7f6d7e
AMI: ami-03ac5a9b225e99b02
eu-west-3:
AMI: ami-062fdd189639d3e93
sa-east-1:
AMI: ami-f1344b9d
AMI: ami-05e809fbeee38dd5e
us-east-1:
AMI: ami-8c1be5f6
AMI: ami-0dc2d3e4c0f9ebd18
us-east-2:
AMI: ami-c5062ba0
AMI: ami-0233c2d874b811deb
us-west-1:
AMI: ami-02eada62
AMI: ami-0ed05376b59b90e46
us-west-2:
AMI: ami-e689729e
AMI: ami-0dc8f589abe99f538

Resources:

Expand Down
34 changes: 20 additions & 14 deletions templates/aws-refarch-wordpress-03-efsfilesystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,33 +214,39 @@ Mappings:

RegionMap:
ap-northeast-1:
AMI: ami-2a69be4c
AMI: ami-0b276ad63ba2d6009
ap-northeast-2:
AMI: ami-9bec36f5
AMI: ami-0b827f3319f7447c6
ap-northeast-3:
AMI: ami-07420201371095f81
ap-south-1:
AMI: ami-4fc58420
AMI: ami-00bf4ae5a7909786c
ap-southeast-1:
AMI: ami-0797ea64
AMI: ami-0e5182fad1edfaa68
ap-southeast-2:
AMI: ami-8536d6e7
AMI: ami-0c9fe0dec6325a30c
ca-central-1:
AMI: ami-fd55ec99
AMI: ami-0db72f413fc1ddb2a
eu-central-1:
AMI: ami-c7ee5ca8
AMI: ami-00f22f6155d6d92c5
eu-north-1:
AMI: ami-00517306b63c4628c
eu-west-1:
AMI: ami-acd005d5
AMI: ami-058b1b7fe545997ae
eu-west-2:
AMI: ami-1a7f6d7e
AMI: ami-03ac5a9b225e99b02
eu-west-3:
AMI: ami-062fdd189639d3e93
sa-east-1:
AMI: ami-f1344b9d
AMI: ami-05e809fbeee38dd5e
us-east-1:
AMI: ami-8c1be5f6
AMI: ami-0dc2d3e4c0f9ebd18
us-east-2:
AMI: ami-c5062ba0
AMI: ami-0233c2d874b811deb
us-west-1:
AMI: ami-02eada62
AMI: ami-0ed05376b59b90e46
us-west-2:
AMI: ami-e689729e
AMI: ami-0dc8f589abe99f538

Resources:

Expand Down
Loading