简体   繁体   中英

Is it possible to enable Cross-Region Automated Backup Replication using AWS PYTHON CDK or at worst Cloud Formation

Summarizing, I'm looking for a way to enable in AWS, automated cross-region backup replication. This is not a question about Multi-AZ databases or Read-Replicas.

I've looked at the documentation and have not seen a way to do this using the Python CDK or at worst CloudFormation.

The overview of the task is Basic Description

The CLI appears to offer the ability to do this.

I've looked at Cloud Formation and CDK but did not see this ability.

Having researched the documentation thoroughly I have concluded this is not possible with the current offers; as of time of writing.

My solution for this was to implement custom cdk resources

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html

https://docs.aws.amazon.com/cdk/api/v1/python/aws_cdk.custom_resources/AwsCustomResource.html

https://github.com/aws/aws-cdk/tree/master/packages/@aws-cdk/custom-resources

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM