Skip to content

AWS Bahrain (me-south-1) Outage – EBS Snapshot Issue After Recent Incident

0

Hi everyone,

I’m currently experiencing a critical issue in the AWS Bahrain region (me-south-1) following the recent regional instability and reported strike events.

At the moment:

I can still see my EC2 instances and attached EBS volumes in the console However, I am unable to create snapshots of these volumes Any attempt to back up or copy data across regions is failing

This is quite concerning, as snapshots are currently my only way to secure the data and migrate it to another region.

Given the circumstances, I’m trying to understand:

Is this a known limitation or temporary restriction due to the outage? Has anyone found a workaround to safely copy or recover EBS data under these conditions? Are there alternative strategies to extract or replicate data when snapshot functionality is unavailable?

If anyone from AWS or the community has insights, updates, or suggestions, I would really appreciate your help. This situation is quite urgent, especially for those of us relying on production workloads in the region.

Thanks in advance

asked 2 months ago418 views
2 Answers
1

Hi,

At this point, you may want to take a look at this article to see if it can help you in any way, though even that approach is likely very much hit and miss right now. If the instances (and their respective volumes) are still reachable you may need to resort to manual copies over the network which again may or may not work right now.

For future reference even if that doesn't help you right now, you should never have a production disaster recovery approach that is reliant on the region where the production workload is running.

AWS
answered 2 months ago
EXPERT
reviewed 2 months ago
EXPERT
reviewed 2 months ago
  • Thanks for the information but cannot access to snapshots or do any operations on them since 12 hours..

  • Okay now I was able to get a snapshot, you did some magic there? :)

1

I understand you're facing a critical situation with snapshot creation failures in the me-south-1 region. While I cannot comment on specific regional incidents or outages, I can provide some guidance on troubleshooting snapshot issues and potential alternatives.

When snapshot creation fails, there are several common causes to investigate:

Common Snapshot Issues:

  • IAM Permissions: Ensure your IAM policies include the necessary permissions: ec2:CreateSnapshot, ec2:DeleteSnapshot, ec2:DescribeVolumes, and ec2:DescribeSnapshots. If your volumes are encrypted, you'll also need appropriate AWS KMS permissions.
  • Snapshot Quota: Check if you've reached the maximum number of concurrent snapshots allowed in your account.
  • Volume Availability: Verify that the volumes are in an available state and haven't been deleted or moved.
  • Throttling: If you're attempting multiple snapshots simultaneously, you may be hitting service quotas for concurrent snapshot operations. Try staggering your backup attempts to reduce concurrency.

Alternative Data Recovery Approach: If standard snapshot functionality remains unavailable, there is an alternative method using the EBS Direct APIs and tools like coldsnap. This approach allows you to:

  1. Download snapshot data block-by-block from existing snapshots (if you have any)
  2. Transfer the data to another region
  3. Recreate volumes from that data

However, this method requires existing snapshots to work from and sufficient local disk space for the transfer operation.

Immediate Recommendations:

  • Monitor AWS Service Health Dashboard for any regional service updates
  • Attempt snapshot creation during off-peak hours to avoid potential throttling
  • If you have existing snapshots, consider using the EBS Direct APIs approach as a backup strategy
  • Contact AWS Support directly for urgent production issues, as they can provide real-time assistance and region-specific guidance

For production-critical situations like yours, I strongly recommend opening a support case with AWS Support for immediate assistance and region-specific updates.
Sources
Troubleshoot EBS volume backups in AWS Backup | AWS re:Post
How do I copy an EBS Snapshot to another region using coldsnap and the EBS Direct APIs? | AWS re:Post

answered 2 months ago
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.