EC2 Flashcards

1
Q

Which of the following languages is NOT supported by the AWS SDK?

Ruby

Python

Node.JS

Perl

C++

A

Perl

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

An HTTP 3xx code means ________.

The request was successful

There has been a redirection

There has been a server side error

There has been a client side error

A

There has been a redirection

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

An HTTP 200 code means ________.

There has been a client side error.

There has been a server side error

The request was successful

The request has failed

A

The request was successful

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

To accommodate the hosting of multiple sites, you can have multiple SSL certificates on an Elastic Load Balancer.

True or False

A

False

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

To retrieve instance Metadata or Userdata, you will need to use which the following IP Addresses?

http: //127.0.0.1
http: //10.0.0.1
http: //169.254.169.254
http: //192.168.0.254

A

http://169.254.169.254

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

You have an EC2 instance that needs to know both its private IP address and its public IP address. To do this, the application needs to ________.

Use the following command: “AWS EC2 displayIP”

Run IPCONFIG (Windows) or IFCONFIG (Linux)

Retrieve the instance Userdata from http://169.254.169.254/latest/meta-data/

Retrieve the instance Metadata from http://169.254.169.254/latest/meta-data/

A

Retrieve the instance Metadata from http://169.254.169.254/latest/meta-data/

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

Which AWS service below is chargeable?

Elastic Beanstalk

Cloud Formation

Autoscaling

Elastic Load Balancers

A

Elastic Load Balancers

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

Which of the following best describes Amazon ECS?

The Elastic Container Scheduler is a service that manages running Docker containers on a group of your EC2 instances.

The Elastic Container Service is a serverless system to manage running many Docker containers in a flexible and cost-effective way.

The Elastic Container Scheduler is a serverless system to manage running many Docker containers in a flexible and cost-effective way.

The Elastic Container Service is software that you can run and manage to orchestrate many running Docker containers.

The Elastic Container Scheduler is software that you can run and manage to orchestrate many running Docker containers.

The Elastic Container Service is a service that manages running Docker containers on a group of your EC2 instances.

A

The Elastic Container Service is a service that manages running Docker containers on a group of your EC2 instances.

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

A HTTP 5XX code means ________.

There has been a redirection

There has been a client side error

There has been a server side error

The request was a success

A

There has been a server side error

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

In order to enable encryption at rest using EC2 and Elastic Block Store, you must ________.

Configure encryption when creating the EBS volume

Configure encryption using the appropriate Operating Systems file system

Mount the EBS volume in to S3 and then encrypt the bucket using a bucket policy.

Configure encryption using X.509 certificates

A

Configure encryption when creating the EBS volume

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

The default region for an SDK is “US-EAST-1”.

True or False?

A

True

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

A HTTP 4XX code means ________.

There has been a client side error.

The request was successful.

There has been a server side error.

There has been a redirection.

A

There has been a client side error.

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