Recreate Resources
Last updated:
RESILIENCYDISASTERRECOVERY
Related to [[202404071556 Disaster Recovery|Disaster Recovery]] and [[202404071304 Resiliency Overview]]
Most probably we are using deployment pipelines. We can rerun the pipeline to create new resources in the secondary area. Which means what we have to ensure is whatever gets pulled into the pipeline is available in secondary locations.
- Code repository (Geo-distributed)
- Container registry (If using containers)
Creating things takes time so it depends on [[202404081933 Recovery Time Objective|RTO]]. If [[202404081933 Recovery Time Objective|RTO]] is less then we have to have something running in the secondary region. But it will cost more. If RTO is more we can [[202404081937 Recreate Resources|recreate]].