I'm trying to deploy the cloudformation template b...
# ask-metaflow
c
I'm trying to deploy the cloudformation template but it's failing because I don't have some permissions. However some of the failures are due to it trying to ROLLBACK. How do I know what permissions I lack for setup?
I found a place to see the errors. Mostly seeing this.
Copy code
is not authorized to perform: iam:CreateRole on resource: 
....
EventBridgeRole
Other than
CreateRole
are there any other permissions I should request?
a
The template is designed assuming you have pretty broad (~admin) resources in the account, so we don't have an exact list unfortunately. Roughly speaking you need "power user" level access to the services listed there https://outerbounds.com/engineering/deployment/aws-managed/cloudformation/
c
@average-beach-28850 Could you define "power user" level. I'm going to request more permissions, we don't have a AWS expert in house so any guidance would be much appreciated.
Got it working. Was missing Adminaccess permission.
a
c
Oh awesome thanks.