May 2023
Intermediate to advanced
602 pages
14h 1m
English
In this chapter, you will learn about containers and the container services provided by AWS. You will get an overview of Docker and Elastic Container Registry (ECR) and learn about Elastic Container Service (ECS) as provided by AWS for container management. We will make changes to our example aws-code-pipeline application and deploy it to ECS. In this chapter, we will be covering the following topics:
In the previous chapter, we deployed our example application to the EC2 instances using the CodeDeploy service. In this chapter, we will deploy ...