10 - The Core Networking Services Flashcards
What is the primary function of networking in AWS?
Transporting data to and from AWS resources
Name three core networking services offered by AWS.
- Virtual Private Cloud
- Route 53
- CloudFront
What does Amazon Virtual Private Cloud (VPC) provide?
The network backbone for many AWS services
What is a virtual private cloud?
A virtual network in the AWS cloud that’s logically isolated from other networks
What is the CIDR of the default VPC in AWS?
172.31.0.0/16
What does the ‘/16’ in a CIDR block refer to?
The size of the CIDR
What must be defined for each subnet in a VPC?
A CIDR that is a subset of the VPC CIDR
What is an Internet gateway in a VPC?
A resource that allows EC2 instances to obtain a public IP address and access the Internet
What is a public subnet?
A subnet with a default route to an Internet gateway
What is a security group in AWS?
A firewall that determines what network traffic can pass into and out of an instance
True or False: By default, security groups contain inbound rules.
False
What is a network access control list (NACL)?
A firewall that operates at the subnet level
What does a VPC peering connection allow?
Private communication between two VPCs over the AWS private network
What is a virtual private network (VPN) in AWS?
A secure connection that connects a VPC to an external network
What encryption methods are used for VPN connections in AWS?
- AES 128-bit
- AES 256-bit
What is Direct Connect in AWS?
Private network connectivity to your VPC and public services without using the Internet
What is AWS Global Accelerator?
A service that provides anycast static IPv4 addresses to route traffic to resources in any region
What is AWS Network Firewall?
A scalable firewall that protects multiple VPCs and subnets
What does AWS Firewall Manager do?
Configures and applies a consistent set of security rules across AWS organizations
What is the AWS Web Application Firewall (WAF) used for?
Monitoring HTTP and HTTPS requests to protect applications from common exploits
What is Route 53?
Amazon’s global Domain Name System (DNS) service
What is the process of translating a domain name to an IP address called?
Name resolution
What are resource records in DNS?
Mappings for different types of data including IPv4 addresses, mail servers, etc.
What is required to ensure no two entities use the same domain name?
Registration with a domain registrar