-
Notifications
You must be signed in to change notification settings - Fork 48
Add multi-region AWS deployment scripts with Terraform #558
Copy link
Copy link
Open
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third CampaignCampaign: Third CampaigndevopsIssues related to infrastructure, CI/CD, and deploymentIssues related to infrastructure, CI/CD, and deploymenthardComplex tasksComplex tasks
Description
Activity
Metadata
Metadata
Assignees
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third CampaignCampaign: Third CampaigndevopsIssues related to infrastructure, CI/CD, and deploymentIssues related to infrastructure, CI/CD, and deploymenthardComplex tasksComplex tasks
What
Terraform modules exist for single-region AWS deployment. Add multi-region support for high availability and disaster recovery.
Why
Single-region deployment means regional AWS outage takes down the entire payroll system. Multi-region is required for production SLA.
Scope
In scope: Multi-region VPC, cross-region RDS replication, Route53 failover
Out of scope: Multi-cloud
Acceptance Criteria
Technical Context
infrastructure/terraform/modules/— existing modulesinfrastructure/terraform/environments/— staging, production