Vocab 2 Flashcards
What are the 4 Business Factors when Selecting a Region?
1- Compliance with data governance and legal requirements
2- Proximity to your customers
3- Feature Availability of services within a region
4- Pricing
What is a single data center or a group of data centers within a Region?
Availability Zone
What is a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery?
Edge Location
What does API stand for?
Application Programming Interface
What is it called when AWS will basically install a fully operational mini Region, right inside your own data center?
AWS Outposts
What is a web-based interface for accessing and managing AWS services?
You can quickly access recently used services and search for other services by name, keyword, or acronym. It includes wizards and automated workflows that can simplify the process of completing tasks.
AWS Management Console
What enables you to control multiple AWS services directly from the command line within one tool? You can use this tool to make actions scriptable and repeatable.
AWS Command Line Interface (AWS CLI)
What is this?
_________ make it easier for you to use AWS services through an API designed for your programming language or platform. It enables you to use AWS services with your existing applications or create entirely new applications that will run on AWS.
software development kits (SDKs)
What is this?
You provide code and configuration settings, and it deploys the resources necessary to perform the following tasks:
- Adjust capacity
- Load balancing
- Automatic scaling
- Application health monitoring
AWS Elastic Beanstalk
What provisions your resources in a safe, repeatable manner, enabling you to frequently build your infrastructure and applications without having to perform manual actions?
It determines the right operations to perform when managing your stack and rolls back changes automatically if it detects errors.
AWS CloudFormation
What is a content delivery service that uses a network of edge locations to cache content and deliver content to customers all over the world?
When content is cached, it is stored locally as a copy. This content might be video files, photos, webpages, and so on.
Pricing is different across different geographic regions
Amazon CloudFront
What is a service that lets you to establish a dedicated private connection between your data center and a VPC?
AWS Direct Connect
What contains resources that need to be accessible by the public, such as an online store’s website?
Public subnets
What contains resources that should be accessible only through your private network, such as a database that contains customers’ personal information and order histories?
Private subnets
A ______ is a section of a VPC that can contain resources such as Amazon EC2 instances.
Subnet