Global Infrastructure and Reliability Flashcards

1
Q

Selecting a Region

A

When determining the right Region for your services, data, and applications, consider the following four business factors:
- Compliance with data governance and legal requirements
- Proximity to your customers
- Available services within a Region
- Pricing

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

Edge Locations

A

An edge location is 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
3
Q

CDN

A

Content Delivery Network is a network of interconnected servers that speeds up webpage loading for data-heavy applications.

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

Amazon Cloud Front

A

Amazon Cloud Front is Amazon’s CDN.

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

Availability Zones

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

AWS Management Console

A

The AWS Management Console is a web-based interface for accessing and managing AWS services. You can quickly access recently used services and search for other services by name, keyword, or acronym. The console includes wizards and automated workflows that can simplify the process of completing tasks.

You can also use the AWS Console mobile application to perform tasks such as monitoring resources, viewing alarms, and accessing billing information. Multiple identities can stay logged into the AWS Console mobile app at the same time.

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

AWS Command Line Interface

A

To save time when making API requests, you can use the AWS Command Line Interface (AWS CLI). AWS CLI enables you to control multiple AWS services directly from the command line within one tool. AWS CLI is available for users on Windows, macOS, and Linux.

By using AWS CLI, you can automate the actions that your services and applications perform through scripts. For example, you can use commands to launch an Amazon EC2 instance, connect an Amazon EC2 instance to a specific Auto Scaling group, and more.

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

Software Development Kits

A

Another option for accessing and managing AWS services is the software development kits (SDKs). SDKs 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.

To help you get started with using SDKs, AWS provides documentation and sample code for each supported programming language. Supported programming languages include C++, Java, .NET, and more.

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

AWS Elastic Beanstalk

A

With AWS Elastic Beanstalk, 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
10
Q

AWS CloudFormation

A

With AWS CloudFormation, you can treat your infrastructure as code. This means that you can build an environment by writing lines of code instead of using the AWS Management Console to individually provision resources.

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. It determines the right operations to perform when managing your stack and rolls back changes automatically if it detects errors.

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

AWS outposts

A

An Outpost is a pool of AWS compute and storage capacity deployed at a customer site. AWS operates, monitors, and manages this capacity as part of an AWS Region. You can create subnets on your Outpost and specify them when you create AWS resources such as EC2 instances, EBS volumes, ECS clusters, and RDS instances.

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