ebdeploy
v2.0.2
Published
A command line tool for deploying node apps to AWS ElasticBeanstalk
Downloads
3
Readme
- IAM Policy
Ensure user has the elasticbeanstalk:UpdateEnvironment and elasticbeanstalk:UpdateEnvironment permissions.
"Statement": [
{
"Sid": "Stmt1432659129000",
"Effect": "Allow",
"Action": [
"elasticbeanstalk:CreateApplicationVersion",
"elasticbeanstalk:UpdateEnvironment"
],
"Resource": [
"arn:aws:elasticbeanstalk:*"
]
}
]
"Statement": [
{
"Sid": "Stmt1432660908000",
"Effect": "Allow",
"Action": [
"cloudformation:GetTemplate",
"cloudformation:UpdateStack",
"cloudformation:DescribeStacks",
"cloudformation:DescribeStackResource"
],
"Resource": [
"arn:aws:cloudformation:*"
]
}
]
autoscaling:SuspendProcesses
/cloudformation:GetTemplate on resource: arn:aws:cloudformation:us-west-2:677305290892:stack/awseb-e-pr2a9fkmin-stack/fd5cbe10-02e8-11e5-9e3e-50d50205787c]/