Skip to content

Data Backup GCP / S3 Buckets

This document describes how to find out which GCP buckets are being backed up to AWS S3 using the Data Backup Service and also how to view the S3 backup bucket in AWS.

Finding GCP buckets with backups enabled

Run the following command in the data-backup/infrastructure repo to see the current list of buckets being backed up:

logan --workspace=production terraform output datasync_targets

Viewing the S3 backup bucket in AWS

Using the aws-helper tool from the data-backup/infrastructure project, you can see the current buckets being backed up by running:

aws-helper -e production console

You can then navigate to the S3 service in the AWS console to see the backup bucket.