Episode #7
Learn how to create application stack using AWS CloudFormation and then deploy dockerized API application.
Stack is defined using YAML template that contains 4 resources to be created on AWS,
Following are the steps to walk through,
Source Code: https://github.com/devteds/e7-cloudformation-docker
AWS CloudFormation: https://aws.amazon.com/cloudformation
AWS EC2: https://aws.amazon.com/ec2
AWS RDS: https://aws.amazon.com/rds
Configure Docker Engine: https://docs.docker.com/engine/admin/
Docker & TLS: https://docs.docker.com/engine/security/https/
Docker Image: https://hub.docker.com/r/devteds/rails-api-example