launch docker containers on AWS.
You must provision&maintain the infrastructure (EC2 인스턴스 미리 만들기)
ECS와의 차이는 provision이 필요 없다는 점.
이미지 저장소
place where you store your docker images so they can be run by ECS or Fargate.
fully managed batch processing at any scale. Batch는 시작과 끝이 있는 job으로 반대 개념은 continuous job이다. Run on ECS. No time limit.
Great for people with little cloud experience. Simple web applications. no auto-scaling.