Can VPC Peering be done between two VPCs in different AWS accounts?
Yes
Suppose VPC A is peered with VPC B, and VPC B is paired with VPC C. Is VPC A considered peered with VPC C?
NO. VPC Peering is NOT transitive!
Can you use VPC Peering to peer two VPC in different AWS regions?
Yes
Can you have two VPC subnets in the same AZ?
Yes
Can you have a subnet stretched across multiple AZs?
No
When you create a VPC, what infrastructure is created by default?
(Note that it does NOT create subnets or IGWs)

How many IP Addresses does Amazon Reserve per subnet?
5
What is the maximum number of IGWs you can have per VPC?
1
Can you have a security group spanning multiple VPCs?
No
Can you create an ELB with only one public subnet?
No, to create an ELB you need at least 2 public subnets
Are Bastion Hosts usually placed in a private subnet or a public subnet?
They are placed in a public subnet so you can access the private subnet
What is Direct Connect and what are its primary use cases?
What are the steps for setting up AWS Direct Connect?
What is AWS Global Accelerator?
A service in which you create accelerators to improve availability and performance of your applications for local and global users
How many static IP addresses does AWS assign to you for Global Accelerator?
2
(Note you can also bring your own static IPs!)
How do you control traffic in AWS Global Accelerator?
Use traffic dials. This is done within an endpoint group
What is a VPC Endpoint?
A VPC Endpoint enables you to privately connect your VPC to supported AWS Services and VPC endpoint services powered by PrivateLink without requiring an internet gateway, NAT device, VPN Connection, or Direct Connect Connection
What are the two types of VPC Endpoints?
For what services are VPC Gateway Endpoints supported?
Suppose you want to peer a VPC with tens or thousands of other customer VPCs. What is the best way to accomplish this?
AWS PrivateLink
Does AWS PrivateLink require VPC Peering?
No.
There’s no NAT, no route tables, no IGWs, etc.
What is required to use AWS PrivateLink?
What is AWS Transit Gateway used for?

Can you use AWS Transit Gateway across multiple regions?
Yes