1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Which AWS compute service is best for running batch jobs at any scale?
AWS Batch
Which AWS service allows you to automatically adjust the number of EC2 instances based on conditions?
Amazon EC2 Auto Scaling
Which AWS compute model gives you the most control over the operating system and hardware configuration?
Infrastructure as a Service (IaaS)
Which AWS service provides a repository for discovering and deploying serverless applications?
AWS Serverless Application Repository
Which AWS service is designed to run code only when triggered by events or schedules?
AWS Lambda
Which AWS service allows you to orchestrate Docker containers across EC2 instances?
Amazon ECS (Elastic Container Service)
Which AWS service allows you to run managed Kubernetes clusters?
Amazon EKS (Elastic Kubernetes Service)
Which AWS service is designed for running containers without managing servers or clusters?
AWS Fargate
Which AWS service allows you to define a blueprint for running one or more containers as part of a task?
Amazon ECS (Task Definition)
Which AWS service is best suited for storing and retrieving Docker container images?
Amazon ECR (Elastic Container Registry)
Which AWS service provides a simple way to build and host applications or websites?
Amazon Lightsail
Which AWS service is most appropriate for a team that wants to deploy a Java application with automatic scaling and health monitoring?
AWS Elastic Beanstalk
A developer wants to deploy a Python web app with minimal infrastructure management but still retain EC2 access. Which service should they use?
AWS Elastic Beanstalk
Which AWS service is part of the IaaS category?
Amazon EC2
Which service would be least appropriate for a long-running application that requires persistent compute and storage?
AWS Lambda
Which service would be least appropriate for a developer who needs full control over the OS and installed software?
AWS Lambda
Which AWS service would be least suitable for deploying a monolithic application that requires persistent storage and long uptime?
AWS Lambda
Which AWS service would be most appropriate for a company needing to run hundreds of short-lived containerized jobs without managing servers?
AWS Fargate
Which service would be best for a developer who wants to deploy a Docker-based app and manage orchestration manually?
Amazon ECS
What is a key benefit of container-based computing?
Fast startup times