About 35,400,000 results
Open links in new tab
  1. Changing AWS configuration directory - Stack Overflow

    Jun 2, 2020 · Run aws configure and add your values. Similarly, if you want to store configurations, you can create a config file and add the configurations like profiles and regions in the config file.

  2. Unable to load AWS credentials from ~/.aws/config and ~/.aws ...

    Dec 8, 2022 · The AWS CLI credentials and configuration settings take precedence in the following order: command line options (--region, --output, and --profile) environment variables CLI credentials …

  3. Boto3 Session "The config profile () could not be found"

    Feb 28, 2020 · I faced a similar issue and as others said Boto3's default location for config file is ~/.aws/config. Since I was using Git bash on Windows, this path was pointing to …

  4. Error "You must specify a region" when running any aws CLI command

    Mar 20, 2015 · This command will display a list of your AWS CLI configurations, including the newly set default region. By following these steps, you can configure a default region in the AWS CLI using the …

  5. AWS : The config profile (MyName) could not be found

    Dec 8, 2015 · This happened to me when AWS config file was not found since the user starting the service was a root user, when i started the service with ubuntu user it found the config, problem solved!

  6. Configuring region in Node.js AWS SDK - Stack Overflow

    Jun 25, 2015 · I had the same issue "Missing region in config" and in my case it was that, unlike in the CLI or Python SDK, the Node SDK won't read from the ~\.aws\config file.

  7. How to use multiple AWS accounts from the command line?

    May 26, 2017 · After saving your config and credentials files, you may want to verify that all is working well. One nice way to do this is by running this command: aws sts get-caller-identity and then run it …

  8. AWS CLI has my credentials but I don't have a credential file

    Aug 15, 2022 · 3 I can run the AWS CLI aws configure command and it lists my credentials. I even have a named profile I use. However, my system does not have Users\{profile}\.aws\credentials file. …

  9. Is there a way to list all resources in AWS - Stack Overflow

    AWS Config seemed to work for me. I wanted to find a snapshot i'd taken in another reason and forgot about, and apparently deleted the EC2 instance for it. getting the full AWS Config list and then …

  10. AWS Configure Bash One Liner - Stack Overflow

    If you run aws configure set help you will see that you can supply settings individually on the command line and they will be written to the relevant credentials or config file. For example: aws configure set …