AWS RDS save snapshot of selected tables

1.4k Views Asked by At

I'm trying to save a snapshot of several tables programatically in python, instead of all DB.

I couldn't find the API (in boto/boto3) to do that.

Is it possible to do?

1

There are 1 best solutions below

2
On

This is not possible using the AWS RDS snapshot mechanism, and it isn't possible using the AWS SDK. It is possible using the API for the specific database engine you are using. You would need to specify what database you are using for further help.