EC2 - SAA Level Flashcards

1
Q

What is a public IP? How does it differ from a private IP?

A

An IP that is accessible over the internet. Private IPs are not.

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

What is an elastic IP?

A

A fixed public IP for your instance that is accessible over the internet.

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

How many instances can be assigned an elastic IP at once?

A

1

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

What are the 3 types of EC2 placement groups?

A

Cluster, spread and partition

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

Why might you use an EC2 placement group?

A

To have greater control over where and how your instances are deployed in the AWS infrastructure

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

What is a cluster placement group?

A

Single low latency group in a single AZ. Fast but risky

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

What is a spread placement group? What type of applications should use this type of placement group?

A

Spreads across underlying hardware. Deployment is over multiple AZs, with max of 7 instances per AZ per group. For critical applications.

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

What is a partition placement group?

A

Spreads instances across many different racks of hardware (partitions). Can span multiple AZs in the same region. Up to 100s of instances in each group.

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

What is an ENI? What does ENI stand for? What are the core components of an ENI?

A

A virtual network card.
Elastic Network Interface.
Has 1 primary private IPv4, with 1 or more secondary, each with their own elastic IP. Also has one public IPv4 and 1 MAC address.

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

What are ENIs used for?

A

To move IP addresses around with deployed EC2 instances for failover purposes

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

What is hibernating an EC2 instance? What benefit does this have?

A

When you hibernate an EC2 instance, it’s RAM state is preserved, which results in a much faster boot time.
Extra: An instance cannot be hibernated for more than 60 days.

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

What 3 characteristics must be satisfied for an EBS volume to be used for EC2 hibernation?

A

It must be encrypted, not an instance store, and be large.

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