Awesome
<!-- BEGIN_TF_DOCS -->Releasing
- Update .chalice/config.json
- Add a stage with the appropriate environment variables
make deploy-AWSPROFILE
rds-cross-region-backup
Deployment via Terraform
terraform init
terraform plan
terraform apply -auto-approve
Teardown
terraform destroy -auto-approve
Providers
Name | Version |
---|---|
<a name="provider_aws"></a> aws | n/a |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
<a name="input_account"></a> account | AWS Account ID | any | n/a | yes |
<a name="input_instances"></a> instances | List of RDS instances | any | n/a | yes |
<a name="input_kms_key_id"></a> kms_key_id | The ID of KMS key | any | n/a | yes |
<a name="input_source_region"></a> source_region | The AWS region where the source RDS instance exists | any | n/a | yes |
<a name="input_target_region"></a> target_region | The AWS region where you want to copy RDS backups | any | n/a | yes |
Resources
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:
- Modernize or Migrate to Kubernetes
- Cloud Infrastructure with Kubernetes on AWS, Azure, Google Cloud, or Bare Metal
- Building AI and Data Pipelines on Kubernetes
- Optimizing Existing Kubernetes Workloads
We do this with a high-touch support model where you:
- Get access to us on Slack, Microsoft Teams or Email
- Get 24/7 coverage of your infrastructure
- Get an accelerated migration to Kubernetes
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 -->