IPs, EC2 placement groups, ENI, EC2 hibernate Flashcards

1
Q

What is Elastic IP

A

an AWS static IP

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

What is the default limit of Elastic IPs per account

A

5

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

Should you use Elastic IPs

A

Avoid if possible, use DNS instead

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

List the types of EC2 placement groups

A

Cluster, Spread, Partition

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

Describe Cluster placement group

A

Places instances into a low-latency group in a single availability zone (single rack), pro: great network connectivity and throughput, con: single point of failure

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

Describe Spread type placement group

A

spreads instances across different underlying hardware, can span across AZ
pro: minimize failure risk con: max 7 instances per AZ , app cannot be too big

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

Describe partition placement group

A

spreads instances across many partitions(represents a rack),
pro: safe from rack failure. Use case: big data

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

What is ENI?

A

Elastic Network Interface, logical component in a VPC, represents and virtual network card

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

What attributes can an ENI have?

A

Primary private IPv4, one or more secondary IPv5, one Elastic IP, one public IP, one or more security groups, a MAC address.

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

True or False, ENI can be bound to multiple
AZs

A

false, can only be bound to one AZ

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

Why would you create and attach ENIs to different EC2s on the fly?

A

For failover

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