AWS Backbone Flashcards

1
Q

How do you create an EC2 volume copy in different Availability Zone?

A

6 Steps:
From AWS Console > Elastic Block Store > Volumes
1. Create a Snapshot of existing volume (Actions > Create Snapshot)
2. After Snapshot finishes creating go to Snapshots (left sidebar) and select the Snapshot you created
4. Actions > Create Volume
5. In the Create Volume dialog, select the desired AZ
6. Click the Create Volume button at the bottom.

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

How do you move an EC2 volume to another Region?

A

5 Steps:
From AWS Console > Elastic Block Store > Snapshots
1. Copy Snapshot (Actions > Copy)
2. Specify new Region
3. Create Image of new Snapshot (Actions > Create Image)
4. After Image creates, go to Images > AMIs (left sidebar) and select the newly created image.
5. Click Launch and proceed as though launching any EC2 instance.

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

How do you mount an EBS volume to an EC2 instance in a different AZ?

A

Trick question. You can only mount EC2 instances to EBS volumes in the same AZ.

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

How many ways can you create an AMI?

A

2 ways:

  1. From a snapshot of an EC2 instance
  2. From the EC2 instance itself
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or False: EBS volumes and snapshots are deleted when an EC2 instance is terminated.

A

False. You must go back after instance termination and delete any remaining EBS Volumes and/or snapshots.

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

True or False: You can change EBS volume sizes on the fly

A

True.

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

What does AMI stand for?

A

Amazon Machine Image

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

True or False: You can share encrypted snapshots

A

False. snapshots can only be shared if unencrypted

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

What is RAID?

A

Redundant Array of Independent Disks

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

Define RAID 0

A

Striped, No redundancy, Good Performance

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

Define RAID 1

A

Mirrored, Redundancy. An exact copy to another disk.

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

Define RAID 5

A

Striped, with parity. Good for reads, bad for writes.

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

True or False: AWS recommends RAID 5 as the best database configuration on EBS

A

False. AWS does not recommend putting RAID 5’s on EBS

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

Define RAID 10

A

Striped and mirrored. Good Redundancy. Good Performance.

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

What are the two most recommended RAID configurations for AWS?

A

RAID 0 or RAID 10

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

What is the default port for RDP?

A

3389

17
Q

What is the default port for HTTPS?

A

443

18
Q

What is the default port for SSH?

A

22

19
Q

What is the default port for HTTP?

A

80

20
Q

True or False: New users have no permissions when created.

A

True

21
Q

What does IAM stand for?

A

Identity Access Management

22
Q

IAM consists of what 4 components?

A
  • Users
  • Groups
  • Roles
  • Policies