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?