Skip to content

Commit

Permalink
Add a couple of questions
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Nov 7, 2021
1 parent 18e69a2 commit 5163a9a
Show file tree
Hide file tree
Showing 29 changed files with 2,117 additions and 216 deletions.
756 changes: 544 additions & 212 deletions README.md

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions certificates/aws-cloud-practitioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,21 @@ True
</b></details>

<details>
<summary>Given an example of IAM best practices?</summary><br><b>
<summary>True or False? When creating an AWS account, root account is created by default. This is the recommended account to use and share in your organization</summary><br><b>

* Set up MFA
* Delete root account access keys
* Create IAM users instead of using root for daily management
False. Instead of using the root account, you should be creating users and use them.
</b></details>

<details>
<summary>True or False? Groups in AWS IAM, can contain only users and not other groups</summary><br><b>

True
</b></details>

<details>
<summary>True or False? Users in AWS IAM, can belong only to a single group</summary><br><b>

False. Users can belong to multiple groups.
</b></details>

<details>
Expand Down
Loading

0 comments on commit 5163a9a

Please sign in to comment.