AWS Fundamentals Logo
AWS Fundamentals
AWS::EMRContainers::VirtualCluster

EMRContainers VirtualCluster

Resource Schema of AWS::EMRContainers::VirtualCluster Type

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ContainerProvider
ContainerProvider
RequiredCreate-only
Name
string
RequiredCreate-only
SecurityConfigurationId
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
IdstringId of the virtual cluster.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMRContainers::VirtualCluster

Resources:
  MyResource:
    Type: AWS::EMRContainers::VirtualCluster
    Properties:
      Name: "my-name"
      ContainerProvider: "my-containerprovider"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

emr-containers:CreateVirtualClusteremr-containers:TagResourceiam:CreateServiceLinkedRole

read

emr-containers:DescribeVirtualCluster

delete

emr-containers:DeleteVirtualClusteremr-containers:DescribeVirtualCluster

list

emr-containers:ListVirtualClusters

update

emr-containers:DescribeVirtualClusteremr-containers:ListTagsForResourceemr-containers:TagResourceemr-containers:UntagResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEMRContainers
Properties6
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ContainerProviderName

External Links