Which AWS service can a company use to store and manage Docker images?
Amazon DynamoDB
Amazon Kinesis Data Streams
Amazon Elastic Container Registry (Amazon ECR)
Amazon Elastic File System (Amazon EFS)
Explanations:
Amazon DynamoDB is a fully managed NoSQL database service that is designed for high availability and scalability but is not intended for storing Docker images.
Amazon Kinesis Data Streams is a service for real-time data streaming and processing, not for storing and managing Docker images.
Amazon Elastic Container Registry (Amazon ECR) is a fully managed Docker container registry that allows users to store, manage, and deploy Docker container images.
Amazon Elastic File System (Amazon EFS) is a scalable file storage service for use with Amazon EC2, but it is not specifically designed for managing Docker images.