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

Fix onboarding new tenants with EFS #513

Closed uhinze closed 1 year ago

uhinze commented 1 year ago

Tenant onboarding with EFS is currently broken.

My research so far:

I noticed this issue when running through this workshop: https://catalog.workshops.aws/saasboost/en-US/fast-lab/lab1/part5

Error in Cloudformation is: User: arn:aws:sts::972741443277:assumed-role/sb-boost-onboarding-svc-role-us-west-2/sb-boost-onboarding-events is not authorized to perform: elasticfilesystem:TagResource on the specified resource (Service: Efs, Status Code: 403, Request ID: c4120ca5-7782-4248-8134-4c750eaf98dd)” (RequestToken: cb6d5312-b8d3-f5f6-b898-826bb8c282b5, HandlerErrorCode: GeneralServiceException)


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

brtrvn commented 1 year ago

Thanks for the diagnosis and fix. This must be an intermittent issue with the CloudFormation fleet. They are probably rolling out updates in phases. I can successfully provision tenants with either the elasticfilesystem:CreateTags permission or the elasticfilesystem:TagResource in us-west-2.