Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

The config profile (adminuser) could not be found

I finally succeed by using

~/.aws/config

[default]
region = us-east-1
output = json

~/.aws/credentials

[adminuser]          // <- here changes to adminuser
aws_access_key_id = ************
aws_secret_access_key = ************
region = us-east-1   // <- note this line

Tags:

Amazon Web Services

Aws Cli

Related

Any drawback in using AWS RDS "dev/test" instance for production? What is the equivalent of Puppet's `unless` in Ansible? Is this Kerberos/AD setup possible? Does Google Cloud change the server' ssh keys automatically? Parse error in sudoers file CentOS extremely slow DNS lookup Baffling Memory leak. What is using ~10GB of memory on this system? Red hat Linux + TIME ZONE CONFIGURATION + details from clock file Driver installation not working when deploying printers via GPP Automated telephone call about sending spam mails Simple way of blocking a program on CentOS 6? Google Cloud HTTPS Loadbalance, how to force http to https

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy