Skip to content
New issue

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

Provided region_name '[us-east-1]' doesn't match a supported format. #73

Open
uri-dor opened this issue Mar 3, 2022 · 1 comment
Open

Comments

@uri-dor
Copy link

uri-dor commented Mar 3, 2022

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

@obakeng-develops
Copy link

You have to remove the brackets. Make it AWSARGS=--region us-east-1 --profile lz-lab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants