About 33,200,000 results
Open links in new tab
  1. Configuration and credential file settings in the AWS CLI

    By default, the AWS CLI uses the settings found in the profile named default. To use alternate settings, you can create and reference additional profiles. You can override an individual …

  2. How to Manage AWS Profiles Using the AWS CLI

    Oct 16, 2024 · Think of an AWS profile as a container for your AWS credentials — like your Access Key ID, Secret Access Key, and region. By creating different profiles, you can switch …

  3. How to Set Up and Switch Between AWS CLI Profiles - Medium

    Jun 21, 2025 · 🔐 How to Set Up and Switch Between AWS CLI Profiles Whether you’re working on multiple AWS accounts or want to separate dev and prod access, the AWS CLI makes it easy …

  4. AWS CLI Profiles - The struggling Developer

    May 4, 2025 · Effective AWS CLI profile management streamlines workflows when handling multiple accounts. By utilizing named profiles and environment variables, users can …

  5. How to see what profile is default with CLI? - Stack Overflow

    Nov 4, 2016 · Generally the default profile is tagged with name "default" unless you specify another profile in environment variables. You can run aws configure list to list your current …

  6. How to set and delete AWS CLI profile - DEV Community

    Nov 23, 2023 · In this article, I will briefly explain how to add an AWS profile to your AWS CLI and how to delete it. From the top right of your screen, click on Security credentials. Then scroll …

  7. Configuring environment variables for the AWS CLI

    AWS_PROFILE Specifies the name of the AWS CLI profile with the credentials and options to use. This can be the name of a profile stored in a credentials or config file, or the value default …

  8. AWS CLI - Part 5: Profiles — tony redhead

    May 13, 2021 · AWS CLI profiles let you save sets of credentials and settings for individual profiles. So when you’re uploading files, you can specify which profile to use directly in the …

  9. Set your Default Profile's Name in AWS CLI | bobbyhadz

    Feb 26, 2024 · To set the name for the default AWS CLI profile, set the AWS_PROFILE environment variable to the name of the profile stored in your credentials and config files, e.g. …

  10. Configuration and credential file settings in the Amazon CLI

    By default, the Amazon CLI uses the settings found in the profile named default. To use alternate settings, you can create and reference additional profiles. You can override an individual …