Goal

Built in environments

Parameters

Idea

Have an image and save the state and distribute the state as needed

prod DB — connected to —— staging (which pulls from prod 2/wk) —- development systems locally

execution

back up sql databases to an S3 bucket, then allow devs to download that to local machines.

why that?

This has the benefit of 2 things; having warm storage (something we may access often) as a backup, and separate the dev environments separate from working databases.

How often are backups made?

every 2 weeks.

is it automatically to the bucket?

yes