Unable to delete Glacier Bucket

0

I am attempting to delete a Glacier bucket that I am no longer uploading/connecting to from the source device (Synology NAS). I undersatnd you can only delete a bucket via CLI. When entering the following command in CloudShell I am presented with the message "Unknown Options: 074597366642"

aws glacier delete-vault --vault-name [vaultnamehere] --account-id [numberhere]

Any help would be greatly appreciated! Thank you, Gavin

  • Hi, @studioloft.

    Your command may be wrong.

    Please let me know the result of executing the command below.

    • aws --help
    • aws glacier delete-vault
1 Answer
0

Hello,

you can only delete a vault only if there are no archives in the vault as of the last inventory it computed and there have been no writes to the vault since the last inventory.

Please refer to the below link to delete Archives in S3 Glacier using CLI : https://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-an-archive-using-cli.html

Post which you can delete the vault, using the below command:

aws glacier delete-vault --vault-name awss3vault9011 --account-id 1234569824

for more information please refer to the link below: https://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-vaults-cli.html

Hope this helps.

AWS
answered a year 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.

Guidelines for Answering Questions