Is anyone here using an offline cloud backup site? If so how are you doing it? How long would it take to spin everything up?
In my azure classes I learned about creating a warm backup site that is offline to save cost. You can set RPO and RTO for each set of resources depending on criticality. The offline backups still cost money to store, and you need to send changes often (defaults are 30 seconds, 5 minutes, or 15 minutes) to have an up to date recovery site.
Sure cloud storage isnt cheap, but neither is having another datacenter and the infrastructure needed to switch over. Not to mention the amount of man hours it takes to configure an offsite datacenter or colo. With Azure or AWS the networks are created in much quicker logical fashion. It is actually easier to do things right since you can spin up virtual devices with a click of a button.
I know if you have a large company, offsite datacenter would be cheaper since you have thousands of servers and equipment to worry about. Likely you need a hot site if you are at this scale anyway. This does seem to make sense for SMBs that have a hundred servers.
Thoughts?