AWS Services Overview and Key Concepts

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/70

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

71 Terms

1
New cards

AMI (Amazon Machine Image)

A template that contains a software configuration (operating system, application server, and applications) for EC2 instances.

2
New cards

Instance type

Specifies the hardware of the host computer used for the EC2 instance.

3
New cards

Key pair

A set of security credentials that are used to connect to your EC2 instances.

4
New cards

Network settings (VPC, subnet, security group)

Configuration that determines how your EC2 instance connects to the internet and other resources.

5
New cards

Storage configuration

Defines how storage is allocated and managed for EC2 instances.

6
New cards

User data (for bootstrapping)

Scripts or commands that are run on an EC2 instance at launch.

7
New cards

Reserved Instances

A pricing model that provides a significant discount compared to on-demand pricing for EC2 instances when you commit to using them for a one- or three-year term.

8
New cards

Savings Plans

A flexible pricing model that provides significant savings on your AWS usage in exchange for a commitment to a consistent amount of usage.

9
New cards

Spot Instances

EC2 instances that can be purchased at a discount compared to on-demand pricing, suitable for flexible workloads.

10
New cards

CloudWatch

A monitoring service for AWS cloud resources and the applications you run on AWS.

11
New cards

Auto Scaling

A service that automatically adjusts the number of EC2 instances in response to demand.

12
New cards

Graviton instances

EC2 instances powered by AWS Graviton processors, designed for cost-effective performance.

13
New cards

S3 Standard

Storage class for frequently accessed data in Amazon S3.

14
New cards

S3 Intelligent-Tiering

Storage class for data with unknown or changing access patterns.

15
New cards

S3 Standard-IA

Storage class for infrequently accessed data that requires quick retrieval.

16
New cards

S3 One Zone-IA

Storage class for infrequently accessed data stored in a single availability zone.

17
New cards

S3 Glacier

Storage class for archival data with retrieval times ranging from minutes to hours.

18
New cards

S3 Glacier Deep Archive

The lowest-cost storage class for data archiving, with retrieval times in hours.

19
New cards

S3 Lifecycle Management

Automatically transitions objects to cheaper storage or deletes them based on defined rules.

20
New cards

S3 Versioning

Keeps multiple versions of an object to protect against accidental overwrites or deletions.

21
New cards

Block Storage (EBS)

High-performance storage used with EC2, functioning like a hard drive.

22
New cards

Object Storage (S3)

Stores data as objects, is scalable, and accessed via HTTP APIs.

23
New cards

RDS (Relational DB)

A managed relational database service that supports structured, SQL-based data.

24
New cards

DynamoDB

A NoSQL database service that provides low-latency key-value store capabilities.

25
New cards

Aurora

A high-performance managed relational database service compatible with MySQL and PostgreSQL.

26
New cards

Redshift

A fully managed data warehouse service designed for large-scale data analytics.

27
New cards

ElastiCache

An in-memory caching service that supports Redis and Memcached for low-latency applications.

28
New cards

Neptune

A fully managed graph database service.

29
New cards

DocumentDB

A managed document database service that is compatible with MongoDB.

30
New cards

Operational Excellence

One of the five pillars of the AWS Well-Architected Framework, focusing on monitoring and operations.

31
New cards

Security

One of the five pillars of the AWS Well-Architected Framework, focusing on IAM, encryption, and VPC.

32
New cards

Reliability

One of the five pillars of the AWS Well-Architected Framework, focusing on multi-AZ deployments and Auto Scaling.

33
New cards

Performance Efficiency

One of the five pillars of the AWS Well-Architected Framework, focusing on right-sizing instances and caching.

34
New cards

Cost Optimization

One of the five pillars of the AWS Well-Architected Framework, focusing on using Spot instances and storage tiers.

35
New cards

Amazon ECS

A fully managed container orchestration service for Docker containers.

36
New cards

Amazon EKS

A managed Kubernetes service that simplifies running Kubernetes on AWS.

37
New cards

Fargate

A serverless compute engine for containers that works with both Amazon ECS and Amazon EKS.

38
New cards

AWS Lambda

A serverless compute service that runs code in response to events and scales automatically.

39
New cards

Elastic Beanstalk

A platform-as-a-service (PaaS) for deploying web applications without managing the underlying infrastructure.

40
New cards

Amazon EFS

A scalable, elastic file storage service for Linux workloads needing shared access.

41
New cards

Snowcone

Small, portable

42
New cards

Snowball Edge

Large-scale edge computing and transfer

43
New cards

Snowmobile

Petabyte-scale data transfer (entire data centers)

44
New cards

Application Load Balancer (ALB)

HTTP/HTTPS, Layer 7

45
New cards

Network Load Balancer (NLB)

TCP/UDP, Layer 4

46
New cards

Gateway Load Balancer (GWLB)

Integrates with third-party appliances

47
New cards

AWS Trusted Advisor

Provides real-time best practices in five categories: cost optimization, security, fault tolerance, performance, and service limits.

48
New cards

EC2

AWS Compute service

49
New cards

Lambda

AWS Compute service

50
New cards

S3

AWS Storage service

51
New cards

EBS

AWS Storage service

52
New cards

RDS

AWS Database service

53
New cards

CloudTrail

Auditing API calls and account activity

54
New cards

Amazon Auto Scaling

Automatically adjusts capacity to maintain performance and optimize cost.

55
New cards

AWS CloudFormation

Infrastructure as code — defines and provisions AWS resources using templates.

56
New cards

AWS Storage Gateway

Hybrid cloud storage service that connects on-prem environments to AWS storage.

57
New cards

AWS GuardDuty

Threat detection using ML and threat intelligence to monitor AWS accounts.

58
New cards

Amazon Macie

Data security and privacy service that uses ML to discover and protect sensitive data (e.g., PII in S3).

59
New cards

SQS (Simple Queue Service)

Decouples components, message queue

60
New cards

SNS (Simple Notification Service)

Pub/sub system for pushing messages to multiple subscribers

61
New cards

AWS Cloud Advantages

Pay-as-you-go, Scalable and elastic, Reliable and secure, Global reach, Cost-effective

62
New cards

AWS Shared Responsibility Model

AWS: Security of the cloud (hardware, software, infrastructure); Customer: Security in the cloud (data, IAM, OS patches)

63
New cards

AWS Support Plans

Basic - Free, billing support; Developer - Email support during business hours; Business - 24/7 support, Trusted Advisor; Enterprise - All above + Technical Account Manager

64
New cards

AWS Global Infrastructure

Regions, Availability Zones (AZs), Edge Locations (for CDN via CloudFront)

65
New cards

Security Groups

Instance-level firewall, stateful

66
New cards

NACLs

Subnet-level, stateless

67
New cards

VPN

Internet-based encrypted connection

68
New cards

Direct Connect

Dedicated private connection with higher performance

69
New cards

IaaS

Infrastructure (e.g., EC2)

70
New cards

PaaS

Platform (e.g., Elastic Beanstalk)

71
New cards

SaaS

Software (e.g., Google Docs)