Section 4 IAM & AWS CLI Flashcards
These policies are attached directly to a user that’s not part of a group
Inline
IAM Policies statements consist of the following
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)
MFA Device options in AWS
Virtual MFA device
Universal 2nd factor security key
Hardware key fob
Hardware key fob for AWS GovCloud
These policies are attached directly to a user that’s not part of a group
Inline
Ways users can access AWS
Management console
CLI
SDK
When should the root account be used?
aws account setup only
What do groups contain?
Users