IAM, ACCOUNTS AND AWS ORGANISATIONS Flashcards
IAM Policies Priority? (The first is the higher)
- Explicit DENY
- Explicit ALLOW
- Default DENY (Implicit)
What are the types of IAM Policies?
- Inline Policy
- Managed Policy
Does these 2 ARN overlap?
- arn:aws:s3:::catgifs
- arn:aws:s3:::catgifs/*
No. The first references a Bucket and the second the Objects in the bucket
What are IAM users limits?
- only 5000 IAM users/account
- user can be a member of maximum 10 groups
What are IAM Groups?
Are containers for Users. I cannot login into an IAM Group and they do not have credentials of their own.
Is there a default all users IAM Group in AWS?
No
Can you nest IAM Groups?
No
Are there any IAM Group limits?
300 Groups/account (but can be increased w/ support ticket)
Can IAM Groups be referenced as a principal in a policy? For example when applying a resource policy?
No. Groups are not a true identity.
What are the IAM Roles Policies?
- Trust Policy
- Permissions Policy
What is STS?
Secure Token Service
What is a service-linked role?
- IAM Role linked to an AWS service
- You cannot delete the role until it’s no longer required
What is AWS Organizations?
It helps managing larger numbers of AWS Accounts
What is SCP?
Service Control Policies - that is a account permission boundary
Can I attach a SCP to a Root Container of the Organization?
No. The SCP will never affect the Management account