AWS Solutions Architect

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

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:00 AM on 8/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

AWS Cloud

On demand, remote access, pay as you go

2
New cards

AZ

Avalability Zone

3
New cards

Region

geographical area for AWS infrastructure

4
New cards

EC2

virtual machine in cloud to run tasks online

5
New cards

AMI

AWS Machine Image, defines the OS and software

6
New cards

RDP

Remote desktop protocol for windows

7
New cards

SSH

Secure sheel protocol for linux

8
New cards

AWS Systems Manager

directly on AWS for instances

9
New cards

VM

virtual machines that do tasks

10
New cards

CLI

Command line interface, uses terminal to invoke API or VMs

11
New cards

AWS Management Console

point n click dashboard for testing and setting up VMs

12
New cards

SDK

software developer kit, using VMs and API calls directly in code

13
New cards

AMI

preconfiged OS and software and permissions, can be used for multiple instance launches

14
New cards

AWS Scaling

add more/less power or VM

15
New cards

Scale Out

add more machines

16
New cards

Scale Up

add more power to machiens

17
New cards

ELB

elastic load balancing, distributes network traffic by linking EC2s and directing commands

18
New cards

SQS

simple queue service, softwares send and recieve commands as messages in queue

19
New cards

SNS

simple notification service, message instantly notifies when called

20
New cards

EventBridge

decides who does what, and sends messages to specific machines/ people

21
New cards

Root User

to create a new AWS acc u need a root user w/ unrestricted unchangable perms

22
New cards

IAM User

1 person user w/ long term credentials, can be in multiple groups, can be without a group, starts with 0 permissions that must be granted

23
New cards

IAM Group

collections of IAM users w/ perms, cant put a group in a group

24
New cards

IAM Role

temporary permissions for people/ apps

25
New cards

Principle of Least Privilege

assign least amount of roles as required

26
New cards

AWS STS

service that provides temp creds when a role is recieved using federation and moderation

27
New cards

Identity Policy

attached to IAM and defines abilities

28
New cards

Resource Policy

attached to resources and defines accesibility

29
New cards

Policy Contains

Conditions: restrictions

Resource: resources covered

Effect: allow/deny

Action: API operations covered

Principal: who can access

30
New cards

AWS Organization

used to organize 1 or more AWS accounts

31
New cards

SCP

service control policy sets max permissions for an account, cant grant perms, only limit

32
New cards

AWS Control Tower

governs secure multi account environments

33
New cards

Evaluating Policy

denied by default, allow grants acces, deny overrides allows