AWS IAM for Programmatic access
- AWS IAM allows to create users with programmatic access only i.e. no console access
- We need to generate security credentials i.e IAM Acess Key and secret key
- Now these keys can be used in
- CLI
- Programmatic access
- Create a user with no console access and generate acces key & secret access key
aws configure
- This command creates a file
~/.aws/credentials=> access key and secret access key~/.aws/config=> region
- In AWS when we want to give a permission to an aws resource to access other aws resources we create a role.
Azure CLI Access and Azure Powershell access
- We have configure CLI Access
- To be continued
