API: s3:CreateBucket Access Denied
Error Message
ServerlessDeploymentBucket - API: s3:CreateBucket Access Denied.
Problem
Serverless Framework creates an S3 bucket to store the deployment artifacts for your Serverless application. This error usually happens when the IAM credentials you are using to deploy doesn’t have the permission to create the deployment bucket.
Solution
Review the IAM permissions available for the IAM user/role used to deploy your application. And ensure that the s3:CreateBucket
permission has been granted.
Help improve this page. Edit it with GitHub
Was this page helpful? Let us know via Twitter
Do your Serverless deployments take too long? Incremental deploys in Seed can speed it up 100x!
Learn More