Home

Awesome

<!-- BEGIN_TF_DOCS -->

Releasing

rds-cross-region-backup

Deployment via Terraform

terraform init
terraform plan
terraform apply -auto-approve

Teardown

terraform destroy -auto-approve

Providers

NameVersion
<a name="provider_aws"></a> awsn/a

Inputs

NameDescriptionTypeDefaultRequired
<a name="input_account"></a> accountAWS Account IDanyn/ayes
<a name="input_instances"></a> instancesList of RDS instancesanyn/ayes
<a name="input_kms_key_id"></a> kms_key_idThe ID of KMS keyanyn/ayes
<a name="input_source_region"></a> source_regionThe AWS region where the source RDS instance existsanyn/ayes
<a name="input_target_region"></a> target_regionThe AWS region where you want to copy RDS backupsanyn/ayes

Resources

NameType
aws_cloudwatch_event_rule.every_five_daysresource
aws_cloudwatch_event_target.rds_cross_region_backupresource
aws_iam_policy.iam_policy_for_lambdaresource
aws_iam_role.lambda_roleresource
aws_iam_role_policy_attachment.attach_iam_policy_to_iam_roleresource
aws_lambda_function.rds_cross_region_backupresource
aws_lambda_permission.allow_cloudwatch_to_call_rds_cross_region_backupresource

Outputs

No outputs.

🚀 Built by opsZero!

<a href="https://opszero.com"><img src="https://opszero.com/wp-content/uploads/2024/07/opsZero_logo_svg.svg" width="300px"/></a>

Since 2016 opsZero has been providing Kubernetes expertise to companies of all sizes on any Cloud. With a focus on AI and Compliance we can say we seen it all whether SOC2, HIPAA, PCI-DSS, ITAR, FedRAMP, CMMC we have you and your customers covered.

We provide support to organizations in the following ways:

We do this with a high-touch support model where you:

Please schedule a call if you need support.

<br/><br/>

<div style="display: block"> <img src="https://opszero.com/wp-content/uploads/2024/07/aws-advanced.png" width="150px" /> <img src="https://opszero.com/wp-content/uploads/2024/07/AWS-public-sector.png" width="150px" /> <img src="https://opszero.com/wp-content/uploads/2024/07/AWS-eks.png" width="150px" /> </div> <!-- END_TF_DOCS -->