Tag Archives: Cloud Resume Challenge

AWS IAM 101

1. IAM Users & Groups Tutorial by Stephane Maarek
2. IAM Best Practices & Guidelines by Stephane Maarek
3. AWS CLI Tutorial by Stephane Maarek
4. AWS CLI on Amazon EC2 Tutorialby Stephane Maarek
5. Setting Up AWS – Cloud Resume Challenge Series (Part 2) by @loujaybee
6. AWS Budgets – Контроль Стоимости и Затрат – Автовыключение EC2/RDS

For root account:
AWS tasks that require root
– Enabled MFA
– Delete Access key for root account
root_IAM

Create separate Administrator’s user for managing users:
– Create User groups IAM_Administrator with Permissions policies IAMFullAccess
– Add user Bezha_IAM to this group IAM_Administrator
– Using this Bezha_IAM user for creating users for various tasks.
– For this user also enabled MFA
Bezha_IAM