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 Answer
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
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions