|
|
|
|
|
by happymellon
221 days ago
|
|
> 75 clicks Well 2 commands... aws rds export-task create \
--source-arn <SnapshotArn> \
--s3-bucket-name <Bucket> \
--iam-role-arn <Role>
Then copy it down aws s3 cp \
<S3 Location> \
<Local Dir> --recursive
The biggest effort would be then running the Apache Parquet to CSV tool on it. |
|
There are also turnkeys solutions that allow one to spin up a DB, setup replication and backups inside or outside of big cñoud vendors. That is the point of db kubernetes operators for instance.