Currently, all boto3 clients are initiated without specifying the AWS profile name. Hence, the default profile will be used.
Adding the --profile flag would significantly improve the handiness of the CLI because it is very common to switch the profile frequently during development (for example, changing the target environment between dev and prod by switching the AWS profile).
Currently, all
boto3clients are initiated without specifying the AWS profile name. Hence, thedefaultprofile will be used.Adding the
--profileflag would significantly improve the handiness of the CLI because it is very common to switch the profile frequently during development (for example, changing the target environment betweendevandprodby switching the AWS profile).