AWS CLI
The AWS CLI has various methods for using an AWS Token on a system, wether it be in on a Developer System, or CI/CD (such as GitHub Actions).
Using Environment Variables
Using Profiles
Named Profiles
Named Profiles are useful if you need to access multiple AWS accounts or Roles in the same session
Last updated