Skip to main content

AWSEMRClusterEC2InstanceAttributes

No description

type AWSEMRClusterEC2InstanceAttributes {
additionalMasterSecurityGroups: [AWSVPCSecurityGroup!]!
additionalSlaveSecurityGroups: [AWSVPCSecurityGroup!]!
availabilityZone: String!
keyName: String!
subnet: AWSVPCSubnet
emrManagedMasterSecurityGroup: AWSVPCSecurityGroup
emrManagedSlaveSecurityGroup: AWSVPCSecurityGroup
iamInstanceProfile: String!
requestedEc2AvailabilityZones: [String!]!
requestedEc2SubnetIds: [String!]!
serviceAccessSecurityGroup: AWSVPCSecurityGroup
}

Fields

AWSEMRClusterEC2InstanceAttributes.additionalMasterSecurityGroups ● [AWSVPCSecurityGroup!]! non-null object

A list of additional Amazon EC2 security group IDs for the master node

AWSEMRClusterEC2InstanceAttributes.additionalSlaveSecurityGroups ● [AWSVPCSecurityGroup!]! non-null object

A list of additional Amazon EC2 security group IDs for the core and task nodes

AWSEMRClusterEC2InstanceAttributes.availabilityZone ● String! non-null scalar

The Availability Zone in which the cluster will run

AWSEMRClusterEC2InstanceAttributes.keyName ● String! non-null scalar

The name of the Amazon EC2 key pair to use when connecting with SSH into the master node as a user named "hadoop"

AWSEMRClusterEC2InstanceAttributes.subnet ● AWSVPCSubnet object

Set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value, and your account supports EC2-Classic, the cluster launches in EC2-Classic

AWSEMRClusterEC2InstanceAttributes.emrManagedMasterSecurityGroup ● AWSVPCSecurityGroup object

The identifier of the Amazon EC2 security group for the master node

AWSEMRClusterEC2InstanceAttributes.emrManagedSlaveSecurityGroup ● AWSVPCSecurityGroup object

The identifier of the Amazon EC2 security group for the core and task nodes

AWSEMRClusterEC2InstanceAttributes.iamInstanceProfile ● String! non-null scalar

The IAM role that was specified when the cluster was launched. The Amazon EC2 instances of the cluster assume this role

AWSEMRClusterEC2InstanceAttributes.requestedEc2AvailabilityZones ● [String!]! non-null scalar

Applies to clusters configured with the instance fleets option. Specifies one or more Availability Zones in which to launch Amazon EC2 cluster instances when the EC2-Classic network configuration is supported

AWSEMRClusterEC2InstanceAttributes.requestedEc2SubnetIds ● [String!]! non-null scalar

Applies to clusters configured with the instance fleets option. Specifies the unique identifier of one or more Amazon EC2 subnets in which to launch Amazon EC2 cluster instances

AWSEMRClusterEC2InstanceAttributes.serviceAccessSecurityGroup ● AWSVPCSecurityGroup object

The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets

Member of

AWSEMRCluster object