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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ