Core Services Names and Descriptions Flashcards

1
Q

Describe Amazon EC2

A

A service that provides secure and resizable virtual servers on AWS, and is the compute mainstay of IaaS

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

Describe AMW Elastic Beanstalk

A

Platform (PaaS) for scaling and deploying web apps and services across a specific list of technologies

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

What are some of the platforms and technologies supported by AWS Elastic Beanstalk

A
  • Java,
  • .NET,
  • PHP,
  • Node.js,
  • Python,
  • Ruby,
  • Go,
  • Docker

on

  • Apache,
  • Nginx,
  • Passenger, and
  • IIS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the AWS Lambda Service

A

Service that enables you to use compute resources without having to launch or manage the underlying infrastructure - this is leveraged in serverless architectures

FaaS

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

Describe Amazon Route 53

A

Highly-available AWS Domain Name Service (DNS) service that can be leveraged in creating highly available and fault tolerant applications.

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

Describe Amazon VPC

A

Logically isolates a section of the overall AWS cloud, wherein you can launch AWS resources in a virtual network that you define.

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

Describe Direct Connect

A

Cloud services soultion that makes it easy to establish a dedicated network connection from an on-prem data center to AWS. This connection does not go over the public Internet

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

Describe Amazon API Gateway

A

Fully managed API management service that handles concepts like authentication, logging, and throttling for your API layer.

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

Describe Amazon CloudFront

A

Amazon’s global Content Delivery Network (CDN) service that enables your users to get content from a server that is closest to them.

This is a global service.

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

Describe AWS Global Accelerator

A

AWS networking service that routes your traffic through the ASW global network, increasing the overall speed through optimizations by AWS.

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

Describe Elastic Load Balancing

A

Service that allows you to distribute traffic across multiple targets (including EC2, ECS, Lambda)

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

Describe ECS

A

Amazon service for containers, making it easy to deploy, manage, and scale Docker containers running your applications, services, and batch processes.

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

Describe S3

A

Service that provides object storage for objects up to 5 TB in size - with no limit on the total storage

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

How do Glacier and Glacier Deep Archive distinguish themselves from S3?

A

These are archival-focused object stores. They are designed for objects you need to keep, but don’t plan to access (or you have sufficient time from request to available time to access).

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

What is EBS, and when would you use it?

A

Persistent block storage designed for use with a single EC2 server. It can scale to support petabytes of data and supports different volume types.

  • Because it persists, you can use it on EC2 instances and have your data/file system on the next spun up instance.
  • Because it is a block store, it can be formatted to hold “normal” block-oriented file systems, or block-oriented database storage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is EFS?

A

Fully managed NFS file system designed for Linux workloads with support for petabytes of data.

This service can be used in a hybrid cloud architecture.

17
Q

What is AWS Snowball?

A

Petabyte scale data transfer service, where a physical device is delivered to your organization and returned by a local carrier to be loaded into Amazon S3

18
Q

What is AWS Snowmobile

A

An Exabyte scale data transfer service, where a ruggedized shipping container is sent to your premises to then be loaded into Amazon S3

19
Q

Describe SNS

A

This is a managed pub/sub messaging service. This can enable fan-out architecture with one message triggering consumption and action by multiple consumers

20
Q

What is SQS?

A

This is a managed message queue service. This can enable fault tolerant and serverless applications. This supports standard and FIFO queues.

21
Q

What are AWS Step Functions

A

These manage the orchestration of complex workflows. They are defined by FSMs, using the Amazaon States Language. They can be appropriate for a serverless architecture.

22
Q

Describe AWS CloudTrail

A

This is a service that provides an audit trail for *all* services used in an AWS account (across all interaction methods)

23
Q

What is AWS CloudFormation?

A

Managed service for launching infrastructure based on templates. This approach is known as Infrastructure as Code (IaC). Service provides “drift detection” to know when infrastructure has veered from what is defined in the template.

24
Q
A