Core AWS Services Flashcards

1
Q

Compute Services Function

A

Services replicating the role of physical servers for the cloud. Offers config for autoscaling, load balancing, and serverless architectures (server functionality w/very small footprint).

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

Networking Services Function

A

Application connectivity, access control, and enhanced remote connections.

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

Storage Services Function

A

Storage platforms - immediate accessibility to long-term backup.

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

Database Services Function

A

Managed data solutions for relational, NoSQL, or caching data formats.

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

Application Management Services Function

A

Monitoring, auditing, and configuring AWS account services and running resources.

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

Security and Identity Services Function

A

Services for managing authentication and authorization, data connection and encryption, and integration w/3rd-party authentication management systems.

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

List of Core Compute Services

A

EC2 - Elastic Compute Cloud,
Lambda,
Auto Scaling,
Elastic Load Balancing,
Elastic Beanstalk

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

List of Core Networking Services

A

VPC - Virtual Private Cloud,
Direct Connect,
Route 53,
CloudFront

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

List of Core Storage Services

A

S3 - Simple Storage Service,
S3 Glacier,
EBS - Elastic Block Store,
Storage Gateway

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

List of Core Database Services

A

RDS - Relational Database Service,
DynamoDB

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

List of Core Application Management Services

A

CloudWatch,
CloudFormation,
CloudTrail,
Config

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

List of Core Security and Identity Services

A

IAM - Identity and Access Management,
KMS - Key Management Service,
Directory Service

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

List of Core Application Integration Services

A

SNS - Simple Notification Service,
SWF - Simple Workflow,
SQS - Simple Queue Service,
API Gateway

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

EC2

A
  • Compute Service
  • Elastic Compute Cloud
  • Server instances that provide virtual versions of physical servers.
    Highly configurable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Lambda

A
  • Compute Service
  • Serverless - server functionality w/small footprint
  • Network events (consumer requests) can trigger the execution of a code-based operation. When complete, resources are shut down.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Auto Scaling

A
  • Compute service
  • Image templates that are copies of running EC2 instances are launched/terminated based on demand.
17
Q

Elastic Load Balancing

A
  • Compute service
  • Incoming network traffic is directed b/t mult web servers such that no server is overwhelmed/underused and no traffic goes to failed servers.
18
Q

Elastic Beanstalk

A
  • Compute service
  • Managed service
  • Push your application code, and the compute and networking infrastructure are launched and managed under the hood.
19
Q

VPC

A
  • Networking service
  • Virtual Private Cloud
  • Highly configurable
  • Networking environments that host your EC2 and RDS instances.
  • Can secure and isolate your instances by controlling inbound/outbound network access.
20
Q

Direct Connect

A
  • Networking service
  • Used to establish a direct tunnel b/t your local data center/office and your VPCs
21
Q

Route 53

A
  • Networking service
  • DNS service
  • Domain registration, record administration, routing protocols, and health checks.
22
Q

CloudFront

A
  • Networking service
  • CDN - content delivery network
  • Store cached versions of your site at edge locations.
23
Q

S3

A
  • Storage service
  • Simple Storage Service
  • Reliable, cheap object storage great for data storage and backups.
24
Q

S3 Glacier

A
  • Storage service
  • Store large data archives cheaply over the long term w/retrieval delays in the hours.
25
Q

EBS

A
  • Storage service
  • Elastic Block Store
  • Persistent virtual storage drives that host the OS and working data of an EC2 instance.
26
Q

Storage Gateway

A
  • Storage service
  • Hybrid system
  • Exposes cloud storage as a local, on-prem appliance.
  • Great for migration and data backup and as part of disaster recovery.
27
Q

RDS

A
  • Database service
  • Relational Database Service
  • Managed service
  • Builds a stable, secure, and reliable db instance
  • Can run various SQL db engines: MySQL, Microsoft SQL Server, Oracle, and Amazon’s Aurora.
28
Q

DynamoDB

A
  • Database service
  • Used for fast, flexible, highly scalable, and managed NoSQL db workloads.
29
Q

CloudWatch

A
  • Application management service
  • Monitors process performance and resource utilization.
  • Can set thresholds to trigger notifications or actions.
30
Q

CloudFormation

A
  • Application management service
  • Template files are used to define full and complex AWS deployments.
31
Q

CloudTrail

A
  • Application management service
  • Collects records of API events.
32
Q

Config

A
  • Application management service
  • Notifications are sent when the state of your account changes away from a defined configuration.
33
Q

IAM

A
  • Security and Identity service
  • Identity and Access Management
  • Authentication for your account.
  • Users, groups, roles and policies are used to control user and programmatic access to your resources.
34
Q

KMS

A
  • Security and Identity service
  • Key Management Service
  • Managed service
  • Allows you to control creation/use of encryption keys for your AWS resources.
35
Q

Directory Service

A
  • Security and Identity service
  • Can integrate AWS resources w/identity providers like Cognito and Microsoft AD domains.
36
Q

SNS

A
  • Application Integration service
  • Simple Notification Service
  • Publish topics to other services, mobile devices, or email/SMS.
37
Q

SWF

A
  • Application Integration service
  • Simple Workflow
  • Coordinate tasks that use AWS services (or human events).
38
Q

SQS

A
  • Application Integration service
  • Simple Queue Service
  • Event-driven messaging w/in distributed systems.
39
Q

API Gateway

A
  • Application Integration service
  • Create/manage secure/reliable APIs