Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Add missing AWS setup in README (issue #3) #16

Closed
wants to merge 1 commit into from
Closed
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ To check out the project and build it from source, do the following:
If you want to start this application on your own AWS environment you just need to do the following steps:

* Choose Ireland as region
* Go to the EC2 console.
* Create a new key pair
* Click on the "Key Pairs" link
* Choose "Create Key Pair"
* Enter key pair name: eu-west-1
* Go to the Route53 console.
* Create a new hosted zone
* Choose "Create Hosted Zone"
* Enter domain name: elasticspring.org
* Go to the CloudFormation console.
* Create a new stack
* Name the stack "AwsSampleStack".
Expand Down