AWS Accounts and Security Fundamentals

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

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover essential concepts related to AWS accounts, security frameworks, MFA, and IAM.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

What is an AWS account?

An AWS account is fundamentally a container for identities (users) and AWS resources.

2
New cards

What are the key components of an AWS account?

Identities (users) and resources (services and infrastructure provisioned inside the account).

3
New cards

What is required to create a new AWS account?

Account Name, a unique email address, and a payment method.

4
New cards

What is the role of the account root user in AWS?

The root user has full control over its associated AWS account and cannot be restricted in terms of permissions.

5
New cards

What are the risks associated with the AWS account root user?

If compromised, the root user can lead to complete deletion of resources within the account.

6
New cards

How does AWS billing work?

AWS operates on a pay-as-you-consume model, charging for services based on actual usage.

7
New cards

What is the default security stance of AWS accounts?

By default, all access to an AWS account is denied unless explicitly allowed.

8
New cards

What does Identity and Access Management (IAM) allow users to do?

IAM allows the creation of additional identities, such as IAM users, groups, and roles.

9
New cards

What is the least privilege principle in IAM?

Only the permissions needed for specific tasks should be granted to identities.

10
New cards

What are IAM policies?

Policy documents that define permissions (allow or deny) for AWS resources when attached to IAM identities.

11
New cards

What is Multifactor Authentication (MFA)?

A security measure requiring multiple forms of identity verification to enhance account security.

12
New cards

What are the factors involved in Multifactor Authentication?

Knowledge (something you know), possession (something you have), inherent (something you are), and location (where you are).

13
New cards

What is the importance of rotating IAM access keys?

Rotating access keys helps maintain security, minimizing the risk of credential leaks.

14
New cards

What are AWS access keys?

Access keys are long-term credentials used to authenticate to AWS services via the command line or APIs.

15
New cards

What does it mean to have least privileged access in AWS?

Granting only the permissions necessary for users to perform their specific tasks.