ALL QUESTIONS Flashcards

1
Q

In AWS Elastic Beanstalk, a(n) _______________ refers to a specific, labeled iteration of deployable code for a web application.

A

application version

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

What do ECR repository policies control?

A

User access to the ECR repositories

User actions within an ECR repository

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

In which of the following AWS Batch components can a user set a priority level, for time-sensitive or low-priority jobs?

A

Within a job queue

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

Permissions for AWS Lambda-based applications can be managed by the ____ or the ____.

A

IAM role; Lambda Function policy

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

What is a Lambda function event source?

A

An AWS service which Lambda monitors for specific operations

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

In Elastic Beanstalk, which of the following refers to a version that is deployed onto AWS resources?

A

An environment

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

Which AWS service enables AWS users to run containers on Amazon ECS without provisioning and managing the host EC2 instances?

A

AWS Fargate

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

You want to receive alerts when your containers, managed with Amazon ECS, need to scale up or down. Which tool is most appropriate for this task?

A

CloudWatch

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

Why should Lambda functions be stateless?

A

To rapidly launch as many copies of the function as needed to scale to the rate of incoming events

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

Which storage option is hosted by Amazon EC2 instances themselves?

A

Amazon Instance Store Volumes

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

A Lightsail instance’s launch script is similar to which Amazon EC2 instance component?

A

user data

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

With AWS Lambda, you pay for ____.

A

compute time that you consume

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

What is the difference between Amazon Elastic Container Service (ECS) and Amazon Elastic Container Registry (ECR)?

A

ECR stores Docker images to be deployed by ECS.

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

What statement describes the correct relationship between ECR components?

A

An ECR registry contains multiple repositories, which contain multiple Docker images.

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

What is the recommended Amazon EBS volume type for an EC2 instance boot volume?

A

General Purpose SSD

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

What statement about pricing for EC2 On-Demand instances is correct?

A

You pay only for the time you use instances, with no long-term commitments or up-front payments.

17
Q

____ instances in Amazon EC2 provide a balance of compute, memory, and network resources for common application deployments, such as simple websites, development environments, and code repositories.

A

General Purpose

18
Q

When launching an Elastic Beanstalk environment for the first time, what three items must be selected?

A

An environment tier, a platform, and an environment type

19
Q

Which of the following choices correctly describes how EC2 instances can be launched from an AMI?

A

Multiple EC2 instances can be launched from a single AMI.

20
Q

Which of the following statements best describes Amazon EC2 Container Service (ECS)?

A

It is a highly scalable, high performance container management service that supports Docker containers.