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

Update AWS Lambda for DB snapshots to secondary account #1157

Open
brdunfield opened this issue Oct 19, 2020 · 0 comments
Open

Update AWS Lambda for DB snapshots to secondary account #1157

brdunfield opened this issue Oct 19, 2020 · 0 comments

Comments

@brdunfield
Copy link
Contributor

brdunfield commented Oct 19, 2020

Dear Amazon RDS Customer
We have noticed that since 1 October 2020 you are generating DescribeDBSnapshot and DescribeDBInstances calls in the US-EAST-1 region that are failing with a 500 error because of incorrect filter usage.
The calls are being requested with the following parameters:
{"filters":[{"name":"db-snapshot-id"}],"includeShared":false,"includePublic":false,"dbinstanceIdentifier":"notification-alpha-canada-ca-enc"}
In order to make sure your calls don't fail, we recommend that refer to our documentation for filter usage [1] and modify the parameters accordingly.
For the fastest feedback and best user experience, we also recommend that you upgrade to the latest NodeJS SDK and enable client side validations.
If you have any further questions or require any guidance, please do not hesitate to contact the AWS Support team. We would be happy to help. We are available on the community forums or by contacting AWS Premium Support [2].
Sincerely,
The Amazon RDS Team

This happened due to an AWS API change. Max has disabled the lambda in the short term, so we are not currently getting backups to a secondary location. Regular backups inside the same AWS account are not affected.

To do:

  • Update this
  • Figure out how to alarm if this stops happening - we didn't know this was broken for 19 days

https://console.aws.amazon.com/lambda/home?region=us-east-1#/functions/rds-snapshot-backup?tab=configuration

https://github.com/cds-snc/aws-rds-cross-account-backup/tree/master/rds-backup

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

No branches or pull requests

1 participant