AWS SDK for .NET Documentation
JobFlowInstancesConfig Class
AmazonAmazon.ElasticMapReduce.ModelJobFlowInstancesConfig Did this page help you?   Yes   No    Tell us about it...

A description of the Amazon EC2 instance running the job flow.

Declaration Syntax
C#
public class JobFlowInstancesConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
JobFlowInstancesConfig()()()()
Initializes a new instance of the JobFlowInstancesConfig class

Ec2KeyName
Specifies the name of the Amazon EC2 key pair that can be used to ssh to the master node as the user called "hadoop."

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Ec2SubnetId
To launch the job flow in Amazon Virtual Private Cloud (Amazon VPC), set this parameter to the identifier of the Amazon VPC subnet where you want the job flow to launch. If you do not specify this value, the job flow is launched in the normal Amazon Web Services cloud, outside of an Amazon VPC. Amazon VPC currently does not support cluster compute quadruple extra large (cc1.4xlarge) instances. Thus you cannot specify the cc1.4xlarge instance type for nodes of a job flow launched in a Amazon VPC.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HadoopVersion
Specifies the Hadoop version for the job flow. Valid inputs are "0.18", "0.20", or "0.20.205". If you do not set this value, the default of 0.18 is used, unless the AmiVersion parameter is set in the RunJobFlow call, in which case the default version of Hadoop for that AMI version is used.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


InstanceCount
The number of Amazon EC2 instances used to execute the job flow.

InstanceGroups
Configuration for the job flow's instance groups.

KeepJobFlowAliveWhenNoSteps
Specifies whether the job flow should terminate after completing all steps.

MasterInstanceType
The EC2 instance type of the master node.

Constraints:

Length
1 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Placement
Specifies the Availability Zone the job flow will run in.

SlaveInstanceType
The EC2 instance type of the slave nodes.

Constraints:

Length
1 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


TerminationProtected
Specifies whether to lock the job flow to prevent the Amazon EC2 instances from being terminated by API call, user intervention, or in the event of a job flow error.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEc2KeyName(String)
Sets the Ec2KeyName property

WithEc2SubnetId(String)
Sets the Ec2SubnetId property

WithHadoopVersion(String)
Sets the HadoopVersion property

WithInstanceCount(Int32)
Sets the InstanceCount property

WithInstanceGroups(array<InstanceGroupConfig>[]()[][])
Adds elements to the InstanceGroups collection

WithInstanceGroups(IEnumerable<(Of <<'(InstanceGroupConfig>)>>))
Adds elements to the InstanceGroups collection

WithKeepJobFlowAliveWhenNoSteps(Boolean)
Sets the KeepJobFlowAliveWhenNoSteps property

WithMasterInstanceType(String)
Sets the MasterInstanceType property

WithPlacement(PlacementType)
Sets the Placement property

WithSlaveInstanceType(String)
Sets the SlaveInstanceType property

WithTerminationProtected(Boolean)
Sets the TerminationProtected property

Inheritance Hierarchy
Object
JobFlowInstancesConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)