Module 3 Flashcards

(6 cards)

1
Q

AWS SDK

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Regions vs Availability Zone

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Edge Location

A

a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AWS Outpost

A

on-prem servers that you can purchase to host AWS services in your own building/data center.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Elastic Beanstalk

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AWS Cloudformation

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly