Google Cloud accidentally deletes UniSuper’s online account due to ‘unprecedented misconfiguration’

Potatos_are_not_friends@lemmy.world to Technology@lemmy.world – 208 points –
Google Cloud accidentally deletes UniSuper’s online account due to ‘unprecedented misconfiguration’
theguardian.com

More than half a million UniSuper fund members went a week with no access to their superannuation accounts after a “one-of-a-kind” Google Cloud “misconfiguration” led to the financial services provider’s private cloud account being deleted, Google and UniSuper have revealed.

17

You are viewing a single comment

Actually, it highlights the importance of a proper distributed backup strategy and disaster recovery plan.
The same can probably happen on AWS, Azure, any data center really

Actually, it highlights the importance of a proper distributed backup strategy and disaster recovery plan.

Uh, yeah, that's why I said

it is good practice and frankly refreshing to hear that a company actually backed up away from their primary cloud infrastructure

The same can probably happen on AWS, Azure, any data center really

Sure, if you colocate in another datacenter and it isn't your own, they aren't backing your data up without some sort of other agreement and configuration. I'm not sure about AWS but Azure actually has offline geographically separate backup options.

I use AWS to host a far amount of servers and some micro services and for them if you don't build the backup into your architecture design and the live data gets corrupted, etc you are screwed.

They give you the tools to built it all, but it is up to you as the sysadmin/engineer/ dev to actually use those tools.