awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 146 forks source link

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

Open uri-dor opened 2 years ago

uri-dor commented 2 years ago

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 commented 1 year ago

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