Automate Docker container deployments to AWS ECS using CloudFormation
Learn how to automate deployment of your Docker containers to AWS Elastic Container Service (ECS) using CloudFormation. We'll run through an overview of how ECS works, as well as a real-life scenario of deploying an NGINX Docker container to it and then accessing it over the internet. GITHUB GIST CloudFormation template https://gist.github.com/tkgregory/414... AWS CLI COMMANDS Create stack: aws cloudformation create-stack --stack-name example-deployment --template-body file://./ecs.yml --capabilities CAPABILITY_NAMED_IAM --parameters 'ParameterKey=SubnetID,ParameterValue=subnet-1881f750' Update stack: same as above but using 'update-stack' instead of 'create-stack' Delete stack: aws cloudformation delete-stack --stack-name example-deployment

Create CloudFormation Stack (EC2 + RDS) & Deploy Docker App - Episode #7

AWS Networking Fundamentals

The intro to Docker I wish I had when I started
![AWS re:Invent 2019: [REPEAT] Best practices for CI/CD using AWS Fargate and Amazon ECS (CON333-R)](https://i.ytimg.com/vi/7FVK0i9edyg/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLAFwfQszXu9HaQr8GInryD5u_pozQ)
AWS re:Invent 2019: [REPEAT] Best practices for CI/CD using AWS Fargate and Amazon ECS (CON333-R)

How to Deploy a Docker App to AWS ECS

Docker on AWS (Spring Boot, ECS and Docker)

Docker on Amazon ECS Fargate using CloudFormation - Episode #9

Containers on AWS Overview: ECS | EKS | Fargate | ECR

Azure Kubernetes Services (AKS) Overview

AWS CodePipeline tutorial | Build a CI/CD Pipeline on AWS

Docker Core Concepts Every Developer Should Know

Containers on AWS: An Introduction
![Kubernetes Crash Course for Absolute Beginners [NEW]](https://i.ytimg.com/vi/s_o8dwzRlu4/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLAfg4KRReNtQkLAjORAuzDyyoaBFg)
Kubernetes Crash Course for Absolute Beginners [NEW]

Docker Tutorial for Beginners

Deploy your own production-ready Jenkins in AWS ECS

Kubernetes Zero to Hero: The Complete Beginner’s Guide (2025 Edition)

AWS Fargate Tutorial with Demo using ECR and ECS | Run Docker Container on Fargate

AWS CloudFormation Tutorial | Demo with YAML Template && Sample Template | Part-2

What is AWS Cloudformation? Pros and Cons?

