Quiz: Deployment
Test your knowledge of deploying a NestJS app to Amazon ECS.
We'll cover the following...
1
What is the primary purpose of Amazon ECS and Amazon ECR in a containerized application architecture?
A)
Amazon ECS orchestrates the deployment and management of containers, while Amazon ECR provides a fully managed registry to store and retrieve container images.
B)
Amazon ECR is responsible for orchestrating the deployment of containers, while Amazon ECS is a secure registry for storing container images.
C)
Both Amazon ECS and Amazon ECR are primarily focused on managing and orchestrating containers, with no distinction in their roles.
D)
Amazon ECS is a database service for managing containerized data, while Amazon ECR is a service for deploying and managing containers.
Question 1 of 50 attempted
...