I saw that the AWS datacenter in Dubai experienced some major issues due to damage from a fire and water, and the Service Health page indicates that building infrastructure was affected. This incident occurred on March 2nd, and my EC2 instance is still down. AWS has advised migrating to different zones or regions, but unfortunately, the UAE availability zones are impaired. I'm in a bit of a bind since I was working on a university project and didn't back up my database before this happened. While I have my code saved in Git, I'm worried about how to proceed with my submission deadline approaching. Any advice would be greatly appreciated!
3 Answers
If I were you, I'd consider talking to your professor about the situation once you manage to redeploy your code in another AZ with multi-region replication. Letting them know that you’re planning to move your database to RDS or a separate EC2 instance for replication could help. This could also be a valuable learning experience for using cloud features effectively!
It's tough when this kind of situation arises. Based on what I've read, AWS mentioned that they expect the services to be back up within days to weeks, but given the current instability, it might take even longer. It’s always a good idea to prepare for the unexpected, though!
Honestly, it sounds like a major oversite on the backup front. If you had multi-region replication set up for disaster recovery, this situation might have been easier to handle. It’s a learning moment for sure!
Totally agree! These challenges can teach us a lot about the importance of resilience in cloud architecture.

Yeah, it's essential to have a backup plan in place for situations like this. Good luck!