understanding the aws environment Flashcards
what are aws regions?
cloud magic using hundreds of thousands of servers maintained within physical data centers located in a widely distributed set of geographic regions
how are regionally based services distributed?
a sever in ONE aws region
what are the benefits of aws regions? Hint: there are three
Locate your infrastructure geographically closer to your users to allow access with the lowest possible latency
Locate your infrastructure within national borders to meet regulatory compliance with legal and banking rules
Isolate groups of resources from each other and from larger networks to allow the greatest possible security
even if services are available regionally, are they only regional?
no, aws presents their services as global
what are example(s) of globally based services?
AWS IAM
Amazon CloudFront
Amazon S3
what are service endpoints?
a reference used to connect to resources for specific region and service
what is an aws availability zone?
one or more discrete data centers with redundant power, networking, and connectivity in an AWS Region.
what is an advantage of separation with az’s?
if one AZ loses power or suffers some kind of catastrophic outage, the chances of it spreading to a second AZ in the region are minimal.
what are subnets?
network segments; when you want to organize resources you work with in a region; a block IP address
what is a single point of failure?
when a resource runs without backup
what is the benefits of redundancy when responding to failure? Hint: there are two
immediate backup
geographically parallel resources
how does aws use auto-scaling when it comes to application failure?
it is configured to replace or replicate a resource to ensure that a predefined service level is maintained regardless of changes in user demand or the availability of existing resources.
how does aws use load balancing when it comes to application failure?
orchestrating the use of multiple parallel resources to direct user requests to the server resource that’s best able to provide a successful experience
what is a common case for using load balancing?
coordinating the use of primary and (remote) backup resources to cover for a failure
what is an edge location?
a site where AWS deploys physical server infrastructure to provide low latency user access to Amazon-based data.