non regression test
With a "normal" .aws config (aws_access_key_id and aws_secret_access_key in credentials, region in config), run:
make build-cli build-plugins
amp cluster create --provider aws --aws-stackname STACK_NAME --aws-parameter KeyName=KEY_PAIR
# It should start the deployment, Ctrl-C after a few seconds
amp cluster rm --provider aws --aws-stackname STACK_NAME
fix "config only" credentials config
backup your ~/.aws folder
modify it to merge all information from the credentials file into the config file.
Run the commands above once more.
AMP-101
Verification
non regression test With a "normal" .aws config (aws_access_key_id and aws_secret_access_key in credentials, region in config), run:
fix "config only" credentials config backup your ~/.aws folder modify it to merge all information from the credentials file into the config file. Run the commands above once more.
You can now restore your ~/.aws folder if needed