Module 3: Global Infrastructure and Reliablity Flashcards
Availability Zones
A single data center or a group of data centers within a Region.
Edge Location
A site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.
AWS Management Console
A web-based interface for accessing and managing AWS services.
AWS Command Line Interface (AWS CLI)
- Enables you to control multiple AWS services directly from the command line within one tool.
- You can automate the actions that your services and applications perform through scripts.
Software Development Kits (SDKs)
- Make it easier for you to use AWS services through an API designed for your programming language or platform.
- Enables you to use AWS services with your existing applications or create entirely new applications that will run on AWS.
AWS Elastic Beanstalk
You provide code and configuration settings and Elastic Beanstalk deploys the necessary resources to perform the following tasks; Adjust Capacity, Load Balancing, Automatic Scaling, Application Health Monitoring.
AWS CloudFormation
Provisions your resources in a safe, repeatable manner, enabling you to frequently build your infrastructure and applications without having to perform manual actions or write custom scripts.