Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 17, 2016
1 parent 82f812f commit 112b010
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Use the `ec2-auto-recovery.json` template to launch an EC2 instance with auto-re

### Installation Guide

1. Download the template [ec2-auto-recovery.json](https://raw.githubusercontent.com/widdix/aws-cf-templates/master/ec2/ec2-auto-recovery.json)
1. Open AWS CloudFormation within the Management Console: [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation).
1. Create a new stack by clicking on the **Create Stack** button.
1. Select **Upload a template to Amazon S3** and upload the JSON-file `ec2-auto-recovery.json` from this repository.
1. Select **Upload a template to Amazon S3** and upload the template `ec2-auto-recovery.json`.
1. Click **Next** to proceed with the next step of the wizard.
1. Specify a name and all parameters for the stack.
1. Click **Next** to proceed with the next step of the wizard.
Expand Down
3 changes: 2 additions & 1 deletion static-website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Use the `static-website.json` template to create the infrastructure for hosting

### Installation Guide

1. Download the template [wstatic-website.json](https://raw.githubusercontent.com/widdix/aws-cf-templates/master/static-website/static-website.json)
1. Open AWS CloudFormation within the Management Console: [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation).
1. Create a new stack by clicking on the **Create Stack** button.
1. Select **Upload a template to Amazon S3** and upload the JSON-file `static-website.json` from this repository.
1. Select **Upload a template to Amazon S3** and upload the template `static-website.json`.
1. Click **Next** to proceed with the next step of the wizard.
1. Specify a name and all parameters for the stack.
1. Click **Next** to proceed with the next step of the wizard.
Expand Down
9 changes: 6 additions & 3 deletions vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Use the `vpc-2azs.json` template to create a VPC with two private and two public

### Installation Guide

1. Download the template [vpc-2azs.json](https://raw.githubusercontent.com/widdix/aws-cf-templates/master/vpc/vpc-2azs.json)
1. Open AWS CloudFormation within the Management Console: [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation).
1. Create a new stack by clicking on the **Create Stack** button.
1. Select **Upload a template to Amazon S3** and upload the JSON-file `vpc-2azs.json` from this repository.
1. Select **Upload a template to Amazon S3** and upload the template `vpc-2azs.json`.
1. Click **Next** to proceed with the next step of the wizard.
1. Specify a name and all parameters for the stack.
1. Click **Next** to proceed with the next step of the wizard.
Expand All @@ -44,9 +45,10 @@ Use the `vpc-3azs.json` template to create a VPC with three private and two publ

### Installation Guide

1. Download the template [vpc-3azs.json](https://raw.githubusercontent.com/widdix/aws-cf-templates/master/vpc/vpc-3azs.json)
1. Open AWS CloudFormation within the Management Console: [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation).
1. Create a new stack by clicking on the **Create Stack** button.
1. Select **Upload a template to Amazon S3** and upload the JSON-file `vpc-3azs.json` from this repository.
1. Select **Upload a template to Amazon S3** and upload the template `vpc-3azs.json`.
1. Click **Next** to proceed with the next step of the wizard.
1. Specify a name and all parameters for the stack.
1. Click **Next** to proceed with the next step of the wizard.
Expand All @@ -71,9 +73,10 @@ Use the `vpc-nat-instance.json` template to create a **highly available** NAT in

### Installation Guide

1. Download the template [vpc-nat-instance.json](https://raw.githubusercontent.com/widdix/aws-cf-templates/master/vpc/vpc-nat-instance.json)
1. Open AWS CloudFormation within the Management Console: [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation).
1. Create a new stack by clicking on the **Create Stack** button.
1. Select **Upload a template to Amazon S3** and upload the JSON-file `vpc-nat-instance.json` from this repository.
1. Select **Upload a template to Amazon S3** and upload the template `vpc-nat-instance.json`.
1. Click **Next** to proceed with the next step of the wizard.
1. Specify a name and all parameters for the stack.
1. Click **Next** to proceed with the next step of the wizard.
Expand Down
3 changes: 2 additions & 1 deletion wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ This template depends on other templates.

### Installation Guide

1. Download the template [wordpress-ha.json](https://raw.githubusercontent.com/widdix/aws-cf-templates/master/wordpress/wordpress-ha.json)
1. This templates depends on one of our VPC templates. [Please create a VPC stack with at least two public and private subnets first.](https://github.com/widdix/aws-cf-templates/tree/master/vpc)
1. Open AWS CloudFormation within the Management Console: [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation).
1. Create a new stack by clicking on the **Create Stack** button.
1. Select **Upload a template to Amazon S3** and upload the JSON-file `wordpress-ha.json` from this repository.
1. Select **Upload a template to Amazon S3** and upload the template `wordpress-ha.json`.
1. Click **Next** to proceed with the next step of the wizard.
1. Specify a name and all parameters for the stack.
1. Click **Next** to proceed with the next step of the wizard.
Expand Down

0 comments on commit 112b010

Please sign in to comment.