9_Connecting Your AWS Environment

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

1/10

flashcard set

Earn XP

Description and Tags

Flashcards about VPC endpoints and their usage for connecting to AWS services.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

What is a VPC endpoint?

A resource used to connect to AWS services from within your VPC directly and privately.

2
New cards

What are the two main types of VPC endpoints?

Interface VPC endpoints and gateway VPC endpoints.

3
New cards

What is AWS PrivateLink?

Technology designed for connecting VPCs to many AWS services.

4
New cards

What does AWS create with every interface VPC endpoint?

AWS creates an elastic network interface with a private IP address from the subnet’s address range.

5
New cards

What does a gateway VPC endpoint connect to?

Connects directly to Amazon S3 or Amazon DynamoDB using route tables without the use of PrivateLink.

6
New cards

What is a prefix list?

A defined group of CIDR blocks.

7
New cards

What kind of connectivity does a gateway load balancer endpoint provide?

Between your VPC and virtual appliances in another VPC.

8
New cards

What is the main purpose of a VPC endpoint?

Connect your VPC to managed AWS services without going out to the Internet.

9
New cards

Describe an Interface VPC endpoint

Uses PrivateLink for connecting to many AWS services and has associated costs and throughput limitations.

10
New cards

Describe a Gateway VPC endpoint

Integrates directly with Amazon S3 and Amazon DynamoDB using route tables, with no additional cost or throughput limitations.

11
New cards

Describe Gateway Load Balancer endpoints

Also use PrivateLink and are specialized to work with Gateway Load Balancer to send traffic to virtual appliances.