Securing Access to Cloud Resources Flashcards

(29 cards)

1
Q

What is the shared responsibility model in cloud security?

A

A framework that outlines the division of security responsibilities between cloud service providers and customers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does AWS Identity and Access Management (IAM) do?

A

Securely shares and controls individual and group access to AWS resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the key features of AWS IAM?

A
  • Supports federated identity management
  • Supports granular permissions
  • Supports multi-factor authentication (MFA)
  • Provides identity information for assurance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two main functions of IAM?

A
  • Authentication
  • Authorization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Who are considered ‘principals’ in IAM?

A

A person or application that requests access to AWS resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define ‘IAM policy’.

A

The document that defines which resources can be accessed and the level of access to each resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an IAM user?

A

A person or application that can authenticate with an AWS account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an IAM role?

A

An identity used to grant a temporary set of permissions to make AWS service requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the principle of least privilege?

A

Start by granting the minimum AWS account permissions needed for the job role and grant additional access as needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does multi-factor authentication (MFA) add to security?

A

An extra layer of protection on top of your username and password.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fill in the blank: A _______ is a collection of IAM users who are granted identical authorization.

A

Group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: An explicit deny statement takes precedence over an allow statement in IAM policies.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is identity federation?

A

A system of trust between two parties to authenticate users and convey information needed to authorize resource access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What services are available for identity federation in AWS?

A
  • AWS Single Sign-On (AWS SSO)
  • AWS Identity and Access Management (IAM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does AWS Organizations allow you to do?

A

Consolidate multiple AWS accounts into a centrally managed organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a service control policy (SCP)?

A

A policy that provides centralized control over AWS services and API actions across accounts.

17
Q

What information is contained in an IAM request?

A
  • Actions or operations
  • Resources
  • Principal
  • Environment data
  • Resource data
18
Q

What is the purpose of IAM credentials?

A

To authenticate users and applications accessing AWS resources.

19
Q

What does an IAM resource consist of?

A
  • User
  • Group
  • Role
  • Policy
  • Identity provider objects
20
Q

Fill in the blank: The AWS Security Token Service (AWS STS) issues _______ security credentials.

21
Q

What is the role of identity providers in identity federation?

A

Responsible for user authentication.

22
Q

What is a principal in IAM?

A

A person or application that uses the AWS account root user, IAM user, or IAM role to sign in and make requests.

23
Q

What type of policies does IAM support?

A
  • Identity-based policies
  • Resource-based policies
24
Q

What does a resource-based policy define?

A

Who has access to a particular resource.

25
Fill in the blank: The document that defines which resources can be accessed and the level of access is called an _______.
IAM policy
26
What is the role of AWS Single Sign-On (AWS SSO)?
To create or connect identities once and manage access centrally across AWS accounts.
27
What does AWS SSO provide to users?
A user portal to access all their assigned AWS accounts or cloud applications.
28
Fill in the blank: IAM supports _______ identity management.
federated
29
What is a temporary security credential?
Credentials issued by AWS STS that provide temporary access to AWS resources.