AWS Module 6 Flashcards

1
Q

Which of the following is NOT an AWS Compute service?

  • EC2
  • ECS
  • EKS
  • ECR
  • Docker
  • Fargate
A

Docker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is the most popular type of EC2 instance?

  • File server
  • Proxy server
  • MFA server
  • Web server
A

Web server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How many key decisions must be made when creating an EC2 instance?

  • 10
  • 9
  • 8
  • 7
A

9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of instance is for broad overall types of applications?

  • t series
  • c series
  • r series
  • d series
A

t series

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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
A

User data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which EC2 pricing model is required for strict regulatory compliance applications?

  • Dedicated Hosts
  • On-demand instances
  • Reserved Instances
  • Spot Instances
A

Dedicated hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which EC2 pricing model is offers up to 90% discount?

  • On-demand instances
  • Spot instances
  • 3-year reserved instances
  • Dedicated hosts
A

Spot instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Self-contained execution environments are known as:

  • virtual machines
  • kubernetes
  • docker
  • containers
A

containers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which AWS service allows you to run Kubernetes on AWS?

  • ECR
  • ECS
  • EC2
  • EKS
A

EKS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following is considered a Serverless compute service?

  • ECR
  • ECS
  • EKS
  • Lambda
  • VPC
A

Lambda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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
A

AWS Elastic Beanstalk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

AWS Lambda code requires which of the following?

  • triggers
  • EC2 instances
  • Java code
  • Python code
A

triggers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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
A

purchasing an item via a shopping cart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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
A

Spot instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following is a benefit of Dedicated Hosts?

  • lower cost
  • BYOL
  • application testing
  • unpredictable workloads
A

BYOL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Stopping and starting an instance will results in which of the following:

  • private IP address will change
  • public IP address will change
  • private and public IPs will change
  • neither private nor public IPs will change
A

public IP address will change

17
Q

What allows for a set of firewall rules that control traffic to an instance?

  • security controls
  • security rules
  • security protocols
  • security groups
A

security groups

18
Q

Disks that are directly attached to a host computer and are deleted when an instance stops or is terminated are known as:

  • block storage
  • dedicated storage
  • ephemeral storage
  • unlimited storage
A

ephemeral storage

19
Q

What type of storage allows for durable storage that is retained even after an instance is terminated?

  • EC2
  • EBS
  • ECS
  • EKS
A

EBS

20
Q

Which of the following can you NOT specify when creating an EC2?

  • region
  • Operating System
  • AZ
  • datacenter
A

datacenter

21
Q

The 4 pillars of cost optimization are: right size, increased elasticity, optimal pricing model and optimize storage options.

True
False

A

True

22
Q

Once a pricing structure has been determined it should no longer be changed.

True
False

A

False

23
Q

Elastic Beanstalk is a SaaS service
True
False

A

False

24
Q

Containers allows for fewer number of EC2 instances to be maintained.
True
False

A

True

25
Q

Elastic Beanstalk is designed for primarily infrastructure personnel to use.
True
False

A

False