AWS basic, IAM, EC2 fundamentals

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:00 AM on 6/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

What is the AWS global infrastructure (order)?

AWS regions, availability zones, data centers, edge locations

2
New cards

What is an AWS region?

A cluster of data centers

3
New cards

What should you factor in when choosing what AWS region to select?

Compliance with data governance and legal requirements, proximity to customers, available services within a region, pricing

4
New cards

What is the min/max amount of availability zones a region can have?

3, 6

5
New cards

What do availability zones consist of and why are they seperated?

One or more data centers with redundant power, networking, and connectivity. Separated so they are isolated from disasters

6
New cards

What are AWS edge locations?

Localized edge data centers and network nodes strategically positioned around the world to deliver low latency

7
New cards

What is IAM?

Identity and access management service

8
New cards

How do users and groups work in IAM?

users can belong to multiple groups, they also dont have to be in a group, groups can only contain users, not other groups.

9
New cards

How do IAM permissions work?

Users or groups can be assigned JSON documents called policies. These policies define the permission of the users

10
New cards

What is the least privilege principle in AWS?

Don’t give more permissions than a user needs

11
New cards

How does IAM policy inheritance work?

The policies you assign to groups will apply to each user in the group

12
New cards

What are IAM inline policies?

Policies only attached to a user

13
New cards

What do IAM policies consist of?

Version of the policy language, ID for the policy (optional), Statement(s)

14
New cards

What does a statement inside an IAM policy consist of?

Sid: an identifier for the statement (optional), Effect (allow or deny), Principal (user/role this policy applies to), action: list of actions this policy allows or denies, resource: list of resources to which the actions applied to, condition: conditions for when this policy is in effect (optional)

15
New cards
16
New cards
17
New cards
18
New cards
19
New cards
20
New cards