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 個回答
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南