- Projects/
- AWS DevOps Pro Certification/
- 2: Configuration Mgmt / Infrastructure as Code/
- 3: Containers and More/
1: ECS Overview
·
First, what is ECR?
- Docker hub but on AWS and private
- Fully-managed container image registry
- Works seamlessly with ECS, EKS, fargate
- Compress, encrypt, control access
Then what’s ECS?
- Deploy docker images from ECR
- “Run anywhere”
- Use docker imgs in task definitions to launch containers as part of tasks in clusters
What are task definitions?
- Task definitions use docker to launch containers on the container instances in clusters
Workflow:
- Create container image
- Push to ECR / Docker Hub
- Task definition: Parameters for the app
- Container image is pulled from registry