What does ARN stand for?
Amazon Resource Name
What is the component syntax of an ARN?
**arn:partition:service:region:account\_id:**::)What are the major differences between the two types of IAM Policies?
Do IAM policies take effect upon creation?
No. An IAM Policy has no effect until it is attached to a resource or role.
What is the basic format of an IAM policy document?
*servicename:ActionName*What is an AWS API Request?
Any action you can perform against AWS
If an IAM policy does not explicitly allow an API action, might it still be implicitly allowed?
No
If an action is not explicitly allowed, it is implicitly denied
In general, how does AWS reconcile multiple attached policies to the same user or resource?
AWS joins all applicable policies
Suppose your IAM user has 2 policies, one of which explicitly denies access to all S3 buckets, the other of which explicitly allows access to a specific S3 bucket. Will this user be allowed to access to the specific S3 bucket?
No
An explicit deny overrides anything else in any other policy
What is the purpose of AWS Permission Boundaries?
What are some use cases for AWS Permission Boundaries?
In the context of IAM, what does RAM stand for?
Resource Access Manager
What is the general use case of AWS Resource Access Management?
Which AWS Resources can I share using AWS Resource Access Management?
What does SSO stand for?
Single Sign-On
What does SAML stand for?
Security Assertion Markup Language
What are the general use cases for AWS SSO?
Suppose you have a fleet of EC2 instances, all joined to the same active directory domain. Do you need to manage the credentials on the individual EC2 instances?
No
AWS Directory Service provides SSO to any domain-joined EC2 instance
What is the purpose of AWS Directory Service?
Connecting AWS resources with on-premises AD
When using AWS Managed Microsoft AD, who is responsible for ensuring multi-AZ deployment?
AWS
What does AD stand for?
Active Directory
What is Active Directory?
What is the key feature of AWS Managed Microsoft AD?
AD Domain Controllers – to which you have exclusive access– running Windows Server that are reachable by applications in your VPCs,
How does AWS Managed Microsoft AD ensure high availability?