Skip to content

Existing S3 Snapshot Repo Configuration

Tanner Lewis edited this page Nov 8, 2024 · 4 revisions

This page lays out additional configuration that is necessary for configuring the Migration tooling to work with an existing S3 snapshot repository

Configuration Options

Before deployment, the CDK context options should specify the desired existing S3 snapshot repository to use for Reindex-from-Snapshot

{
  "default": {
    ...
    "reindexFromSnapshotServiceEnabled": true,
    "reindexFromSnapshotExtraArgs": "--s3-repo-uri s3://<BUCKET_NAME>/<REPOSITORY_NAME> --source-version <SOURCE_VERSION> --s3-region <AWS_REGION> --snapshot-name <SNAPSHOT_NAME>"
  }
}

IAM Role Updates

Migration Console YAML Updates

Clone this wiki locally