AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Configuration defining a new instance group.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.InstanceGroupConfig

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class InstanceGroupConfig : Object

The InstanceGroupConfig type exposes the following members

Constructors

NameDescription
Public Method InstanceGroupConfig() Empty constructor used to set properties independently even when a simple constructor is available
Public Method InstanceGroupConfig(InstanceRoleType, string, int) Instantiates InstanceGroupConfig with the parameterized properties

Properties

NameTypeDescription
Public Property BidPrice System.String Gets and sets the property BidPrice.

Bid price for each Amazon EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.

Public Property Configurations System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.Configuration> Gets and sets the property Configurations.

Amazon EMR releases 4.x or later.

The list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).

Public Property EbsConfiguration Amazon.ElasticMapReduce.Model.EbsConfiguration Gets and sets the property EbsConfiguration.

EBS configurations that will be attached to each Amazon EC2 instance in the instance group.

Public Property InstanceCount System.Int32 Gets and sets the property InstanceCount.

Target number of instances for the instance group.

Public Property InstanceRole Amazon.ElasticMapReduce.InstanceRoleType Gets and sets the property InstanceRole.

The role of the instance group in the cluster.

Public Property InstanceType System.String Gets and sets the property InstanceType.

The Amazon EC2 instance type for all instances in the instance group.

Public Property Market Amazon.ElasticMapReduce.MarketType Gets and sets the property Market.

Market type of the Amazon EC2 instances used to create a cluster node.

Public Property Name System.String Gets and sets the property Name.

Friendly name given to the instance group.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8