awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
954 stars 188 forks source link

[IAM policy missing EFS Tagresource action] #516

Closed lhtan-dev closed 1 year ago

lhtan-dev commented 1 year ago

Description of the bug:

Onboarding of tenant fails due to insufficient permission on IAM policy <....OnboardingServiceStorageProvisionPolicy...>. Missing elasticfilesystem:TagResource action.

Reproduction Steps :

Perform steps to onboard new tenant.

What did you expect to happen? :

Onboarding of tenant to be successful.

What actually happened?: Tenant provisioning failed.

Error Details :

..is not authorized to perform: elasticfilesystem:TagResource on the specified resource (Service: Efs, Status Code: 403,... ,HandlerErrorCode:GeneralServiceException)...

Environment

Other


This is :bug: Bug Report

brtrvn commented 1 year ago

Duplicate of #512