Skip to content

Commit

Permalink
Add notify production dms
Browse files Browse the repository at this point in the history
  • Loading branch information
corlettb committed Oct 24, 2023
1 parent 32ba0b7 commit e9486a0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions terraform/prod.dms.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,37 @@
"cidr_block": "10.202.0.0/16",
"vpc_peering_connection_id": "pcx-05d45161c45033d27"
}
},
{
"name": "govuk-notify-prod-migration",
"source_secret_name": "dms-secrets/notify-prod/source",
"source_extra_connection_attributes": "executeTimeout=3600;",
"target_secret_name": "dms-secrets/notify-prod/destination",
"target_extra_connection_attributes": "executeTimeout=3600;",
"instance": {
"allocated_storage": "6144",
"allow_major_version_upgrade": false,
"apply_immediately": true,
"auto_minor_version_upgrade": true,
"availability_zone": "eu-west-1b",
"engine_version": "3.5.1",
"multi_az": false,
"preferred_maintenance_window": "mon:22:40-mon:23:20",
"publicly_accessible": false,
"replication_instance_class": "dms.c6i.4xlarge"
},
"task": {
"migration_type": "full-load-and-cdc",
"settings_overrides": {
"FullLoadSettings": {
"TargetTablePrepMode": "TRUNCATE_BEFORE_LOAD"
}
},
"table_mappings": null
},
"vpc_peering": {
"cidr_block": "10.203.0.0/16",
"vpc_peering_connection_id": "pcx-0b6f954326dfdc132"
}
}
]

0 comments on commit e9486a0

Please sign in to comment.