About 15,300,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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, …

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

    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 …

  5. 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 …

  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 …

  8. How to globally enable --no-verify-ssl in aws cli, and also how to ...

    Oct 20, 2022 · Do not use --no-verify-ssl. Doing so opens yourself up to man-in-the-middle attacks and ignores your obligations under the shared responsibility model. If you don't have the CAs …

  9. 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: …

  10. Generating a kubeconfig for access to an Amazon EKS cluster

    6 I believe the most correct is the way described in Create a kubeconfig for Amazon EKS yes, you create kubeconfig with aws eks get-token and later add newly created config to KUBECONFIG …