Module 3 Flashcards
(6 cards)
AWS SDK
Software Dev Kit
DKs make it easier for you to use AWS services through an API designed for your programming language or platform. SDKs enable you to use AWS services with your existing applications or create entirely new applications that will run on AWS.
Regions vs Availability Zone
Region is larger geographical area. Availability zone is individual data centers, or groups of data centers within the region. This allows for inter region and intra region HA and DR.
Edge Location
a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.
AWS Outpost
on-prem servers that you can purchase to host AWS services in your own building/data center.
Elastic Beanstalk
Service to help provision EC2 environments. You provide code and configuration settings, and Elastic Beanstalk deploys the resources necessary to perform the following tasks:
Adjust capacity
Load balancing
Automatic scaling
Application health monitoring
AWS Cloudformation
Infrastructure as code tool. Using JSON or YAML files to create templates. Specify what you want about your host, CloudFormation dynamically builds on the back end.