After you delete an AWS CloudHSM cluster backup, the service holds the backup for seven days, during which time you can restore the backup. After the seven-day period, you can no longer restore the backup. For more information about managing backups, see Cluster backups.
The following table describes how to delete a backup.
Open the AWS CloudHSM console at https://console.aws.amazon.com/cloudhsm/home.
To change the AWS Region, use the Region selector in the upper-right corner of the page.
In the navigation pane, choose Backups.
Choose a backup to delete.
To delete the selected backup, choose Actions, Delete.
The Delete backups dialog box appears.
Choose Delete.
The state of the backup changes to PENDING_DELETE
. You can restore a backup that is pending deletion for up to 7 days after you request the deletion.
To see a list of all backups in the PENDING_DELETION
state, run the describe-backups command and include states=PENDING_DELETION
as a filter.
$
aws cloudhsmv2 describe-backups --filters states=PENDING_DELETION
{
"Backups": [
{
"BackupId": "backup-ro5c4er4aac",
"BackupState": "PENDING_DELETION",
"ClusterId": "cluster-dygnwhmscg5",
"CreateTimestamp": 1534461854.64,
"DeleteTimestamp": 1536339805.522,
"HsmType": "hsm2m.medium",
"Mode": "NON_FIPS",
"NeverExpires": false,
"TagList": []
}
}
Check the status of a backup or find its ID by using the describe-backups command from the AWS CLI.
To delete a backup (AWS CLI)At a command prompt, run the delete-backup command, passing the ID of the backup to be deleted.
$
aws cloudhsmv2 delete-backup --backup-id <backup ID>
{
"Backup": {
"CreateTimestamp": 1534461854.64,
"ClusterId": "cluster-dygnwhmscg5",
"BackupId": "backup-ro5c4er4aac",
"BackupState": "PENDING_DELETION",
"DeleteTimestamp": 1536339805.522,
"HsmType": "hsm1.medium",
"Mode": "FIPS"
}
}
Refer to DeleteBackup to learn how to delete backups by using the API.
Working with backups
Restore backups
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4