AWS Cloud Foundations

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

1/29

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.

30 Terms

1
New cards

Cloud Computing

On-demand IT resources (servers, storage, databases, networking) delivered over the internet, pay-as-you-go.

2
New cards

CapEx (Capital Expenditure)

Upfront costs of buying/owning hardware.

3
New cards

OpEx (Operational Expenditure)

Ongoing costs of renting services in a cloud model.

4
New cards

Region

Geographical area containing multiple Availability Zones.

5
New cards

Availability Zone (AZ)

A separate, independent data center inside a region.

6
New cards

Edge Location

Local site that caches content used by CloudFront for fast delivery.

7
New cards

EC2 (Elastic Compute Cloud)

AWSs virtual servers; choose instance type based on CPU, memory, or GPU.

8
New cards

Lambda

AWSs serverless compute; runs code in response to events without managing servers.

9
New cards

S3 (Simple Storage Service)

Object storage for files (objects) in buckets.

10
New cards

EBS (Elastic Block Store)

Block storage like a hard drive, attached to EC2 instances.

11
New cards

Glacier

Archival storage for rarely accessed data, cold storage.

12
New cards

Bucket

Container in S3 that holds objects (files + metadata + unique key).

13
New cards

RDS (Relational Database Service)

Managed SQL databases (MySQL, PostgreSQL, Oracle, etc.).

14
New cards

DynamoDB

Fully managed NoSQL database, key-value/document style, scales automatically.

15
New cards

VPC (Virtual Private Cloud)

Isolated private network in AWS where you control subnets, firewalls, routing.

16
New cards

Route 53

AWSs Domain Name System DNS service; translates names into IP addresses.

17
New cards

CloudFront

Content Delivery Network CDN that delivers cached content through edge locations.

18
New cards

IAM (Identity and Access Management)

AWS service to manage who can do what.

19
New cards

User

An individual account with credentials.

20
New cards

Group

A collection of users with shared permissions.

21
New cards

Role

A temporary identity often assumed by applications or services.

22
New cards

Policy

A JSON document defining permissions, such as allowed read-only access to S3.

23
New cards

Shared Responsibility Model

AWS secures the infrastructure; you secure your data, applications, and access.

24
New cards

Least Privilege

Security principle of granting only the permissions absolutely necessary.

25
New cards

Pay-as-you-go

Billing model where you pay only for what you use.

26
New cards

Free Tier

Limited-use option to test AWS services at no cost.

27
New cards

Cost Explorer

Tool for analyzing AWS spending.

28
New cards

Trusted Advisor

Tool for cost, security, and performance optimization.

29
New cards

SageMaker

AWSs managed machine learning platform that runs on EC2 and stores data in S3.

30
New cards

Bedrock

AWS service for accessing large language models via managed endpoints.