Content and Network Delivery Services Flashcards
A logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.
Amazon Virtual Private Cloud (VPC)
______ - A cloud service solution that makes it easy to establish a dedicated network connection from your data center to AWS.
AWS Direct Connect
Amazon Route 53 is a __________service (meaning it does not require region selection).
global
Elastic Load Balancing distributes traffic across multiple _________. Integrates with __________, ________________, and ______________
targets
EC2
ECS
Lambda
Types of load balancers (3):
- Application Load Balancer (ALB)
- Network Load Balancer (NLB)
- Classic Load Balancer
_____ Scaling - You “scale up” your instance type to a larger instance type with additional resources
Vertical
______ Scaling - You “scale out” and add additional instances to handle the demand of your application
Horizontal
CloudFront utilizes AWS _____. Supports both ________ and _______ content.
edge locations
static
dynamic
_______ is a fully managed API management service.
Amazon API Gateway
Company maintains two corporate data centers. They want their data centers to work alongside AWS for specific workloads. They are wondering if there is a way to have a persistent connection to AWS. What service from AWS would you recommend her company implement?
AWS Direct Connect
Company serves content through their site to users around the globe. They are looking to optimize performance to users around the world. They want to leverage a Content Delivery Network (CDN). Which service would enable optimized performance globally for their content?
Amazon CloudFront
Company has an internal application that runs on an EC2 server. Currently there is downtime as demand is greater than capacity for the server. Company is trying to decide if they should use bigger servers or more servers. Which scaling approach would you recommend and what services should they use?
Horizontal Scaling using Elastic Load Balancing