EC2 Associate Level Flashcards

1
Q

What are IPv4 and IPv5?

A

Both are two different types of IP, IPv4 is the most common on: 1.160.10.240 and IPv5 is newier: 3ffe:1900:4545:3:200:f8ff:fe21:67cf

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

What is an Elastic IP?

A

An elastic IP can be attached an EC2 instance, and if that instance stops and starts then the IP remains the same as it is a fixed IP.

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

What are placement groups?

A

Placement groups are a way of arranging our EC2 instance placement within the AWS network

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

How many placement groups are there and what are they called?

A

Cluster—clusters instances into a low-latency group in a single Availability Zone
• Spread—spreads instances across underlying hardware (max 7 instances per
group per AZ)
• Partition—spreads instances across many different partitions (which rely on different sets of racks) within an AZ. Scales to 100s of EC2 instances per group
(Hadoop, Cassandra, Kafka)

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

What are the benefits of a cluster group?

A

A cluster placement group is located in a single AZ and same rack for high network performance and low latency, the drawback is high risk of failure.

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

What placement group is located in Multi AZ and different hardware?

A

The spread cluster can be placed in multiple AZ and on different hardware, the benefit being it reduces the risk of simultaneous failure, however, is limited to 7 instances /group/AZ . Good for high availability.

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

What’s the structure and benefit of Partition placement groups?

A

Partition placement groups are located in a single Region but can be distributed across multiple AZ on different racks (physically isolated racks). Failure of one rack won’t affect the rest of the instances.

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

What is an ENI?

A

it is an Elastic Network Interface. It is a logical component in VPC that represents a network card. It provides EC2 instances with IP and internet connectivity.

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

What are the attributes of ENI?

A
Primary private IPv4, one or more secondary IPv4
• One Elastic IP (IPv4) per private IPv4
• One Public IPv4
• 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

Do you have to create an ENI with every EC2 instance?

A

NO, ENI can be created independently and attached to an instance. Each EC2 instance can have multiple ENI. If one instance fails the ENI can be attached to another instance

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

Is ENI Multi AZ?

A

NO, ENI is bound to a single AZ

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

What is hibernate?

A

Hibernate allows the EC2 instance to be put on hold instead of terminating or stopping. It preserves the RAM and the root volume therefore when restarting its faster and the ram resumes where it was paused.

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

Why should I use a Nitro?

A

Nitro is the new underlying hardware for the EC2 instances, it allows better/higher IOPs.

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