• AWS CLI: Configuring authentication and profiles

    2 min read

    aws awscli SDK authentication profiles

    With the .aws/config and .aws/credentials files we can are used for configuring and authenticating for the AWS cli or any tool that uses the AWS SDK with AWS.

    Each file has a different purpose:

    • ~/.aws/config: This file stores configuration settings for AWS CLI and SDKs, including profiles, regions, output format, and roles to assume.
    • ~/.aws/credentials: This file holds AWS access key IDs and secret access keys.

    04/09/2024

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets