Networking and Content Delivery Flashcards

1
Q

it is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

A

Amazon API Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

Amazon CloudFront

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

it is a highly available and scalable cloud Domain Name System (DNS) web service

A

Amazon Route 53

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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).

A

Amazon VPC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

AWS App Mesh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

it is a cloud resource discovery service.

A

AWS Cloud Map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

it makes it easy to establish a dedicated network connection from your premises to AWS.

A

AWS Direct Connect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

it is a networking service that improves the availability and performance of the applications that you offer to your global users.

A

AWS Global Accelerator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

it simplifies the security of data shared with cloud-based applications by eliminating the exposure of data to the public Internet.

A

AWS PrivateLink

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

it is a service that enables customers to connect their Amazon Virtual Private Clouds(VPCs) and their on-premises networks to a single gateway.

A

AWS Transit Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

_______ solutions establish secure connections between your on-premises networks, remote offices, client devices, and the AWS global network.

A

AWS Virtual Private Network (AWS VPN)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

Elastic Load Balancing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Four types of Elastic load balancers

A

Application Load Balancer
Network Load Balancer
Gateway Load Balancer
Classic Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

A

Application Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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.

A

Network Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

It is a types of Elastic load balancers that makes it easy to deploy, scale, and run third-party virtual networking
appliances. Providing load balancing and auto scaling for fleets of third-party appliances, it is transparent to the source and destination of traffic. This capability makes it well
suited for working with third-party appliances for security, network analytics, and other use cases.

A

Gateway Load Balancer

15
Q

It is a types of Elastic load balancers that provides basic load balancing across multiple Amazon EC2 instances and operates at both the request level and connection level. it is intended for applications that were built within the EC2-Classic network.

A

Classic Load Balancer