creating Workspace in AWS with Quickstart is giving error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 01:52 PM
Hello,
While creating workspace in AWS using Quickstart, I get below error. I used both admin Account and root account to create this but both gave the same issue. Any help is appreciated.
This AWS::Lambda::Function resource is in a CREATE_FAILED state.
Resource handler returned message: "Service returned error code AccessDeniedException (Service: Lambda, Status Code: 403, Request ID: a91e8818-add0-485e-9de1-23e7508b7627)" (RequestToken: b5c1ac34-4ca7-64e7-d189-870ef4bf7c3d, HandlerErrorCode: AccessDenied)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 03:56 PM
Hello @eondatatech,
Ensure that both the admin and the root account you are using to create the workspace have the necessary IAM permissions to create and manage Lambda functions. Specifically, check if the CreateFunction
and PassRole
permissions are included in the IAM roles associated with these accounts.

