diff --git a/README.md b/README.md index 0da79ce..4663b6a 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,13 @@ It can be configured to run periodically using CloudWatch events. "PGPASSWORD": "password", "PGHOST": "host", "S3_BUCKET": "db-backups", + "S3_REGION": "eu-west-1", "ROOT": "hourly-backups" } ``` - _Test_ and check the output + - _Hint: the default S3 region is configured to eu-west-1, you need to explicitly override `S3_REGION`_ 5. Create a CloudWatch rule: - Event Source: Schedule -> Fixed rate of 1 hour