IoT Twinmaker workspace delete error

0

Hello AWS people. When i deleted IoT Twinmaker Workspace, it shows me error Error said, Unable to delete workspace "ws-iottm" Could not access S3 with the role provided, verify permissions

S3 bucket with AWS IoT TwinMaker workspace has next objects.

DO_NOT_DELETE_WORKSPACE_ws-ctc-hansang-dev-iottm

How can i solve this?

1回答
1

Hi,

It's not about the objects you have in the S3. It's about the permissions you assigned to the role for Twinmaker Workspace. Please make sure it has

            "Action": "s3:Delete*",
            "Resource": [
              "arn:aws:s3:::your-bucket-name/*",
              "arn:aws:s3:::your-bucket-name/"
            ]
profile picture
エキスパート
回答済み 8ヶ月前

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

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

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

関連するコンテンツ