Skip to content

Commit 5163a9a

Browse files
author
abregman
committed
Add a couple of questions
1 parent 18e69a2 commit 5163a9a

29 files changed

+2117
-216
lines changed

README.md

Lines changed: 544 additions & 212 deletions
Large diffs are not rendered by default.

certificates/aws-cloud-practitioner.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,21 @@ True
399399
</b></details>
400400

401401
<details>
402-
<summary>Given an example of IAM best practices?</summary><br><b>
402+
<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>
403403

404-
* Set up MFA
405-
* Delete root account access keys
406-
* Create IAM users instead of using root for daily management
404+
False. Instead of using the root account, you should be creating users and use them.
405+
</b></details>
406+
407+
<details>
408+
<summary>True or False? Groups in AWS IAM, can contain only users and not other groups</summary><br><b>
409+
410+
True
411+
</b></details>
412+
413+
<details>
414+
<summary>True or False? Users in AWS IAM, can belong only to a single group</summary><br><b>
415+
416+
False. Users can belong to multiple groups.
407417
</b></details>
408418

409419
<details>

0 commit comments

Comments
 (0)