CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

Define Disaster Recovery plan #97

Closed briri closed 2 weeks ago

briri commented 5 months ago

Most of the infrastructure is built using CF.

We need to identify which resources should have a copy stored elsewhere for DR purposes.

We also need to document the process of restoring the system in another AWS region.

briri commented 4 months ago

Also include certain SSM credentials

briri commented 4 months ago

What happens with the general AWS Account Id and the KMS key used by the account? What are the implications if we need to recovery to a different account?

briri commented 3 months ago

Setup PointInTimeRecovery on the DynamoDB Table.

S3 bucket

briri commented 3 months ago

IAS indicated that PointInTimeRecovery for Dynamo is good for now. They will do some research and discuss with Kevin to see if there is a more appropriate option.

Created a ticket for IAS to setup replication/backup of the 2 CloudFront Distro buckets that store the DMP narrative PDF documents https://github.com/CDLUC3/uc3sys/issues/75

briri commented 2 months ago

RDS database has been setup to mimic the pattern IAS uses in the main account. Have verified that it is successfully taking daily snapshots

briri commented 2 weeks ago

all of this work is complete