AWS Core Services Flashcards

1
Q

Amazon EC2

A

Service that provides secure and resizable virtual servers
on AWS

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

AWS 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

AWS Lambda

A

Service that enables you to use compute resources
without having to launch or manage the underlying
infrastructure - this is leveraged in serverless
architectures
This service is commonly.* used in a serverless architecture.

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

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
5
Q

Amazon VPC

A

Logically isolated section of the AWS Cloud where 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
6
Q

AWS Direct Connect

A

Cloud service solution that makes it easy to establish a
dedicated network connection from your 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
7
Q

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
8
Q

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.

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

AWS Global
Accelerator

A

AWS networking service that routes your traffic through
the AWS 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
10
Q

Elastic Load Balancing

A

Service that enables 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
11
Q

Amazon Simple
Storage Service (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
12
Q

S3 Glacier and Glacier
Deep Archive

A

Archive storage classes for Amazon S3. These are
designed for objects you need to keep but don’t plan to
access.

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

Amazon Elastic Block
Store (EBS)

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.

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

Amazon Elastic File
System (EFS)

A

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

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

AWS Snowball

A

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

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

AWS Snowmobile

A

Exabyte scale data transfer service where a ruggedized
shipping container is sent to your office then loaded into
Amazon S3

17
Q

Amazon Simple
Notification Service
(SNS)

A

Managed pub/sub (publish / subscribe) messaging
service. This can enable fan-out architecture with one
message triggering multiple actions.

18
Q

Amazon Simple Queue
Service (SQS)

A

Managed message queue service. This can enable fault
tolerant and serverless applications. This supports
standard and FIFO (first-in first-out) queues.

19
Q

AWS Step Functions

A

Manages the orchestration of complex workflows which
are defined using Amazon States Language. It can be
leveraged in a serverless architecture.

20
Q

AWS CloudTrail

A

Service that provides audit trail for all services used in an
AWS account (across all interaction methods)

21
Q

AWS CloudFormation

A

Managed service for launching infrastructure based on
templates. This approach is known as infrastructure as
code. CloudFormation also provides drift detection to
know when infrastructure has veered from what is
defined in the template

22
Q

AWS OpsWorks

A

An infrastructure configuration management service
that provides a managed service for Chef and Puppet.

23
Q

Amazon CloudWatch

A

Monitoring and management service that integrates
with most AWS services. It provides both metrics and
alarms based on those metrics as well as logs

24
Q

AWS Config

A

Provides continual analysis of AWS resources to ensure
they are meeting rules defined in the service

25
Q

AWS Systems Manager

A

Service that provides a collection of tools and insight
into operational data for central management of those
cloud or on-premise instances

26
Q

AWS Control Tower

A

System that launches a multi-account configuration
based on AWS best practices

27
Q

Amazon Relational
Database Service
(RDS)

A

Managed service for relational databases including
support for MySQL, PostgreSQL, MariaDB, Oracle, SQL
Server, and Amazon Aurora

28
Q

Amazon Aurora

A

MySQL and PostgreSQL compatible database engine for
RDS that was built for the cloud

29
Q

Amazon Aurora
Serverless for RDS

A

An on-demand and auto-scaling version of Amazon
Aurora that does not require managing the underlying
infrastructure

30
Q

Amazon DynamoDB

A

Fully managed NoSQL database service that has
extremely low latency and scaling based on
configuration.

31
Q

Amazon Redshift

A

Managed petabyte scale data warehousing solution on
AWS

32
Q

Amazon Redshift
Spectrum

A

Service for querying exabytes of data stored in Amazon
S3

33
Q

Amazon Elasticache

A

Fully-managed in-memory data store that supports
memcached and Redis engines

34
Q

AWS Database
Migration Service
(DMS)

A

Service that enables you to move your data (from
popular commercial and open source databases) easily
onto the cloud