Fix amp-73 (warning when credentials are not provided)
Fix amp-76 (allow credentials to be passed as arguments)
region can be read from the .aws/config file
option --aws-sync now defaults to true
new --aws-profile option, for credentials file with multiple profiles
stacks in ROLLBACK_COMPLETE status were ignored by the rm command
The only way to provide credentials was to create a .aws/credentials file. It's still the recommended way to do it. We now have an alternative way to pass the credentials: with the --aws-access-key-id and --aws-secret-access-key.
The only way to provide credentials was to create a .aws/credentials file. It's still the recommended way to do it. We now have an alternative way to pass the credentials: with the --aws-access-key-id and --aws-secret-access-key.