Class: Aws::EC2::Types::ImportInstanceLaunchSpecification

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Note:

When making an API call, you may pass ImportInstanceLaunchSpecification data as a hash:

{
  additional_info: "String",
  architecture: "i386", # accepts i386, x86_64, arm64
  group_ids: ["String"],
  group_names: ["String"],
  instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
  instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.12xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.12xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.12xlarge, r5d.24xlarge, r5d.metal, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.18xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.18xlarge, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.12xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.12xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.12xlarge, m5d.24xlarge, m5d.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge
  monitoring: false,
  placement: {
    availability_zone: "String",
    affinity: "String",
    group_name: "String",
    partition_number: 1,
    host_id: "String",
    tenancy: "default", # accepts default, dedicated, host
    spread_domain: "String",
  },
  private_ip_address: "String",
  subnet_id: "String",
  user_data: {
    data: "String",
  },
}

Describes the launch specification for VM import.

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoString

Reserved.

Returns:

  • (String)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#architectureString

The architecture of the instance.

Returns:

  • (String)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#group_idsArray<String>

One or more security group IDs.

Returns:

  • (Array<String>)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#group_namesArray<String>

One or more security group names.

Returns:

  • (Array<String>)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#instance_initiated_shutdown_behaviorString

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Returns:

  • (String)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#instance_typeString

The instance type. For more information about the instance types that you can import, see [Instance Types] in the VM Import/Export User Guide.

[1]: docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types

Returns:

  • (String)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#monitoringBoolean

Indicates whether monitoring is enabled.

Returns:

  • (Boolean)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#placementTypes::Placement

The placement information for the instance.

Returns:



21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#private_ip_addressString

[EC2-VPC] An available IP address from the IP address range of the subnet.

Returns:

  • (String)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#subnet_idString

[EC2-VPC] The ID of the subnet in which to launch the instance.

Returns:

  • (String)


21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end

#user_dataTypes::UserData

The Base64-encoded user data to make available to the instance.

Returns:



21648
21649
21650
21651
21652
21653
21654
21655
21656
21657
21658
21659
21660
21661
# File 'lib/aws-sdk-ec2/types.rb', line 21648

class ImportInstanceLaunchSpecification < Struct.new(
  :additional_info,
  :architecture,
  :group_ids,
  :group_names,
  :instance_initiated_shutdown_behavior,
  :instance_type,
  :monitoring,
  :placement,
  :private_ip_address,
  :subnet_id,
  :user_data)
  include Aws::Structure
end