elasticbeanstalk:CreatePlatformVersion

Write

elasticbeanstalk:CreatePlatformVersion is a Write access-level action in the elasticbeanstalk service. Grants permission to create a new version of a custom platform

Resource types

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

arn:${Partition}:elasticbeanstalk:${Region}::platform/${PlatformNameWithVersion}
platform

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in elasticbeanstalk

View all elasticbeanstalk actions →