Fundamentals Flashcards

aws Fundamentals

1
Q
  • a network drive you can attach to your instances while they run
  • data persists even after termination
  • Only mounted to one instances at a time
  • Bound to a specific AZ
A

EBS Volume

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

an EBS volume is bound to one AZ but to be able to move it to another AZ you can ______.

A

Snapshot it (backup)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • a network drive (a virtual USB stick) can be detached from an EC2 instance and attached to another one quickly
  • Or left unattached so it is ready to be used on demand to an AZ
A

EBS Volume

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

True or False one EBS volume cannot attached to multiple EC2 instances but one EC2 instance can have multiple EBS volumes?

A

True

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

Scenario: After an EC2 instance is terminated that has an EBS volume attached, how you can you preserve the root data stored on EBS?

A

By default the root EBS volume is deleted and by default the rest of EBS volume is not deleted, so you need to edit EBS in AWS console to change the default settings.

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

How do you transfer one EBS volume to another one in a different AZ?

A

take an EBS snapshot of the first EBS Volume and restore it onto your second EBS Volume in the other AZ.

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

Scenarios:
1. I want to cost effectively archive a snapshot but need it to be restored within 24-72 hours, what can I do?
2. I want to be able to store my snapshots from 1 day or maybe up to a year and retain them in case I accidentally delete them, what can I do?
3. I need to restore a delete snapshot and it needs to be ready to go and latency free asap even though it will cost me, what can i do?

A
  1. Use EBS Snapshot Archive
  2. Use Recycle Bin for EBS Snapshot
  3. Use Fast Snapshot Restore (FSR)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When launching an EC2 instance, you also need to select this customization _________ which can be built for specific regions and copied across multiple regions that you can add your own software and configurations to.

A

Amazon Machine Image (AMI)

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

Scenario: if I want to launch an EC2 instance with a high performing hardware disk but has ephemeral storage, what can i use?

A

EC2 Instance Store

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

3 ways you can launch EC2 instances from?

A
  1. Public AMI
  2. Your own custom AMI
  3. AWS Marketplace AMI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When you see very high performing attached hardware volumes to instances think of? in the read and write IOPS

A

Local EC2 Instance Store

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

Name the 6 EBS Volume Types

A
  1. GP2 SSD - General Purpose
  2. GP3 SSD
  3. IO 1 Block Express SSD
  4. IO 2 Block Express SSD
  5. ST 1 HDD
  6. SC 1 HDD

(GGIISS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. Which EBS volume types can be used as boot volumes?
  2. Which 2 EBS volume types are cost effective low latency balances price and performance for a variety of workloads?
  3. Which 2 EBS volume types is highest performing for mission control low latency high output workloads?
  4. Which EBS volume is designed to be frequently accessed for intensive workloads?
  5. Which EBS volume is lowest cost hard disk drive designed for less frequently accessed workloads?
  6. Which EBS Volume type links size of the volume with IOPS?
  7. Which EBS Volume type you can independently set the IOPS and throughput?
A
  1. GP2/GP3 and IO 1/IO 2 Block Express
  2. GP2/GP3
  3. IO 1/IO 2 Block Express
  4. ST 1 HDD
  5. SC 1 HDD
  6. GP 2
  7. GP 3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. What if I have a database workload that is sensitive to storage perf and consistency?
A
  1. Use a Provisioned IOPS SSD (IO 1 IO2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

EBS volume cannot attach to multiple EC2 instances without which feature?

A

EBS Multi Attach with IO1 or IO2 volume type

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

What is the max amount of EC2 instances an EBS multi attach volume can be attached to at once?