AWS Module 6 Flashcards
Which of the following is NOT an AWS Compute service?
- EC2
- ECS
- EKS
- ECR
- Docker
- Fargate
Docker
Which of the following is the most popular type of EC2 instance?
- File server
- Proxy server
- MFA server
- Web server
Web server
How many key decisions must be made when creating an EC2 instance?
- 10
- 9
- 8
- 7
9
What type of instance is for broad overall types of applications?
- t series
- c series
- r series
- d series
t series
What option can be selected to add scripts or commands that an EC2 instance will always run to increase Server preparion?
- VPC configuration
- Region location
- Key pair
- User data
- EC2 scaling options
User data
Which EC2 pricing model is required for strict regulatory compliance applications?
- Dedicated Hosts
- On-demand instances
- Reserved Instances
- Spot Instances
Dedicated hosts
Which EC2 pricing model is offers up to 90% discount?
- On-demand instances
- Spot instances
- 3-year reserved instances
- Dedicated hosts
Spot instances
Self-contained execution environments are known as:
- virtual machines
- kubernetes
- docker
- containers
containers
Which AWS service allows you to run Kubernetes on AWS?
- ECR
- ECS
- EC2
- EKS
EKS
Which of the following is considered a Serverless compute service?
- ECR
- ECS
- EKS
- Lambda
- VPC
Lambda
Which service allows you to create an environment for developers to focus on their coding versus Server administration?
- AWS Lambda
- AWS ECS
- AWS Elastic Beanstalk
- AWS IAM
AWS Elastic Beanstalk
AWS Lambda code requires which of the following?
- triggers
- EC2 instances
- Java code
- Python code
triggers
Which of the following applications falls in line with use of AWS Lambda?
- purchasing an item via a shopping cart
- shopping for items
- viewing pictures of an online item
- submitting reviews for an item
purchasing an item via a shopping cart
Which of the following can be interrupted by AWS with a 2-minute notification?
- Spot instances
- 1-year reserved instances
- on-demand instances
- 3-year reserved instances
Spot instances
Which of the following is a benefit of Dedicated Hosts?
- lower cost
- BYOL
- application testing
- unpredictable workloads
BYOL