Exercise
- Create following Groups in AWS IAM
- admin
- dev
- testers
- Assign policy of Reader to testers
- Create a policy to do anything and assign to admins group
- Create a policy to create anything and not to delete resources to dev group
- Now create 3 users per group
- admin => admin1, admin2, admin3
- dev => dev1, dev2, dev3
- test => test1,test2, test3
- Verify if the policies are working correctly
