1
Q

IAM

A

Identity and Access Managment

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

What the IAM contain?

A

👉🏼Root
👉🏼Users
👉🏼Groups

*User don’t have to belong to a group and user can belong to multiple groups

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

How can i assign permissions?

A

👉🏼 JSON file - called policies

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

IAM policies structureWhat is “version”?

A

Version: policy language version, always include “2012-10-17”

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

IAM policies structureWhat is “ID”?

A

ID: an identifier for policy (optional)

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

IAM policies structureWhat is “Statement”?

A

One or more individual statement (required)

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

IAM policies structureExplain what does statement contain?1. Sid2. Effect3. Principal4. Action5. Resource6. Condition

A

• Sid: an identifier for the statement (optional) • Effect: whether the statement allows or denies access (Allow, Deny) • Principal: account/user/role to which this policy applied 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)

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

MFA

A

Multi Factor Authentication

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

CLI

A

Command Line Interface

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

SDKWhat kind of protection?

A

Software Developer KitFor code - protect by access key 🔐

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

From where to generate an access key?Who mange them?Two parts of them?

A

Generated through the AWS consoleUser management their own access keyTwo parts:1. Access key ID = username 🧑‍💻2. Secret access key = password🤫

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

What can i do with the AWD CLI?

A

👉🏼Tool that enables you to interact with AWS service using commands in your command line shell
👉🏼 Direct access to the public APIs of AWS services
👉🏼Use to develop scripts to manage your resources
👉🏼Open source
👉🏼 Alternative to using AWS Management console

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

SDK

A

Software Development Kit

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

Two IAM security tools to log your system:📝 ⚙️

A
  1. IAM Credentials Report (account-level): Lists all your account’s users and the status of their various credentials
  2. IAM Access Advisor (user-level):

👉️ Shows the service permissions granted to a user and when those services were last accessed.

👉️ You can use this information to revise your policies.

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

What is ROLES in AWS?

A

Permissions that assign to AWS services with IAM ROLE For EC2 instance or AWS service

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