VPC Overview
VPC Review
Potpourri
Final Jeopardy
100

Logically isolated part of AWS Cloud where you can define your own network. Complete control of virtual network, including your own IP address range, subnets, route tables, and network gateways.

What is a Virtual Private Cloud?

100

10.0.0.0, 10.0.0.1, 10.0.0.2, 10.0.0.3, and 10.0.0.255 are part of this group of IPs.

What is the Reserved Network IPs?

100

All changes to the data must be performed successfully or not at all.

What is Atomic?

100

Enables you to privately connect your VPC to supported AWS services without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection.

What is VPC Endpoints?

200

The three tiers of a fully customizable network.

What are Web, Application, and Database?

200

This allows direct network route using private IP from VPC to VPC.

What is VPC Peering?

200

No other process can change the data while the transaction is running.

What is Isolated?

300

This can be used to block specific IP addresses

What is the network access control lists (NACLs)?

300

With VPC peering, VPCs need direct connection between VPC, there is no this type of peering.

What is transitive peering?

300

A subnet can be part of how many availability zones.

What is one?

400

All subnets within this type of VPC have a route out to the internet as well as each EC2 instance have both a public and private IP address.

What is the Default VPC?

400

True or False, you cannot have more than 1 IGW for a VPC.

What is True?

400

NAT gateways at this many Gbps and can scale to this many Gbps.

What is 5 Gbps and 45 Gbps?

500

This is used to enable instances in a private subnet to connect to the internet or other AWS services while preventing the internet from initiating a connection with those instances.

What is a network address translation (NAT) gateway?

500

In the default VPC, all EC2 have these types of IPs.

What is public and private?

500

Virtual firewalls for an EC2 instance. By default, everything is blocked.

What is Security Groups?