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?

已提問 8 個月前檢視次數 219 次
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 個月前

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

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

回答問題指南