I want to confirm my approach to setting up a VPC using cloudformation/scepter and seeding instances with docker container is correct.
- Create an aws ec2 instance.
- Create a docker image on that instance
- Create a cloudformation VPC template (.yaml ) -reference docker image in template?
- Create a sceptre project using the template above and run script from ec2 instance
So as I understand if the majority of the work will be in the cloudformation template. Currently I'm stuck on sceptre errors, but I wanted to make sure I was approaching the problem correctly. Does this look like the right approach?
There are a lot of ways of doing what you want:
p.s Apologies that the getting started documentation isn't great at the moment, it is something we are focusing on for release 2.0.