AWS VPC Flashcards

1
Q

A logical component that is managed independently in real-time, attached to an EC2 instance as the primary when an instance is provisioned; specified in only one AZ.

A

Elastic Network Interface (ENI)

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

Bound to an ENI upon deployment of an EC2 instance and cannot be removed nor changed

A

Primary private IP address
Primary ENI

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

From one of your IPs within the provisioned subnet, this address belongs to your subnet where the ENI is attached and can be changed

A

Secondary private IP addresses
Secondary ENI

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

This no-cost virtual feature supports bandwidth up to 100 Gbps, exceeding traditional network interfaces.

A

Enhanced Networking

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

The AWS feature provides Internet access; however, it must be specified in the routing table as the route of last resort.

A

Internet Gateways

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

Manage the routes and traffic entering and exiting your VPC as subnets cannot exist without one.

A

Route Tables

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

This firewall feature controls traffic to and from the ENI and must have at least one associated with the ENI, allowing only whitelisted traffic based on protocol, destination, and port in a stateful manner.

A

Security Groups

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

You can direct traffic to this ENI using all resources that have this feature attached, as well as referencing resources in another AWS account that also utilizes this security feature.

A

Source Security Group

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

A Subnet control efficiently manages both inbound and outbound traffic, acting as a stateless security feature.

A

Network Access Control List (NACL)

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

Enhanced protection that scales across multiple VPCs and subnets, offering additional security features.

A

AWS Network Firewall

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

Allocated upon request and associated with an ENI.

A

Elastic IP Addresses (EIP)

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

A non-persistent address assigned when an EC2 instance is deployed.

A

Public IP Addresses

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

Using an Anycast, the AWS feature routes traffic to resources to any region via TCP or UDP, proxying the connection to the fastest endpoint (endpoints can be EC2, ELB, or an IP)

A

AWS Global Accelerator

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

A scalable feature that proxies connections to the internet in a specific Availability Zone residing in one subnet; upon creation, we will associate an Elastic IP with it.

A

NAT gateway

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

A nonscalable resource that you manage to proxy connection to the internet, allowing for connectivity to a jump server in your VPC

A

NAT instance

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

Allows instances in your VPC outbound connections over IPv6 while preventing the internet from initiating an IPv6 connection to your instances

A

Egress-only internet gateways

17
Q

Enables seamless access to VPC resources and services, while providing low-latency connectivity to on-premises systems by connecting directly to the AWS data center, bypassing the Internet.

A

AWS PrivateLink

18
Q

A point-to-point connection between only two VPCs

A

VPC Peering

19
Q

Allows you to connect to public services within a VPC without going through the public internet.

A

VPC Endpoint

20
Q

AWS service that enables connection to multiple VPCs and on-premises networks using AWS Direct Connect or a VPN.

A

AWS Transit Gateway

21
Q

Using AWS Privatelink This approach is useful when you need to transfer large data sets or real-time data or meet regulatory requirements that preclude transferring data over the Internet.

A

AWS Direct Connect

22
Q

A global resource that provides a single connection point to multiple VPCs in a region, maintaining a BGP session with your on-prem equipment

A

Direct Connect Gateways

23
Q

Enables connection to private IP addresses of resources within a VPC, including EC2 and RDS instances.

A

Private Virtual Interface (VIFs)

24
Q

Enables connection to AWS services with a public endpoint, such as S3 and DynamoDB.

A

Public Virtual Interface (VIFs)

25
Q

Offers connectivity to one or more AWS Transit Gateways.

A

Transit Virtual Interface (VIFs)

26
Q

Service supports BGP and IPv6, enabling you to connect two on-premises sites to AWS VPC.

A

Direct Connect SiteLink

27
Q

Uses multiple instances to simultaneously process intensive computational workloads in parallel. These instances comprise an in a cluster.

A

High-Performance Computing

28
Q

Workloads are broken up into smaller tasks that each instance can work independently.

A

Loosely Coupled (HPC)

29
Q

Requires massive computing power that cannot be broken up. Instances work together in concert singularly.

A

Tightly coupled (HPC)

30
Q

A particular type of enhanced network adaptor for high-performance computing that bypasses the TCP/IP stack for additional throughput and reduced latency.

A

Elastic Fabric Adapter

31
Q

Automatically manage your Linux-based HPC cluster so you don’t have to do it manually.

A

AWS ParallelCluster

32
Q
A