Please enable JavaScript.
Coggle requires JavaScript to display documents.
IAM, MFA(multi factor authentication), ACCESS AWS in 3 ways, what is SDK,…
IAM
ROOT account created by default.Shouldn't be used to share
Users are people with in your organization, and can be grouped
Groups only contain users, not other groups.
-
IN AWS, follow least privilleged principle.
-
-
-
-
IAM POLICY structure
Consists of Version:
ID:
Statement:
- sid: an identifier for the internal statement
- Effect: whether the statement allows or denies access
- 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.
IAM policies are manageable in two ways.
- Manual polices and Inline policies
-
-
-
-
-