EC2 Instance Management and Configuration

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts related to EC2 instance configuration, placement groups, and EC2 Hibernate.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What should you do to assign a fixed public IPv4 to your EC2 instance after it has changed upon restart?

Allocate an Elastic IP and assign it to your EC2 instance.

2
New cards

What is an Elastic IP?

An Elastic IP is a public IPv4 that you own as long as you want and can attach it to one EC2 instance at a time.

3
New cards

Which EC2 Placement Group should you choose for high networking performance among instances?

Cluster Placement Group.

4
New cards

What is the benefit of using a Cluster Placement Group?

Cluster Placement Groups place your EC2 instances next to each other, which gives you high-performance computing and networking.

5
New cards

What EC2 Placement Group should you choose for maximum availability during an AZ failure?

Spread Placement Group.

6
New cards

What is characteristic of a Spread Placement Group?

Spread Placement Group places your EC2 instances on different physical hardware across different Availability Zones.

7
New cards

Can an Elastic Network Interface (ENI) be attached to EC2 instances in another Availability Zone?

False, Elastic Network Interfaces (ENIs) are bounded to a specific AZ.

8
New cards

What must be true for EC2 Hibernate to be enabled regarding the Instance Root Volume?

The EC2 Instance Root Volume type must be an EBS volume and must be encrypted.

9
New cards

What is a limitation regarding the RAM for EC2 Hibernate?

EC2 Instance RAM must be less than 150GB.

10
New cards

What is the correct statement regarding EC2 Hibernate support?

EC2 Hibernate supports On-Demand and Reserved Instances.