EC2 - Solutions Architect Associate Level Flashcards

1
Q

Networking has two sorts of IPs.

What are they?

A

IPv4

IPv6

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

Which network is the most common format used online?

A

IPv4

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

Which network is newer and solves problems for the Internet of Things (IoT)?

A

IPv6

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

How many different addresses does this network allow in the public space?

A

3.7 billion/IPv4

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

If you need to have a fixed public IP for your instance, what do you need?

A

Elastic IP

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

When you stop and start an EC2 instance, can it change its public IP?

A

Yes

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

What is an Elastic IP?

A

A public IPv4 you own, as long as you don’t delete it

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

How many instances can you attach an elastic IP to at a time?

A

One

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

How many elastic IPs can be in your account at a time?

A

Five

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

Why should you try avoid using elastic IP?

A

They often reflect poor architectural decisions

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

What is the first thing you should try using before an Elastic IP?

A

A random IP and register a DNS name to it

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

What is the second thing you should try using before an Elastic IP?

A

A Load Balancer and don’t use a public IP

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

When do you use placement groups?

A

When you want control over the EC2 Instance placement strategy

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

What are the 3 types of placement groups?

A
  • Cluster
  • Spread
  • Partition
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • Same Rack Same AZ
  • Low Latency
  • 10Gbps bandwidth between instances
  • If the rack fails, all instances fails at the same time

What placement group is this?

A

Cluster Placement Group

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

A computer network that is optimized to process a very high volume of data messages with minimal delay.

A

Low Latency

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

What does Gbps stand for?

A

Gigabits per second

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

This is a Big Data job that needs to complete fast and an application that needs extremely low latency and high network throughput

What placement group should you use?

A

Cluster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q
  • Each EC2 instance is on a different hardware
  • Can span across AZ
  • Reduced risk of simultaneous failure because EC2 Instances are on different physical hardware
  • Limited to 7 instances per AZ per placement group

Which placement group is this?

A

Spread Placement Group

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

This application will need to maximize high availability and each instance must be isolated from failure from each other
Critical Applications

What placement group should you use?

A

Spread

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q
  • Up to 7 per (blank) AZ
  • Can span across multiple AZs in the same region
  • Up to 100s of EC2 instances
  • The instances in a (blank) do not share racks with the instances in the other (blank)
  • A (blank) failure can affect many EC2 but won’t affect other (blank)
  • EC2 instances get access to the (blank) information as metadata

What type of placement group is this?

A

Partition Placement Group

22
Q

Big Data applications such as HDFS, HBase, Cassandra & Kafka

What placement group should you use?

23
Q

What does IP stand for?

A

Internet Protocol

24
Q

What does GBps stand for?

A

Gigabytes per second

25
What does DNS stand for?
Domain Name System
26
A logical component in a Virtual Private Cloud that represents a virtual network card
Elastic Network Interface (ENI)
27
The in-memory (RAM) state is preserved
EC2 Hibernate
28
After EC2 Hibernate, the instance boot is what?
Much faster
29
The EC2 Hibernate instance RAM size must be less than what?
150 GB
30
How long can an instance be hibernated?
Up to 60 days
31
What does RAM stand for?
Random Access Memory
32
What is RAM?
The computer’s short term memory, which it uses to handle all active task and apps
33
The more RAM a computing device has, the what?
Faster it runs
34
What does OS stand for?
Operating system
35
What is the most important type of system software in a computer system?
OS
36
Without an OS what can’t a user do?
A user cannot run an application program on their computer
37
EC2 Nitro is necessary for how many EBS IOPS?
64,000
38
What does IOPS stand for?
Input/Output Operations Per Second
39
What does IOPS do?
Measures server performance
40
If you need a higher speed EBS volume | what should you use?
EC2 Nitro type of instance to leverage the increased level of IOPS
41
EC2 instances comes with a combination of what?
RAM and vCPU
42
What does vCPU stand for?
Virtual Centralised Processing Unit
43
Represents a portion or share of the underlying, physical CPU that is assigned to a particular virtual machine (VM)
vCPU
44
Can you optimise CPU options? | Licensing Cost
Yes
45
What is EC2 Capacity Reservations?
It ensures you have EC2 Capacity when needed
46
* Manual or planned end-date for the reservation * No need for 1 or 3 year commitment * Capacity access is immediate, you get billed as soon as it starts
EC2 Capacity Reservations
47
By using Spot Block Instances, you reserve a set of Spot EC2 instances for how long?
1 to 6 hours without interruption
48
Cluster Placement Groups place your EC2 instances next to each other which gives you what?
High performance computing (HPC) and networking
49
ENIs are bounded to a what?
Specific AZ
50
Can you attach an ENI to an EC2 instance in a different AZ? Why?
No because ENIs are bounded to a specific AZ
51
To enable EC2 Hibernate, what must the EC2 Instance Root Volume be? And also what?
An EBS volume Encrypted to ensure the protection of sensitive content