We need a working AWS account with the following resources configured:
- A user with no permissions and a user with administrator permissions. Add these users to two groups. We should configure CLI profiles for these users. I will be calling the users and their CLI profiles testuser and awssecadmin and the groups awstestusergroup and awssecadmingroup, respectively.
awssecadmin is a user with full administrator permissions. In real-world projects, we won't have a single user with all permissions. Instead, we will segregate permissions into different user groups. If we are practicing these recipes from an office account, it is unlikely that we will be provided with full administrative permissions. We may have to list the exact ...