Web Dev/Cloud/AWS
AWS Command Line Interface
AWS Command Line Interface
Credential Config
Create a credentials configuration file ~/.aws/credentials
.
Include the profile name, access id and key, then you may use a specific profile to access AWS resources with --profile
option.
See Named Profiles for more details.
Sample Credentials Format
How is this guide?