Correct answer - "Use the --region parameter" : If the region parameter is not set, then the CLI
command is executed against the default AWS region.
Incorrect:
"You need the override the default region use aws configure" - That is not the most simple way as
you will have to change it again for use with default region
"You should create a new profile just for that other region" - This is not the most simple way as
it causes you to manage two profiles
"Use boto3 dependency injection" - With the CLI you do not use boto3