AWS Vocab Flashcards

Learn AWS terminology. (35 cards)

1
Q

Amazon EC2

A

Amazon Elastic Compute Cloud- These are virtual servers that can be used for various purposes.

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

Amazon EC2 Auto Scaling

A

This AWS services allows EC2 instances to scale up/down and in/out as needed.

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

ELB

A

Elastic Load Balancing- Ensures efficient routing of resource requests. It is a regional construct, rather than running at an EC2 level.

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

Amazon SNS

A

Amazon Simple Notification Service-Publish/subscribe services. Web servers, email addresses, AWS Lambda functions, etc.

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

Amazon SQS

A

Amazon Simple Queue Service (SQS)- Send, store, and receive messages between software components. Utilizes a queue to ensure reliability.

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

AWS Lambda

A

A serverless compute option. Lambda functions are triggered. Environment is created and scaled automatically.
Designed for shorter loads (less than 15 minutes).

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

Amazon ECS

A

Amazon Elastic Container Service- A container orchestration option. Simpler, AWS-native container orchestration.

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

Amazon EKS

A

Amazon Elastic Kubernetes Service- Kubernetes on AWS, more complex, more flexible.

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

AWS Fargate

A

Serverless compute engine for containers.
Alternative to manually managed EC2.

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

Availability Zones

A

Single or group of Data Centers within a Region. Regions consist of multiple Availability Zones.

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

Amazon CloudFront

A

A content delivery network. Uses cached copies of data stored locally at edge locations. These also run Route 53.

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

AWS Outposts

A

Fully operational mini region installed at a customer’s local datacenter.

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

Provisioning Resources (Options?)

A

Management Console, CLI, SDKs, Elastic Beanstalk, and CloudFormation.

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

AWS Elastic Beanstalk

A

Used to provision EC2 environments automatically based on supplied code and configurations. Focus on applications instead of infrastructure.

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

AWS CloudFormation

A

Infrastructure-as-code solution. Text based templates (like JSON). EC2, storage, databases, etc. Automated and repeatable.

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

VPC

A

Virtual Private Cloud. Allows for the creation of private/public networks and subnets in the cloud.

17
Q

AWS Direct Connect

A

Dedicated and direct fiber optic connection from a datacenter to a VPC.

18
Q

Amazon Route 53

A

AWS DNS solution.

19
Q

Instance Stores

A

Ephemeral block-level storage.
Physically attached to the host computer via underlying AWS host. Data will disappear when the instance is terminated.

20
Q

Amazon EBS

A

Elastic Block Store- Persistent block-level storage. Single availability zone.
Attaches to EC2.

21
Q

Amazon S3

A

Simple Storage Service- Persistent object-level storage. Best suited for write once, read many.
Object = File
Bucket = Directory

22
Q

Amazon EFS

A

Elastic File System- File storage that is ideal for when multiple services and resources need access to data simultaneously.
Regional service. Accessible via AWS Direct Connect.

23
Q

Amazon RDS

A

Relational Database Service- Run relational DBs in the cloud. Various options for management, like patching and backups.

24
Q

Amazon Aurora

A

Enterprise-class relational database. Compatible with MySQL and PostgreSQL.

25
Amazon DynamoDB
Serverless non-relational DB with autoscaling.
26
Amazon Redshift
Data warehousing as a service for “Big Data” analytics.
27
Amazon DMS
Database migration service- Migrate DBs, Test/Dev DB migration, consolidation, continuous replication.
28
AWS IAM
Identity and Access Management- Resource permissions based on user, group, policies and roles.
29
AWS Organizations
Centralized administration for entities with multiple AWS accounts. Controlled using Service Control Policies (SCPs) and Organizational Units (OUs).
30
AWS Shield
Protects against DDoS attacks. Free and paid versions.
31
Amazon Inspector
Automated infrastructure and application security assessments.
32
Amazon Guard Duty
Monitor's network and account activity for threats.
33
Amazon CloudWatch
Web service for monitoring and managing metrics and alarms.
34
Amazon CloudTrail
Auditing tool for logging API requests.
35
AWS Trusted Advisor
Provides real-time recommendations in accordance with AWS best practices