Term
|
Definition
Enables developers to create, publish, maintain, monitor, and secure APIs at any scale |
|
|
Term
|
Definition
A web service that speeds up distribution of your static and dynamic web content to your users. A Content Delivery Network (CDN) service; uses edge locations (edge location = a data center nearest the user requesting content) |
|
|
Term
|
Definition
Domain Name Service (DNS) that translates domain names into machine readable IP addresses (i.e., amazon.com to IP address 12.378.348). - Routes traffic to the best location (like calling someone on the best phone based on where they’re located – office vs home) - Performs health checks on the resources (like is the phone number working?) |
|
|
Term
|
Definition
Create a virtual network in the cloud dedicated to your AWS account where you can launch AWS resources Amazon VPC is the networking layer of Amazon EC2 A VPC spans all the Availability Zones in the region. After creating a VPC, you can add one or more subnets in each Availability Zone. |
|
|
Term
|
Definition
further segment a VPC; they can be private or public |
|
|
Term
|
Definition
applied at the INSTANCE level for inbound and outbound traffic. - They are stateful, meaning, traffic is allowed in both directions – outbound traffic will allow the data to return |
|
|
Term
|
Definition
control traffic moving in and out of the VPC at the SUBNET level; they protect the subnet inside of the VPC. (instances are inside of the subnets. Subnets are inside of the VPC). |
|
|
Term
Are NACLs stateful and stateless and what does that mean? |
|
Definition
They are stateless, which means they don’t remember previous interactions and so inbound and outbound rules must be set |
|
|
Term
what is the default setting of new NACLs? |
|
Definition
inbound and outbound traffic is allowed when a new NACL is created by the default setting. It allows all traffic to and from the subnet. |
|
|
Term
AWS Elastic Load Balancing |
|
Definition
Distributes incoming application or network traffic across multiple targets such as EC2 instances, Lambda, and containers. |
|
|
Term
|
Definition
Service that helps deliver content by finding the most optimal path to an endpoint using edge locations, so that your applications have improved availability and performance to users locally and globally |
|
|
Term
|
Definition
A networking service that uses a hub and spoke model to enable customers to connect their on-premises data centers and their Amazon Virtual Private Clouds (VPCs) to a single gateway. Connects other VPCs to other networks also tied to the Transit Gateway |
|
|
Term
What do load balancers do? |
|
Definition
|
|
Term
|
Definition
best used for traffic on layer 4 and 7 |
|
|
Term
Application Load Balancer |
|
Definition
Flexible app management used at layer 7 |
|
|
Term
|
Definition
Used for network logging and monitoring on layer 3 as a gateway and layer 4 as a load balancer |
|
|
Term
|
Definition
offer extreme performance and static IP addresses at layer 4 |
|
|