Scenario: A new employee has joined the team
- A new employee has joined the team who would be responsible for creating infrastructure in AWS
- Solution:
- Create a new IAM User
- Give him Both Programatic access and Console Access
- Select the right policy for this user.
Scenario 2
- An application running in ec2 requires permissions to create/delete other AWS resources
- One way of solving this is
- Create an IAM user with programattic access
- Configure this access into the application running on ec2
- Ensure the IAM User which you have create has necessary permissions.
- Other Way is Role:
- Role in AWS is a permission given to AWS Resource/Service to access other AWS Services/Resources.
- Role in AWS is a permission given to AWS Resource/Service to access other AWS Services/Resources.
Scenario 3:
- Consider we have 5 admins who require same set of permissions, so rather that managing policy at user level, we manage it at the group level
Activity
- Refer Here for the JSON and YAML Tutorial
- Refer Here for the softwares to be installed on your windows system.
- Refer Here to install Windows Terminal.
- Mac:
- Install Home brew Refer Here
- Git:
brew install git
- Visual Studio Code:
brew install --cask visual-studio-code