Merge pull request #27 from FredrickAdjei/patch-1

Patch 1
This commit is contained in:
Keenan Romain 2023-02-03 11:04:58 -05:00 committed by GitHub
commit b07fb3f47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -213,6 +213,14 @@ IAM Policies are separated from the other entities above because they are not an
- **Default Deny (or Implicit Deny)**: IAM identities start off with no resource access. Access instead must be granted.
### IAM Security Tools:
**IAM Access Advisor(user level)**
- Acess advisor shows service permissions granted to a user and when those services were last accessed.
- You can use this information to revise your policies.
**IAM Credentials Report(account level)**
- a report that list all your account users and the status of their various credentials.
## Simple Storage Service (S3)