workspaces:CreateStandbyWorkspaces

Write

workspaces:CreateStandbyWorkspaces is a Write access-level action in the workspaces service. Grants permission to create one or more Standby WorkSpaces

Resource types

ARNs that workspaces:CreateStandbyWorkspaces can be scoped to in an IAM policy.

arn:${Partition}:workspaces:${Region}:${Account}:directory/${DirectoryId}
directoryid
arn:${Partition}:workspaces:${Region}:${Account}:workspace/${WorkspaceId}
workspaceid

Condition keys

Keys you can use in the Condition block of a policy that grants workspaces:CreateStandbyWorkspaces.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorkspacesCreateStandbyWorkspaces",
      "Effect": "Allow",
      "Action": "workspaces:CreateStandbyWorkspaces",
      "Resource": "*"
    }
  ]
}

Related actions in workspaces

View all workspaces actions →