Module 3 - Global Infrastructure and Reliability Flashcards
4 factors for selecting a region
- Compliance with data governance and legal requirements.
- Proximity to customers.
- Available services within region.
- Pricing.
Proximity to customers
Selecting a region that is close to your customers will help you to get content to them faster.
Pricing
Cost of services can vary from region to region.
Available services within region
Closest region might not have all the features that you want to offer to customers.
Compliance with data governance and legal requirements
- Depending on your company and location, you might need to run your data out of specific areas.
- Not all companies have location-specific data regulations - might need to focus more on other three factors.
Availability Zones
- Single data centre or group of data centres within a region.
- Located tens of miles apart from each other.
- Low latency.
- Distant enough to reduce chance that multiple Availability Zones affected.
Edge Locations
A site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.
- Origin, edge location, customer.
Origin
Provide content to customers – don’t need to move all content to one region.
Edge location
Instead of requiring customer to get data – can cache copy locally at edge location close to your customers.
Customer
Customer requests files.
Amazon CloudFront retrieves file from cache in edge location and delivers file to customer.
File delivered to customer faster because it came from edge location instead of original source.
Ways to interact with AWS Services
- AWS Management Console.
- AWS Command Line Interface (CLI).
- Software Development Kits (SDKs).
AWS Management Console
- Web-based interface for accessing and managing AWS services.
- Quickly access recently used services and search for other services by name, keyword, or acronym.
- Console includes wizards and automated workflows that can simplify the process of completing tasks.
- Multiple identities can stay logged into AWS Console mobile app at same time.
- Use AWS Console mobile application to perform tasks e.g. monitoring resources, viewing alarms, accessing billing information.
AWS Command Line Interface (CLI)
- Save time when making API requests.
- enables you to control multiple AWS services directly from command line within one tool.
- Windows, macOS, Linux.
- Can automate actions that your services and applications perform through scripts.
Software Development Kits (SDKs)
- Makes it easier to use AWS services through API designed for your programming language/platform.
- Use AWS services with existing applications or create entirely new applications that will run on AWS.
- AWS provides documentation and sample code for each supported programming language e.g. C++, Java, .NET.
AWS Elastic Beanstalk
Provide code and configuration settings.
Deploys resources necessary to perform tasks:
- Adjust capacity
- Load balancing.
- Automatic scaling.
- Application health monitoring.