Volume Snapshot fails with error Snapshot Creation Per Volume Rate Has Exceeded

Vignesh A Sathiyanantham
1 min readAug 5, 2020

--

In AWS you can take a snapshot of a volume while a previous snapshot of that volume is in the pending status, having multiple pending snapshots of a volume can result in reduced volume performance until the snapshots complete.

There is a limit of five pending snapshots for a single gp2, io1, or Magnetic volume, and one pending snapshot for a single st1 or sc1 volume. If you receive a ConcurrentSnapshotLimitExceeded error while trying to create multiple concurrent snapshots of the same volume, wait for one or more of the pending snapshots to complete before creating another snapshot of that volume.

Nimesa Backup Log

Backup for instance i- failed with error Snapshot Creation Per Volume Rate Has Exceeded For Volume :vol-
Error: Execution failed with error Backup failed, check logs

This error is because of an AWS Limitation which can occur when Nimesa is attempting to take snapshot of the instance which is part of multiple backup groups and the backup time overlaps.

If you have an instance in more than one backup groups ensure the backup times are not overlapping

Originally published at Vignesh A S — Blog.

--

--

Vignesh A Sathiyanantham
Vignesh A Sathiyanantham

Written by Vignesh A Sathiyanantham

Decade of experience in building product related to private datacenter and public cloud #Java #AWS #VMware #Python

No responses yet