I'm trying to use two different AWS accounts on my computer. One is for my work and the other one is for my personal project.
I made a new Elastic Beanstalk application with eb-cli commands to create a new application for my personal project. When I initially ran eb init
, it didn't ask me to input AWS access id. Because of that, it made a new application in my work AWS account because its AWS access key is already stored on my computer.
How can I use two AWS accounts separately so that I can manage my personal and work projects separately on the same computer?