Skip to content

Commit

Permalink
Merge pull request widdix#46 from devjack/patch-1
Browse files Browse the repository at this point in the history
Clarify certificates in wordpress steps
  • Loading branch information
andreaswittig authored Dec 30, 2016
2 parents d1b8387 + 605b339 commit 98ea187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ This template combines the following services:

## Installation Guide
1. This templates depends on our [`vpc-*azs.yaml`](../vpc/) template. WordPress will use 2 AZs only. <a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=vpc-2azs&templateURL=https://s3-eu-west-1.amazonaws.com/widdix-aws-cf-templates/vpc/vpc-2azs.yaml">Launch Stack</a>
1. Create an ACM certificate for your domain name within the region you want to launch your stack in. Copy the ARN of the certificate.
1. Create another ACM certificate for your domain in region `us-east-1`. Copy the ARN of the certificate.
1. Create an ACM certificate for your domain name within the region you want to launch your stack in. Copy the ARN of the certificate. This is for the ELB.
1. Create another ACM certificate for your domain in region `us-east-1`. Copy the ARN of the certificate. This is for CloudFront (note: [CloudFront only supports ACM certificates in us-east-1](https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html))
1. <a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=wordpress-ha&templateURL=https://s3-eu-west-1.amazonaws.com/widdix-aws-cf-templates/wordpress/wordpress-ha.yaml">Launch Stack</a>
1. Click **Next** to proceed with the next step of the wizard.
1. Specify a name and all parameters for the stack.
Expand Down Expand Up @@ -50,4 +50,4 @@ We offer support for our CloudFormation templates: setting up environments based
We are looking forward to your feedback. Mail to [hello@widdix.de](mailto:hello@widdix.de).

## About
A [cloudonaut.io](https://cloudonaut.io/templates-for-aws-cloudformation/) project. Engineered by [widdix](https://widdix.net).
A [cloudonaut.io](https://cloudonaut.io/templates-for-aws-cloudformation/) project. Engineered by [widdix](https://widdix.net).

0 comments on commit 98ea187

Please sign in to comment.