elasticbeanstalk:UpdateApplication

Write

elasticbeanstalk:UpdateApplication is a Write access-level action in the elasticbeanstalk service. Grants permission to update an application with specified properties

Resource types

ARNs that elasticbeanstalk:UpdateApplication can be scoped to in an IAM policy.

arn:${Partition}:elasticbeanstalk:${Region}:${Account}:application/${ApplicationName}
application

Condition keys

Keys you can use in the Condition block of a policy that grants elasticbeanstalk:UpdateApplication.

aws:ResourceTag/${TagKey} String

Filters actions based on tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows elasticbeanstalk:UpdateApplication. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElasticbeanstalkUpdateApplication",
      "Effect": "Allow",
      "Action": "elasticbeanstalk:UpdateApplication",
      "Resource": "*"
    }
  ]
}

Related actions in elasticbeanstalk

View all elasticbeanstalk actions →