AWS Chapter 3 Flashcards
Reasons to select an AWS Region
data compliance/legal, proximity to customers, pricing, available services in that region
Availability Zone
single data center or group of data centers within a region, distance of 10mi apart
Edge Locations
site that Cloudfront uses to store cached copies of your content closer to your customers for faster delivery
AWS Outposts
ways to interact with AWS services
AWS Management Console
web based interface for accessing and managing AWS Services, multiple identities can be logged into the AWS console at the same time
AWS Command Line Interface (CLI)
allows you to control multiple AWS servers directly from the command line
Software Development Kits (SDK)
select an API designed for your programming language or platform (C++, Java etc)
AWS Elastic Beanstalk
provide resources for load balancing, automatic scaling, app health etc
AWS Cloud Formation
build environment by writing lines of code instead of using the AWS management console, lets you repeat actions for ease