EC2 Flashcards

1
Q

What is EC2?

A

A cloud computing service

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

What can you configure in EC2?

A

OS, Storage, Memory, Network, Throughput.

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

How long does it take to Launch and SSH into your EC2?

A

Within minutes

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

Name the EC2 types

A

General Purpose, Compute Optimized, Memory Optimized, Accelerated optimized, Storage Optimized.

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

What is the role of EC2 type - General Purpose?

A

A balance of compute, memory and networking resources

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

What is the role of EC2 type - Compute Optimized?

A

Ideal for compute bound applications that benefit from high performance processor

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

What is the role of EC2 type - Memory Optimized?

A

For fast performance for workloads that process large data sets in memory

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

What is the role of EC2 type - Accelerated Optimized?

A

For hardware accelerators, or co-processors

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

What is the role of EC2 type - Storage Optimized?

A

For high, sequential read and write access to very large data sets on local storage

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

What is the general rule about EC2 instance sizes?

A

They generally double in price and key attributes

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

What are placement groups in relation to EC2?

A

Let you to choose the logical placement of your instances to optimize for communication,
performance or durability

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

What is the cost of EC2 placement groups?

A

FREE

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

What is automatically run when launching an EC2 instance?

A

UserData

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

How can you find out about the metadata of the current EC2 instance?

A

via local endpoint when SSH’d into EC2 instance. curl http://ip/latest/meta-data

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

What is an Instance Profile?

A

It is a container for an IAM role that you can use to pass role information to an EC2 instance when the instance starts

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