Containerized Applications on AWS complete course is currently being offered by AWS through Coursera platform and is being taught by Morgan Willis and Russell Sayers.
About this Course
This course introduces you to container technologies and how they can be used to modernize your applications, as well as exploring how different AWS services can be used to manage and orchestrate those containers.
Skills You Will Gain
- App Runner
- Kubernetes
- Containers
- Amazon Elastic Container Registry
- Microservices
Also Check: How to Apply for Coursera Financial Aid

Coursera Containerized Applications on AWS Week 1 Quiz Answers!
Question 1) Select the true statements about containers and virtual machines (VMs). (Select FOUR.)
Containers and VMs both enable multiple environments to exist within the same underlying hardware environment.
Containers and VMs both provide isolation for application environments.
Containers and VMs both use their own guest operating system per instantiation.
Containers and VMs both facilitate decoupling of the application environments from the underlying hardware.
Containers and VMs both use images for backup, restoration, and duplication of the application environment.
Containers and VMs do not provide isolation for application environments.
Containers and VMs do not use images for backup, restoration, and duplication of the application environment.
Question 2) What is a container registry?
A management service used to register containers to a cluster
A location to store and distribute container images
A container Domain Name System (DNS) service that is used during the creation of public containers
A private storage location for container images
Question 3) True or False: Containers help to solve the problem of code portability.
True
False
Question 4) What is the name of the file that contains instructions on how to build a docker container?
Docker
requirements.txt
buildspec.yaml
Dockerfile
Question 5) Which command lists all Docker container images on a host?
Docker inspect
Docker build
Docker images
Docker stats
Also Check: Cryptography All Weeks Quiz Answers - Coursera!
Post a Comment