About 9,750,000 results
Open links in new tab
  1. SSL CERTIFICATE_VERIFY_FAILED in aws cli - Stack Overflow

    Oct 5, 2015 · I installed AWS CLI on the Windows server 2007 32bit. aws --version aws-cli/1.8.8 Python/2.7.9 Windows/2008Server I configure aws cli using keys Once I run below command …

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

  3. AWS Configure Bash One Liner - Stack Overflow

    aws configure --profile qa Note: with the first technique above, whatever command you type will appear in your history and this is not a good thing for passwords, secret keys etc. So in that …

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

    May 26, 2017 · Examples: $ aws configure --profile account1 $ aws configure --profile account2 You can then switch between the accounts by passing the profile on the command. $ aws …

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

    Oct 20, 2022 · How to globally enable --no-verify-ssl in aws cli, and also how to disable that? Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 6k times

  6. Command to switch the region on aws cli - Stack Overflow

    Feb 23, 2023 · 3 AWS cli provides the way to set region at anytime you wish. You can use following command to set the region aws configure --region <region> For example: aws …

  7. Getting "No AWS accounts are available to you" when using aws …

    Apr 21, 2024 · That video is good for explaining identity centre and showing how to get the access keys to just do aws configure but it doesnt fix the: no accounts are available to you. Recent …

  8. How to login with AWS CLI using credentials profiles

    May 29, 2017 · I want to setup multiple AWS profiles so that I can easily change settings and credentials when jumping between projects. I've read the AWS documentation but it's quite …

  9. How do I set the name of the default profile in AWS CLI?

    I have tried aws configure set profile Default to name the default profile as Default by reading the ' set ' CLI command, I also tried aws configure set StoreAs Default because I thought that's …

  10. Errno 13: Permission denied: 'C:\\\\Users\\\\myname\\\\.aws' when ...

    May 17, 2019 · And a credentials file has appeared in folder C:\Users\myname\.aws But, when I run the command aws configure again, the AWS Access Key ID and AWS Secret Access Key …