Bucket not found

0

I can't see couple of my buckets. I am sure I have not deleted it, it certainly contain important files. How Can I found or recover it.

  • So are you looking in the S3 console? Can you see other buckets that you own, there's just a couple missing? Have you tried "aws s3 ls" in the AWS CLI?

lernky
質問済み 1年前239ビュー
2回答
0

Bucket don't go missing unless deleted. check below

Make sure you’re in the right region.

Make sure you’re in the right account and Access.

Go to the Cloudtrail console and check to see if there was a DeleteBucket call.

If you recall file names you can use this short and ugly way to do search file names using the AWS CLI:

aws s3 ls s3://your-bucket --recursive | grep your-search | cut -c 32-

AWS
回答済み 1年前
profile picture
エキスパート
レビュー済み 1年前
  • Thanks , I will check it... I am novoice in AWS

0

There is nothing in cloudtrail , in buket section there is "Global" selected and commnad line is not returning anything.. Is there any technical way where I can raise a ticket or someone can help to locate the bucket ?

lernky
回答済み 1年前

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

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

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

関連するコンテンツ