removed
The AWS profile name and region options have been removed from the CLI configuration process
10 months ago
Starting in v0.80.0
of the CLI (releasing on February 7th, 2024), the "AWS profile name" and "AWS region" options will be removed from the initial configuration process (i.e., montecarlo configure
), as this was not a necessary parameter for most commands.
The profile and region will now need to be set when interacting with any AWS-related commands via the aws-profile
and aws-region
flags.
The cli docs and help
commands will indicate when these flags are necessary.