Interface CfnInstanceProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInstanceProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:38.668Z") @Stability(Stable) public interface CfnInstanceProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnInstance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 CfnInstanceProps cfnInstanceProps = CfnInstanceProps.builder()
         .additionalInfo("additionalInfo")
         .affinity("affinity")
         .availabilityZone("availabilityZone")
         .blockDeviceMappings(List.of(BlockDeviceMappingProperty.builder()
                 .deviceName("deviceName")
                 // the properties below are optional
                 .ebs(EbsProperty.builder()
                         .deleteOnTermination(false)
                         .encrypted(false)
                         .iops(123)
                         .kmsKeyId("kmsKeyId")
                         .snapshotId("snapshotId")
                         .volumeSize(123)
                         .volumeType("volumeType")
                         .build())
                 .noDevice(NoDeviceProperty.builder().build())
                 .virtualName("virtualName")
                 .build()))
         .cpuOptions(CpuOptionsProperty.builder()
                 .coreCount(123)
                 .threadsPerCore(123)
                 .build())
         .creditSpecification(CreditSpecificationProperty.builder()
                 .cpuCredits("cpuCredits")
                 .build())
         .disableApiTermination(false)
         .ebsOptimized(false)
         .elasticGpuSpecifications(List.of(ElasticGpuSpecificationProperty.builder()
                 .type("type")
                 .build()))
         .elasticInferenceAccelerators(List.of(ElasticInferenceAcceleratorProperty.builder()
                 .type("type")
                 // the properties below are optional
                 .count(123)
                 .build()))
         .enclaveOptions(EnclaveOptionsProperty.builder()
                 .enabled(false)
                 .build())
         .hibernationOptions(HibernationOptionsProperty.builder()
                 .configured(false)
                 .build())
         .hostId("hostId")
         .hostResourceGroupArn("hostResourceGroupArn")
         .iamInstanceProfile("iamInstanceProfile")
         .imageId("imageId")
         .instanceInitiatedShutdownBehavior("instanceInitiatedShutdownBehavior")
         .instanceType("instanceType")
         .ipv6AddressCount(123)
         .ipv6Addresses(List.of(InstanceIpv6AddressProperty.builder()
                 .ipv6Address("ipv6Address")
                 .build()))
         .kernelId("kernelId")
         .keyName("keyName")
         .launchTemplate(LaunchTemplateSpecificationProperty.builder()
                 .version("version")
                 // the properties below are optional
                 .launchTemplateId("launchTemplateId")
                 .launchTemplateName("launchTemplateName")
                 .build())
         .licenseSpecifications(List.of(LicenseSpecificationProperty.builder()
                 .licenseConfigurationArn("licenseConfigurationArn")
                 .build()))
         .monitoring(false)
         .networkInterfaces(List.of(NetworkInterfaceProperty.builder()
                 .deviceIndex("deviceIndex")
                 // the properties below are optional
                 .associateCarrierIpAddress(false)
                 .associatePublicIpAddress(false)
                 .deleteOnTermination(false)
                 .description("description")
                 .groupSet(List.of("groupSet"))
                 .ipv6AddressCount(123)
                 .ipv6Addresses(List.of(InstanceIpv6AddressProperty.builder()
                         .ipv6Address("ipv6Address")
                         .build()))
                 .networkInterfaceId("networkInterfaceId")
                 .privateIpAddress("privateIpAddress")
                 .privateIpAddresses(List.of(PrivateIpAddressSpecificationProperty.builder()
                         .primary(false)
                         .privateIpAddress("privateIpAddress")
                         .build()))
                 .secondaryPrivateIpAddressCount(123)
                 .subnetId("subnetId")
                 .build()))
         .placementGroupName("placementGroupName")
         .privateDnsNameOptions(PrivateDnsNameOptionsProperty.builder()
                 .enableResourceNameDnsAaaaRecord(false)
                 .enableResourceNameDnsARecord(false)
                 .hostnameType("hostnameType")
                 .build())
         .privateIpAddress("privateIpAddress")
         .propagateTagsToVolumeOnCreation(false)
         .ramdiskId("ramdiskId")
         .securityGroupIds(List.of("securityGroupIds"))
         .securityGroups(List.of("securityGroups"))
         .sourceDestCheck(false)
         .ssmAssociations(List.of(SsmAssociationProperty.builder()
                 .documentName("documentName")
                 // the properties below are optional
                 .associationParameters(List.of(AssociationParameterProperty.builder()
                         .key("key")
                         .value(List.of("value"))
                         .build()))
                 .build()))
         .subnetId("subnetId")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .tenancy("tenancy")
         .userData("userData")
         .volumes(List.of(VolumeProperty.builder()
                 .device("device")
                 .volumeId("volumeId")
                 .build()))
         .build();
 
  • Method Details

    • getAdditionalInfo

      @Stability(Stable) @Nullable default String getAdditionalInfo()
      This property is reserved for internal use.

      If you use it, the stack fails with this error: Bad property set: [Testing this property] (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: 0XXXXXX-49c7-4b40-8bcc-76885dcXXXXX) .

    • getAffinity

      @Stability(Stable) @Nullable default String getAffinity()
      Indicates whether the instance is associated with a dedicated host.

      If you want the instance to always restart on the same host on which it was launched, specify host . If you want the instance to restart on any available host, but try to launch onto the last host it ran on (on a best-effort basis), specify default .

    • getAvailabilityZone

      @Stability(Stable) @Nullable default String getAvailabilityZone()
      The Availability Zone of the instance.

      If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.

      This parameter is not supported by DescribeImageAttribute .

    • getBlockDeviceMappings

      @Stability(Stable) @Nullable default Object getBlockDeviceMappings()
      The block device mapping entries that defines the block devices to attach to the instance at launch.

      By default, the block devices specified in the block device mapping for the AMI are used. You can override the AMI block device mapping using the instance block device mapping. For the root volume, you can override only the volume size, volume type, volume encryption settings, and the DeleteOnTermination setting.

      After the instance is running, you can modify only the DeleteOnTermination parameter for the attached volumes without interrupting the instance. Modifying any other parameter results in instance replacement .

    • getCpuOptions

      @Stability(Stable) @Nullable default Object getCpuOptions()
      The CPU options for the instance.

      For more information, see Optimize CPU options in the Amazon Elastic Compute Cloud User Guide .

    • getCreditSpecification

      @Stability(Stable) @Nullable default Object getCreditSpecification()
      The credit option for CPU usage of the burstable performance instance.

      Valid values are standard and unlimited . To change this attribute after launch, use ModifyInstanceCreditSpecification . For more information, see Burstable performance instances in the Amazon EC2 User Guide .

      Default: standard (T2 instances) or unlimited (T3/T3a/T4g instances)

      For T3 instances with host tenancy, only standard is supported.

    • getDisableApiTermination

      @Stability(Stable) @Nullable default Object getDisableApiTermination()
      If you set this parameter to true , you can't terminate the instance using the Amazon EC2 console, CLI, or API;

      otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute . Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate , you can terminate the instance by running the shutdown command from the instance.

      Default: false

    • getEbsOptimized

      @Stability(Stable) @Nullable default Object getEbsOptimized()
      Indicates whether the instance is optimized for Amazon EBS I/O.

      This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

      Default: false

    • getElasticGpuSpecifications

      @Stability(Stable) @Nullable default Object getElasticGpuSpecifications()
      An elastic GPU to associate with the instance.

      An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide .

    • getElasticInferenceAccelerators

      @Stability(Stable) @Nullable default Object getElasticInferenceAccelerators()
      An elastic inference accelerator to associate with the instance.

      Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.

      You cannot specify accelerators from different generations in the same request.

      Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.

    • getEnclaveOptions

      @Stability(Stable) @Nullable default Object getEnclaveOptions()
      Indicates whether the instance is enabled for AWS Nitro Enclaves.
    • getHibernationOptions

      @Stability(Stable) @Nullable default Object getHibernationOptions()
      Indicates whether an instance is enabled for hibernation.

      For more information, see Hibernate your instance in the Amazon EC2 User Guide .

      You can't enable hibernation and AWS Nitro Enclaves on the same instance.

    • getHostId

      @Stability(Stable) @Nullable default String getHostId()
      If you specify host for the Affinity property, the ID of a dedicated host that the instance is associated with.

      If you don't specify an ID, Amazon EC2 launches the instance onto any available, compatible dedicated host in your account. This type of launch is called an untargeted launch. Note that for untargeted launches, you must have a compatible, dedicated host available to successfully launch instances.

    • getHostResourceGroupArn

      @Stability(Stable) @Nullable default String getHostResourceGroupArn()
      The ARN of the host resource group in which to launch the instances.

      If you specify a host resource group ARN, omit the Tenancy parameter or set it to host .

    • getIamInstanceProfile

      @Stability(Stable) @Nullable default String getIamInstanceProfile()
      The name of an IAM instance profile.

      To create a new IAM instance profile, use the AWS::IAM::InstanceProfile resource.

    • getImageId

      @Stability(Stable) @Nullable default String getImageId()
      The ID of the AMI.

      An AMI ID is required to launch an instance and must be specified here or in a launch template.

    • getInstanceInitiatedShutdownBehavior

      @Stability(Stable) @Nullable default String getInstanceInitiatedShutdownBehavior()
      Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

      Default: stop

    • getInstanceType

      @Stability(Stable) @Nullable default String getInstanceType()
      The instance type. For more information, see Instance types in the Amazon EC2 User Guide .

      Default: m1.small

    • getIpv6AddressCount

      @Stability(Stable) @Nullable default Number getIpv6AddressCount()
      The number of IPv6 addresses to associate with the primary network interface.

      Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

      You cannot specify this option and the network interfaces option in the same request.

    • getIpv6Addresses

      @Stability(Stable) @Nullable default Object getIpv6Addresses()
      The IPv6 addresses from the range of the subnet to associate with the primary network interface.

      You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

      You cannot specify this option and the network interfaces option in the same request.

    • getKernelId

      @Stability(Stable) @Nullable default String getKernelId()
      The ID of the kernel.

      We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide .

    • getKeyName

      @Stability(Stable) @Nullable default String getKeyName()
      The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair .

      If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

    • getLaunchTemplate

      @Stability(Stable) @Nullable default Object getLaunchTemplate()
      The launch template to use to launch the instances.

      Any parameters that you specify in the AWS CloudFormation template override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.

    • getLicenseSpecifications

      @Stability(Stable) @Nullable default Object getLicenseSpecifications()
      The license configurations.
    • getMonitoring

      @Stability(Stable) @Nullable default Object getMonitoring()
      Specifies whether detailed monitoring is enabled for the instance.

      Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled. For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide .

    • getNetworkInterfaces

      @Stability(Stable) @Nullable default Object getNetworkInterfaces()
      The network interfaces to associate with the instance.

      If you use this property to point to a network interface, you must terminate the original interface before attaching a new one to allow the update of the instance to succeed.

      If this resource has a public IP address and is also in a VPC that is defined in the same template, you must use the DependsOn Attribute to declare a dependency on the VPC-gateway attachment.

    • getPlacementGroupName

      @Stability(Stable) @Nullable default String getPlacementGroupName()
      The name of an existing placement group that you want to launch the instance into (cluster | partition | spread).
    • getPrivateDnsNameOptions

      @Stability(Stable) @Nullable default Object getPrivateDnsNameOptions()
      The options for the instance hostname.
    • getPrivateIpAddress

      @Stability(Stable) @Nullable default String getPrivateIpAddress()
      The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.

      Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.

      You cannot specify this option and the network interfaces option in the same request.

      If you make an update to an instance that requires replacement, you must assign a new private IP address. During a replacement, AWS CloudFormation creates a new instance but doesn't delete the old instance until the stack has successfully updated. If the stack update fails, AWS CloudFormation uses the old instance to roll back the stack to the previous working state. The old and new instances cannot have the same private IP address.

    • getPropagateTagsToVolumeOnCreation

      @Stability(Stable) @Nullable default Object getPropagateTagsToVolumeOnCreation()
      Indicates whether to assign the tags from the instance to all of the volumes attached to the instance at launch.

      If you specify true and you assign tags to the instance, those tags are automatically assigned to all of the volumes that you attach to the instance at launch. If you specify false , those tags are not assigned to the attached volumes.

    • getRamdiskId

      @Stability(Stable) @Nullable default String getRamdiskId()
      The ID of the RAM disk to select.

      Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the AWS Resource Center and search for the kernel ID.

      We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide .

    • getSecurityGroupIds

      @Stability(Stable) @Nullable default List<String> getSecurityGroupIds()
      The IDs of the security groups.

      You can specify the IDs of existing security groups and references to resources created by the stack template.

      If you specify a network interface, you must specify any security groups as part of the network interface.

    • getSecurityGroups

      @Stability(Stable) @Nullable default List<String> getSecurityGroups()
      [Default VPC] The names of the security groups. For a nondefault VPC, you must use security group IDs instead.

      You cannot specify this option and the network interfaces option in the same request. The list can contain both the name of existing Amazon EC2 security groups or references to AWS::EC2::SecurityGroup resources created in the template.

      Default: Amazon EC2 uses the default security group.

    • getSourceDestCheck

      @Stability(Stable) @Nullable default Object getSourceDestCheck()
      Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.

      If the value is true , source/destination checks are enabled; otherwise, they are disabled. The default value is true . You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

    • getSsmAssociations

      @Stability(Stable) @Nullable default Object getSsmAssociations()
      The SSM document and parameter values in AWS Systems Manager to associate with this instance. To use this property, you must specify an IAM instance profile role for the instance. For more information, see Create an IAM instance profile for Systems Manager in the AWS Systems Manager User Guide .

      You can currently associate only one document with an instance.

    • getSubnetId

      @Stability(Stable) @Nullable default String getSubnetId()
      The ID of the subnet to launch the instance into.

      If you specify a network interface, you must specify any subnets as part of the network interface.

    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      The tags to add to the instance.

      These tags are not applied to the EBS volumes, such as the root volume, unless PropagateTagsToVolumeOnCreation is true .

    • getTenancy

      @Stability(Stable) @Nullable default String getTenancy()
      The tenancy of the instance.

      An instance with a tenancy of dedicated runs on single-tenant hardware.

    • getUserData

      @Stability(Stable) @Nullable default String getUserData()
      The user data script to make available to the instance.

      User data is limited to 16 KB. You must provide base64-encoded text. For more information, see Fn::Base64 .

      User data runs only at instance launch. For more information, see Run commands on your Linux instance at launch and Run commands on your Windows instance at launch .

    • getVolumes

      @Stability(Stable) @Nullable default Object getVolumes()
      The volumes to attach to the instance.
    • builder

      @Stability(Stable) static CfnInstanceProps.Builder builder()
      Returns:
      a CfnInstanceProps.Builder of CfnInstanceProps