SAA-CO3 Grind

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

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:45 PM on 8/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

IAM

identity and access management for AWS tools, controls who can do what in three different ways (group, user, role) not the root user, adds policies

2
New cards

IAM User vs Role

iam users are specific users you want to add to ur aws account and give perms to, roles are temporary access keys for instances and other tools

3
New cards

IAM Policy

json perms document for iam users with allow/ deny → deny overrules allow always …

4
New cards

least privileged

always give users the least amount of permissions possible

5
New cards

iam role for ec2

attach via iam role so it gets temp perms automatically, never hard code access keys to an instance

6
New cards

aws sts

security token system, issues temporary credentials for role assumption, federation, cross acc access

7
New cards

aws organizations

manage multiple aws acc using one organization (billing, governing) just anything related to multi account environments

8
New cards

SCP

service control policy, sets the maximum permissions for member accounts, but doesn’t give permissions (remember denys always get upper hand)

9
New cards

aws control tower

sets up + governs secure multi acc environments using guardrails (max perms)

10
New cards

iam identity center

central sign on for multiple aws accounts (exam clue: aws central/ federated access for employees)

11
New cards

aws directory service

managed microsoft directory service (exam clue: integrate aws with microsoft ad)

12
New cards

aws RAM

resource access manager, share aws resources across accounts without having to duplicate them

13
New cards

aws service catalog

create and govern approved portfolios of all the aws product templates for your users (exam clue: let team only use approved configs of instances)

14
New cards

security group

stateful virtual firewall with only “Allow” attached to instances (exam: instance level outbound/ inbound filtering)

15
New cards

NACL

network access control list, virtual firewall stateless, allows and denies, lowest rule number checked first → must explicitly allow return traffic

16
New cards

security group vs nacl

sg is stateful and for resources

nacl is stateless and has denies (can be used to explicitly block)

17
New cards

aws kms

key management service, control and create encryption keys w aws services

18
New cards

aws managed / customer managed kms

aws → service managed (less control)

customer → u control policy, aliases, rotation, grants (choose for more control / auditing)

19
New cards

KMS envelope

data encrypted w/ data key which is encrypted w/ KMS key (to avoid sending too much data to KMS)

20
New cards

AWS CloudHSM

cloud hardware security model, single tenant hardware model you control, used for strict compliance and control of cryptographic keys, more management

21
New cards

KMS vs CloudHSM

kms → pre managed and integrated

CHsm → more operation and control work (choose if requires dedicated hsm)

22
New cards

aws secrets manager

security stores secrets like db passwords or api keys and has auto rotation (which means it auto updates as u edit the keys)

23
New cards

secrets manager vs parameter store

sm → secrets + built in rotation → higher cost

ps → config values but u have to auto update

24
New cards

ACM

AWS certification manager, provision and manage tls/ssl certs for aws services (exam clue: https certificate management)

25
New cards

aws cognito

identity of application users (sign in + access aws services) this is for ppl who are logging into whatever u created type

26
New cards

cognito user vs identity user

cognito → authenticate users and create user directories and tokens

identity → give users temporary credentials and access to aws resources

27
New cards

aws waf

web application firewall, filters https requests using rules (basically not allowing injections n shi)

28
New cards

aws shield

managed ddos (hacking by botting) protection

standard → auto baseline protection

advanced → enhanced protection for important workloads (when u need more)

29
New cards

waf vs shield

waf → filter out malicious attacks (injection/ bad url pattern)

shield → ddos protection (volumetric hacking)

30
New cards

aws firewall manager

manage and deploy all security protocols (waf, shield, firewalls) on multiple accounts

31
New cards

AWS network firewall

managed firewall for vpc attacks (choose if u need centralized advanced protection beyond sg/nacl)

32
New cards

Amazon GuardDuty

threat detection from AWS logs using Analytics and ML (ids basically) js detects threats

33
New cards

Amazon Inspector

automatic vulnerability management and scanning for EC2 and instances (exam clue: CVE/ software vulnerabilities)

34
New cards

Amazon Macie

discovers and classifies sensitive data in Amazon S3s using pattern matching n ML

(exam clue: find sensitive data in S3)

35
New cards

Amazon Detective

Investigates + analyses security findings to find root cause of data issues

36
New cards

AWS Security Hub

central dashboard that sorts data findings across AWS services

37
New cards

AWS Artifact

portal for downloading AWS compliance reports and agreements

38
New cards

AWS Audit Manager

automates collections of evidence for audits and maps frameworks to evidence

39
New cards

Amazon VPC

Virtual Private Cloud, service that lets you run AWS resources in a private isolated virtual network u create

40
New cards

Public vs Private Subnet

subnets are segments of a VPC IP address

public → can route to internet gateway

private → can not route to igw

it takes more than js a public IP to make a subnet public

41
New cards

IGW

internet gateway, horizontally scaled VPC Component that allows internet connection for resources if route table points to it

42
New cards

NAT gateway

network address translation, let’s resources in private subnets access internet while preventing unsolicited internet connections (place in public subnet)

43
New cards

IGW vs NAT gateway

igw → gives public subnet internet with public subnet

nat → gives private subnet internet without direct exposure

44
New cards

route table

rules determining where subnet traffic is directed (specific most matching route wins)

45
New cards

vpc endpoint

private access from vpc to supported services without igw or nat or internet

46
New cards

Gateway Endpoint

freestyle vpc endpoint for S3 and DynamoDB without NAT cost

47
New cards
48
New cards
49
New cards
50
New cards