EC2 Flashcards

1
Q

what is a Placement Group?

A

A logical grouping of EC2s on a same AZ to provide network optimization and low network latency

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

What is a User Data?

A

Lets us to bootstrap the custom scripts to run on an instance

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

Does EC2 termination protection is turned on by default?

A

No

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

what is EBS backed Instance?

A

EBS volume will be remain as is on termination of Instance by default.

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

Can you encrypt EBS root volumes of default AMIs?

A

Yes, you can also use thrid party tools such as BitLocker.

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

What is Instance MetaData?

A

To get information about the instance.

CURL 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

Can you see bootstrapped user data of an instance?

A

Yes, CURL http://169.254.169.254/latest/user-data

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

EC2 Clustered placement groups

A

Grouping of instances within a single AZ. Only certain instances can be launched into a clustered PG

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

Spread Placement Group

A

Group of instances that are each placed on distinct underlying hardware

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