AWS SDK for .NET Documentation
Ec2InstanceAttributes Class
AmazonAmazon.ElasticMapReduce.ModelEc2InstanceAttributes Did this page help you?   Yes   No    Tell us about it...
Provides information about the EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.
Declaration Syntax
C#
public class Ec2InstanceAttributes
Members
All MembersConstructorsMethodsProperties



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

Ec2AvailabilityZone
Gets and sets the property Ec2AvailabilityZone.

The Availability Zone in which the cluster will run.


Ec2KeyName
Gets and sets the property Ec2KeyName.

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


Ec2SubnetId
Gets and sets the property Ec2SubnetId.

To launch the job flow in 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 AWS cloud, outside of a 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 VPC.


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.)
IamInstanceProfile
Gets and sets the property IamInstanceProfile.

The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEc2AvailabilityZone(String) Obsolete.
Sets the Ec2AvailabilityZone property

WithEc2KeyName(String) Obsolete.
Sets the Ec2KeyName property

WithEc2SubnetId(String) Obsolete.
Sets the Ec2SubnetId property

WithIamInstanceProfile(String) Obsolete.
Sets the IamInstanceProfile property

Inheritance Hierarchy
Object
Ec2InstanceAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)