elasticbeanstalk:UpdateApplicationResourceLifecycle is a Write access-level action in the elasticbeanstalk service. Grants permission to update the application version lifecycle policy associated with the application
ARNs that elasticbeanstalk:UpdateApplicationResourceLifecycle can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticbeanstalk:UpdateApplicationResourceLifecycle.
Filters actions based on tag key-value pairs attached to the resource
A minimal policy that allows elasticbeanstalk:UpdateApplicationResourceLifecycle. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticbeanstalkUpdateApplicationResourceLifecycle",
"Effect": "Allow",
"Action": "elasticbeanstalk:UpdateApplicationResourceLifecycle",
"Resource": "*"
}
]
}