aws-refapp
aws-refapp copied to clipboard
CloudFormation Stack template doesn't work out of the box
I encountered the following 2 issues when trying to create the CloudFormation stack using the supplied template:
- The template makes the assumption that an EC2 key named
eu-west-1already exists. - The template makes the assumption that a Route53 hosted zone exists for the domain:
elasticspring.org
It would be great if the instructions could be updated to include the necessary steps to overcome these issues.
I fixed the first problem deleted "KeyName": "eu-west-1". However I don´t know how can fix the second problem, please some advises.