We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When executing make I get this error :
Provided region_name '[us-east-1]' doesn't match a supported format. make: *** [._copy_snapshots_dest_rds] Error 255 rm copy_snapshots_dest_rds.zip
configuration: AWSARGS=--region [us-east-1] --profile [lz-lab] AWSCMD=aws ZIPCMD=zip
can't pass this stage ..really appreciate any help
The text was updated successfully, but these errors were encountered:
You have to remove the brackets. Make it AWSARGS=--region us-east-1 --profile lz-lab
AWSARGS=--region us-east-1 --profile lz-lab
Sorry, something went wrong.
No branches or pull requests
When executing make I get this error :
Provided region_name '[us-east-1]' doesn't match a supported format.
make: *** [._copy_snapshots_dest_rds] Error 255
rm copy_snapshots_dest_rds.zip
configuration:
AWSARGS=--region [us-east-1] --profile [lz-lab]
AWSCMD=aws
ZIPCMD=zip
can't pass this stage ..really appreciate any help
The text was updated successfully, but these errors were encountered: