Wrap up!
Let's do a quick recap of the course, highlighting the important steps IAM performs in deciding whether to allow a request or not.
We'll cover the following...
Whenever there is a change to a resource in an AWS account, it comes via one of the AWS APIs. IAM protects these APIs with policies we can attach to different things in the account. Because of this, IAM is the most critical service to secure an AWS account. Everything that touches a resource is subject to it but it’s our responsibility to configure it to only allow what is needed for normal operations and deny ...