Process Flow - Using profiles for multiple accounts
Create profile1 with account1 creds
Create profile2 with account2 creds
Use AWS CLI with --profile profile1
Commands run on account1
Use AWS CLI with --profile profile2
Commands run on account2
Switch profiles anytime to access different accounts
Set up separate profiles for each AWS account, then specify the profile when running commands to work with that account.