'Connect to AWS account via AWS CLI [closed]
I need to login to AWS account via AWS CLI.
I imagine the first port of call with anything AWS CLI is to connect via the terminal.
How do I do this with AWS CLI
Solution 1:[1]
use
aws configure
it will ask for your access key, secret key & your default region.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | baduker |
