ConcurrentSnapshotLimitExceeded when no in-progress snapshots listed in EC2 Snapshots manager

0

I'm getting the following error from aws ec2 create-snapshot:

(ConcurrentSnapshotLimitExceeded) when calling the CreateSnapshot operation: Maximum allowed in-progress snapshots for a single volume exceeded.

This is happening on a large volume that I started some snapshots on earlier today and then deleted before they were complete. No incomplete snapshots show up in the EC2 snapshot manager UI, nor do any show up in the list returned by aws ec2 describe-snapshots. How do I cancel/abort those snapshots once and for all?

질문됨 2년 전1102회 조회
1개 답변
0

Hi,

Please take a look at https://aws.amazon.com/premiumsupport/knowledge-center/ebs-snapshot-stuck/, which describes the behavior of concurrent snapshot operations.

You can delete EBS snapshots while they're in progress. If you then initiate a new snapshot, the displayed progress percentage might be stuck for an extended period of time. The deleted snapshot progress will continue until it's 100% complete.

The key here is, a cancelled snapshot operation still continues in the background until the snapshot is finished.

AWS
kdavyd
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠