Networking and Content Delivery Flashcards
it is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.
Amazon API Gateway
it is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer-friendly environment
Amazon CloudFront
it is a highly available and scalable cloud Domain Name System (DNS) web service
Amazon Route 53
It lets you provision a logically isolated section of the AWS
Cloud where you can launch AWS resources in a virtual network that you define (private network to deploy your resources).
Amazon VPC
It makes it easy to monitor and control microservices running on AWS. It standardizes how your microservices communicate, giving you end-to-end visibility and helping to ensure high-availability for your applications
AWS App Mesh
it is a cloud resource discovery service.
AWS Cloud Map
it makes it easy to establish a dedicated network connection from your premises to AWS.
AWS Direct Connect
it is a networking service that improves the availability and performance of the applications that you offer to your global users.
AWS Global Accelerator
it simplifies the security of data shared with cloud-based applications by eliminating the exposure of data to the public Internet.
AWS PrivateLink
it is a service that enables customers to connect their Amazon Virtual Private Clouds(VPCs) and their on-premises networks to a single gateway.
AWS Transit Gateway
_______ solutions establish secure connections between your on-premises networks, remote offices, client devices, and the AWS global network.
AWS Virtual Private Network (AWS VPN)
it automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses. It can handle the varying load of your application traffic in a single Availability Zone or across multiple Availability Zones.
Elastic Load Balancing
Four types of Elastic load balancers
Application Load Balancer
Network Load Balancer
Gateway Load Balancer
Classic Load Balancer
It is a types of Elastic load balancers that is best suited for load balancing of HTTP and HTTPS traffic and provides advanced request routing targeted at the delivery of modern application architectures, including microservices and containers. Operating at the individual request level (Layer 7), it routes traffic to targets within Amazon VPC based on the content of the request.
Application Load Balancer
It is a types of Elastic load balancers that is best suited for load balancing of TCP traffic where extreme performance is required. Operating at the connection level (Layer 4), it routes traffic to targets within Amazon Virtual Private Cloud (Amazon VPC) and is capable of handling millions of requests per second while maintaining ultra-low latencies. it is also optimized to handle sudden and volatile traffic patterns.
Network Load Balancer