[AWS Practice] 11. Docker

Sunwu Park·2024년 3월 2일
0

AWS-Study

목록 보기
13/17

Docker images can be stored in Amazon ECR privately

ECS

  • Elastic Container Service
  • Launch Docker containers on AWS -> need EC2
  • AWS take care of containers by Application Load Balancer
  • when new Docker container -> aws knows where to put it and run it

Fargate

  • Do not need EC2 -> Serverless
  • AWS runs containers based on CPU/RAM needed

ECR

  • Elastic Container Registry
  • private Docker Registry -> store docker images so ECS or Fargate can run

0개의 댓글