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 Antwort
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
EXPERTE
beantwortet vor 8 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen