{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DuplicateRecordFields #-} {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE StrictData #-} {-# LANGUAGE NoImplicitPrelude #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-unused-matches #-} -- Derived from AWS service descriptions, licensed under Apache 2.0. -- | -- Module : Amazonka.AutoScaling.Types.LaunchConfiguration -- Copyright : (c) 2013-2023 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) module Amazonka.AutoScaling.Types.LaunchConfiguration where import Amazonka.AutoScaling.Types.BlockDeviceMapping import Amazonka.AutoScaling.Types.InstanceMetadataOptions import Amazonka.AutoScaling.Types.InstanceMonitoring import qualified Amazonka.Core as Core import qualified Amazonka.Core.Lens.Internal as Lens import qualified Amazonka.Data as Data import qualified Amazonka.Prelude as Prelude -- | Describes a launch configuration. -- -- /See:/ 'newLaunchConfiguration' smart constructor. data LaunchConfiguration = LaunchConfiguration' { -- | Specifies whether to assign a public IPv4 address to the group\'s -- instances. If the instance is launched into a default subnet, the -- default is to assign a public IPv4 address, unless you disabled the -- option to assign a public IPv4 address on the subnet. If the instance is -- launched into a nondefault subnet, the default is not to assign a public -- IPv4 address, unless you enabled the option to assign a public IPv4 -- address on the subnet. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. associatePublicIpAddress :: Prelude.Maybe Prelude.Bool, -- | The block device mapping entries that define the block devices to attach -- to the instances at launch. By default, the block devices specified in -- the block device mapping for the AMI are used. For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. blockDeviceMappings :: Prelude.Maybe [BlockDeviceMapping], -- | Available for backward compatibility. classicLinkVPCId :: Prelude.Maybe Prelude.Text, -- | Available for backward compatibility. classicLinkVPCSecurityGroups :: Prelude.Maybe [Prelude.Text], -- | Specifies whether the launch configuration is optimized for EBS I\/O -- (@true@) or not (@false@). For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. ebsOptimized :: Prelude.Maybe Prelude.Bool, -- | The name or the Amazon Resource Name (ARN) of the instance profile -- associated with the IAM role for the instance. The instance profile -- contains the IAM role. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. iamInstanceProfile :: Prelude.Maybe Prelude.Text, -- | Controls whether instances in this group are launched with detailed -- (@true@) or basic (@false@) monitoring. -- -- For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. instanceMonitoring :: Prelude.Maybe InstanceMonitoring, -- | The ID of the kernel associated with the AMI. kernelId :: Prelude.Maybe Prelude.Text, -- | The name of the key pair. -- -- For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. keyName :: Prelude.Maybe Prelude.Text, -- | The Amazon Resource Name (ARN) of the launch configuration. launchConfigurationARN :: Prelude.Maybe Prelude.Text, -- | The metadata options for the instances. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. metadataOptions :: Prelude.Maybe InstanceMetadataOptions, -- | The tenancy of the instance, either @default@ or @dedicated@. An -- instance with @dedicated@ tenancy runs on isolated, single-tenant -- hardware and can only be launched into a VPC. -- -- For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. placementTenancy :: Prelude.Maybe Prelude.Text, -- | The ID of the RAM disk associated with the AMI. ramdiskId :: Prelude.Maybe Prelude.Text, -- | A list that contains the security groups to assign to the instances in -- the Auto Scaling group. For more information, see -- -- in the /Amazon Virtual Private Cloud User Guide/. securityGroups :: Prelude.Maybe [Prelude.Text], -- | The maximum hourly price to be paid for any Spot Instance launched to -- fulfill the request. Spot Instances are launched when the price you -- specify exceeds the current Spot price. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. spotPrice :: Prelude.Maybe Prelude.Text, -- | The user data to make available to the launched EC2 instances. For more -- information, see -- -- (Linux) and -- -- (Windows). If you are using a command line tool, base64-encoding is -- performed for you, and you can load the text from a file. Otherwise, you -- must provide base64-encoded text. User data is limited to 16 KB. userData :: Prelude.Maybe Prelude.Text, -- | The name of the launch configuration. launchConfigurationName :: Prelude.Text, -- | The ID of the Amazon Machine Image (AMI) to use to launch your EC2 -- instances. For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. imageId :: Prelude.Text, -- | The instance type for the instances. For information about available -- instance types, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. instanceType :: Prelude.Text, -- | The creation date and time for the launch configuration. createdTime :: Data.ISO8601 } deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic) -- | -- Create a value of 'LaunchConfiguration' with all optional fields omitted. -- -- Use or to modify other optional fields. -- -- The following record fields are available, with the corresponding lenses provided -- for backwards compatibility: -- -- 'associatePublicIpAddress', 'launchConfiguration_associatePublicIpAddress' - Specifies whether to assign a public IPv4 address to the group\'s -- instances. If the instance is launched into a default subnet, the -- default is to assign a public IPv4 address, unless you disabled the -- option to assign a public IPv4 address on the subnet. If the instance is -- launched into a nondefault subnet, the default is not to assign a public -- IPv4 address, unless you enabled the option to assign a public IPv4 -- address on the subnet. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. -- -- 'blockDeviceMappings', 'launchConfiguration_blockDeviceMappings' - The block device mapping entries that define the block devices to attach -- to the instances at launch. By default, the block devices specified in -- the block device mapping for the AMI are used. For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. -- -- 'classicLinkVPCId', 'launchConfiguration_classicLinkVPCId' - Available for backward compatibility. -- -- 'classicLinkVPCSecurityGroups', 'launchConfiguration_classicLinkVPCSecurityGroups' - Available for backward compatibility. -- -- 'ebsOptimized', 'launchConfiguration_ebsOptimized' - Specifies whether the launch configuration is optimized for EBS I\/O -- (@true@) or not (@false@). For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. -- -- 'iamInstanceProfile', 'launchConfiguration_iamInstanceProfile' - The name or the Amazon Resource Name (ARN) of the instance profile -- associated with the IAM role for the instance. The instance profile -- contains the IAM role. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. -- -- 'instanceMonitoring', 'launchConfiguration_instanceMonitoring' - Controls whether instances in this group are launched with detailed -- (@true@) or basic (@false@) monitoring. -- -- For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. -- -- 'kernelId', 'launchConfiguration_kernelId' - The ID of the kernel associated with the AMI. -- -- 'keyName', 'launchConfiguration_keyName' - The name of the key pair. -- -- For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. -- -- 'launchConfigurationARN', 'launchConfiguration_launchConfigurationARN' - The Amazon Resource Name (ARN) of the launch configuration. -- -- 'metadataOptions', 'launchConfiguration_metadataOptions' - The metadata options for the instances. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. -- -- 'placementTenancy', 'launchConfiguration_placementTenancy' - The tenancy of the instance, either @default@ or @dedicated@. An -- instance with @dedicated@ tenancy runs on isolated, single-tenant -- hardware and can only be launched into a VPC. -- -- For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. -- -- 'ramdiskId', 'launchConfiguration_ramdiskId' - The ID of the RAM disk associated with the AMI. -- -- 'securityGroups', 'launchConfiguration_securityGroups' - A list that contains the security groups to assign to the instances in -- the Auto Scaling group. For more information, see -- -- in the /Amazon Virtual Private Cloud User Guide/. -- -- 'spotPrice', 'launchConfiguration_spotPrice' - The maximum hourly price to be paid for any Spot Instance launched to -- fulfill the request. Spot Instances are launched when the price you -- specify exceeds the current Spot price. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. -- -- 'userData', 'launchConfiguration_userData' - The user data to make available to the launched EC2 instances. For more -- information, see -- -- (Linux) and -- -- (Windows). If you are using a command line tool, base64-encoding is -- performed for you, and you can load the text from a file. Otherwise, you -- must provide base64-encoded text. User data is limited to 16 KB. -- -- 'launchConfigurationName', 'launchConfiguration_launchConfigurationName' - The name of the launch configuration. -- -- 'imageId', 'launchConfiguration_imageId' - The ID of the Amazon Machine Image (AMI) to use to launch your EC2 -- instances. For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. -- -- 'instanceType', 'launchConfiguration_instanceType' - The instance type for the instances. For information about available -- instance types, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. -- -- 'createdTime', 'launchConfiguration_createdTime' - The creation date and time for the launch configuration. newLaunchConfiguration :: -- | 'launchConfigurationName' Prelude.Text -> -- | 'imageId' Prelude.Text -> -- | 'instanceType' Prelude.Text -> -- | 'createdTime' Prelude.UTCTime -> LaunchConfiguration newLaunchConfiguration pLaunchConfigurationName_ pImageId_ pInstanceType_ pCreatedTime_ = LaunchConfiguration' { associatePublicIpAddress = Prelude.Nothing, blockDeviceMappings = Prelude.Nothing, classicLinkVPCId = Prelude.Nothing, classicLinkVPCSecurityGroups = Prelude.Nothing, ebsOptimized = Prelude.Nothing, iamInstanceProfile = Prelude.Nothing, instanceMonitoring = Prelude.Nothing, kernelId = Prelude.Nothing, keyName = Prelude.Nothing, launchConfigurationARN = Prelude.Nothing, metadataOptions = Prelude.Nothing, placementTenancy = Prelude.Nothing, ramdiskId = Prelude.Nothing, securityGroups = Prelude.Nothing, spotPrice = Prelude.Nothing, userData = Prelude.Nothing, launchConfigurationName = pLaunchConfigurationName_, imageId = pImageId_, instanceType = pInstanceType_, createdTime = Data._Time Lens.# pCreatedTime_ } -- | Specifies whether to assign a public IPv4 address to the group\'s -- instances. If the instance is launched into a default subnet, the -- default is to assign a public IPv4 address, unless you disabled the -- option to assign a public IPv4 address on the subnet. If the instance is -- launched into a nondefault subnet, the default is not to assign a public -- IPv4 address, unless you enabled the option to assign a public IPv4 -- address on the subnet. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. launchConfiguration_associatePublicIpAddress :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Bool) launchConfiguration_associatePublicIpAddress = Lens.lens (\LaunchConfiguration' {associatePublicIpAddress} -> associatePublicIpAddress) (\s@LaunchConfiguration' {} a -> s {associatePublicIpAddress = a} :: LaunchConfiguration) -- | The block device mapping entries that define the block devices to attach -- to the instances at launch. By default, the block devices specified in -- the block device mapping for the AMI are used. For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. launchConfiguration_blockDeviceMappings :: Lens.Lens' LaunchConfiguration (Prelude.Maybe [BlockDeviceMapping]) launchConfiguration_blockDeviceMappings = Lens.lens (\LaunchConfiguration' {blockDeviceMappings} -> blockDeviceMappings) (\s@LaunchConfiguration' {} a -> s {blockDeviceMappings = a} :: LaunchConfiguration) Prelude.. Lens.mapping Lens.coerced -- | Available for backward compatibility. launchConfiguration_classicLinkVPCId :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_classicLinkVPCId = Lens.lens (\LaunchConfiguration' {classicLinkVPCId} -> classicLinkVPCId) (\s@LaunchConfiguration' {} a -> s {classicLinkVPCId = a} :: LaunchConfiguration) -- | Available for backward compatibility. launchConfiguration_classicLinkVPCSecurityGroups :: Lens.Lens' LaunchConfiguration (Prelude.Maybe [Prelude.Text]) launchConfiguration_classicLinkVPCSecurityGroups = Lens.lens (\LaunchConfiguration' {classicLinkVPCSecurityGroups} -> classicLinkVPCSecurityGroups) (\s@LaunchConfiguration' {} a -> s {classicLinkVPCSecurityGroups = a} :: LaunchConfiguration) Prelude.. Lens.mapping Lens.coerced -- | Specifies whether the launch configuration is optimized for EBS I\/O -- (@true@) or not (@false@). For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. launchConfiguration_ebsOptimized :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Bool) launchConfiguration_ebsOptimized = Lens.lens (\LaunchConfiguration' {ebsOptimized} -> ebsOptimized) (\s@LaunchConfiguration' {} a -> s {ebsOptimized = a} :: LaunchConfiguration) -- | The name or the Amazon Resource Name (ARN) of the instance profile -- associated with the IAM role for the instance. The instance profile -- contains the IAM role. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. launchConfiguration_iamInstanceProfile :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_iamInstanceProfile = Lens.lens (\LaunchConfiguration' {iamInstanceProfile} -> iamInstanceProfile) (\s@LaunchConfiguration' {} a -> s {iamInstanceProfile = a} :: LaunchConfiguration) -- | Controls whether instances in this group are launched with detailed -- (@true@) or basic (@false@) monitoring. -- -- For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. launchConfiguration_instanceMonitoring :: Lens.Lens' LaunchConfiguration (Prelude.Maybe InstanceMonitoring) launchConfiguration_instanceMonitoring = Lens.lens (\LaunchConfiguration' {instanceMonitoring} -> instanceMonitoring) (\s@LaunchConfiguration' {} a -> s {instanceMonitoring = a} :: LaunchConfiguration) -- | The ID of the kernel associated with the AMI. launchConfiguration_kernelId :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_kernelId = Lens.lens (\LaunchConfiguration' {kernelId} -> kernelId) (\s@LaunchConfiguration' {} a -> s {kernelId = a} :: LaunchConfiguration) -- | The name of the key pair. -- -- For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. launchConfiguration_keyName :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_keyName = Lens.lens (\LaunchConfiguration' {keyName} -> keyName) (\s@LaunchConfiguration' {} a -> s {keyName = a} :: LaunchConfiguration) -- | The Amazon Resource Name (ARN) of the launch configuration. launchConfiguration_launchConfigurationARN :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_launchConfigurationARN = Lens.lens (\LaunchConfiguration' {launchConfigurationARN} -> launchConfigurationARN) (\s@LaunchConfiguration' {} a -> s {launchConfigurationARN = a} :: LaunchConfiguration) -- | The metadata options for the instances. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. launchConfiguration_metadataOptions :: Lens.Lens' LaunchConfiguration (Prelude.Maybe InstanceMetadataOptions) launchConfiguration_metadataOptions = Lens.lens (\LaunchConfiguration' {metadataOptions} -> metadataOptions) (\s@LaunchConfiguration' {} a -> s {metadataOptions = a} :: LaunchConfiguration) -- | The tenancy of the instance, either @default@ or @dedicated@. An -- instance with @dedicated@ tenancy runs on isolated, single-tenant -- hardware and can only be launched into a VPC. -- -- For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. launchConfiguration_placementTenancy :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_placementTenancy = Lens.lens (\LaunchConfiguration' {placementTenancy} -> placementTenancy) (\s@LaunchConfiguration' {} a -> s {placementTenancy = a} :: LaunchConfiguration) -- | The ID of the RAM disk associated with the AMI. launchConfiguration_ramdiskId :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_ramdiskId = Lens.lens (\LaunchConfiguration' {ramdiskId} -> ramdiskId) (\s@LaunchConfiguration' {} a -> s {ramdiskId = a} :: LaunchConfiguration) -- | A list that contains the security groups to assign to the instances in -- the Auto Scaling group. For more information, see -- -- in the /Amazon Virtual Private Cloud User Guide/. launchConfiguration_securityGroups :: Lens.Lens' LaunchConfiguration (Prelude.Maybe [Prelude.Text]) launchConfiguration_securityGroups = Lens.lens (\LaunchConfiguration' {securityGroups} -> securityGroups) (\s@LaunchConfiguration' {} a -> s {securityGroups = a} :: LaunchConfiguration) Prelude.. Lens.mapping Lens.coerced -- | The maximum hourly price to be paid for any Spot Instance launched to -- fulfill the request. Spot Instances are launched when the price you -- specify exceeds the current Spot price. For more information, see -- -- in the /Amazon EC2 Auto Scaling User Guide/. launchConfiguration_spotPrice :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_spotPrice = Lens.lens (\LaunchConfiguration' {spotPrice} -> spotPrice) (\s@LaunchConfiguration' {} a -> s {spotPrice = a} :: LaunchConfiguration) -- | The user data to make available to the launched EC2 instances. For more -- information, see -- -- (Linux) and -- -- (Windows). If you are using a command line tool, base64-encoding is -- performed for you, and you can load the text from a file. Otherwise, you -- must provide base64-encoded text. User data is limited to 16 KB. launchConfiguration_userData :: Lens.Lens' LaunchConfiguration (Prelude.Maybe Prelude.Text) launchConfiguration_userData = Lens.lens (\LaunchConfiguration' {userData} -> userData) (\s@LaunchConfiguration' {} a -> s {userData = a} :: LaunchConfiguration) -- | The name of the launch configuration. launchConfiguration_launchConfigurationName :: Lens.Lens' LaunchConfiguration Prelude.Text launchConfiguration_launchConfigurationName = Lens.lens (\LaunchConfiguration' {launchConfigurationName} -> launchConfigurationName) (\s@LaunchConfiguration' {} a -> s {launchConfigurationName = a} :: LaunchConfiguration) -- | The ID of the Amazon Machine Image (AMI) to use to launch your EC2 -- instances. For more information, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. launchConfiguration_imageId :: Lens.Lens' LaunchConfiguration Prelude.Text launchConfiguration_imageId = Lens.lens (\LaunchConfiguration' {imageId} -> imageId) (\s@LaunchConfiguration' {} a -> s {imageId = a} :: LaunchConfiguration) -- | The instance type for the instances. For information about available -- instance types, see -- -- in the /Amazon EC2 User Guide for Linux Instances/. launchConfiguration_instanceType :: Lens.Lens' LaunchConfiguration Prelude.Text launchConfiguration_instanceType = Lens.lens (\LaunchConfiguration' {instanceType} -> instanceType) (\s@LaunchConfiguration' {} a -> s {instanceType = a} :: LaunchConfiguration) -- | The creation date and time for the launch configuration. launchConfiguration_createdTime :: Lens.Lens' LaunchConfiguration Prelude.UTCTime launchConfiguration_createdTime = Lens.lens (\LaunchConfiguration' {createdTime} -> createdTime) (\s@LaunchConfiguration' {} a -> s {createdTime = a} :: LaunchConfiguration) Prelude.. Data._Time instance Data.FromXML LaunchConfiguration where parseXML x = LaunchConfiguration' Prelude.<$> (x Data..@? "AssociatePublicIpAddress") Prelude.<*> ( x Data..@? "BlockDeviceMappings" Core..!@ Prelude.mempty Prelude.>>= Core.may (Data.parseXMLList "member") ) Prelude.<*> (x Data..@? "ClassicLinkVPCId") Prelude.<*> ( x Data..@? "ClassicLinkVPCSecurityGroups" Core..!@ Prelude.mempty Prelude.>>= Core.may (Data.parseXMLList "member") ) Prelude.<*> (x Data..@? "EbsOptimized") Prelude.<*> (x Data..@? "IamInstanceProfile") Prelude.<*> (x Data..@? "InstanceMonitoring") Prelude.<*> (x Data..@? "KernelId") Prelude.<*> (x Data..@? "KeyName") Prelude.<*> (x Data..@? "LaunchConfigurationARN") Prelude.<*> (x Data..@? "MetadataOptions") Prelude.<*> (x Data..@? "PlacementTenancy") Prelude.<*> (x Data..@? "RamdiskId") Prelude.<*> ( x Data..@? "SecurityGroups" Core..!@ Prelude.mempty Prelude.>>= Core.may (Data.parseXMLList "member") ) Prelude.<*> (x Data..@? "SpotPrice") Prelude.<*> (x Data..@? "UserData") Prelude.<*> (x Data..@ "LaunchConfigurationName") Prelude.<*> (x Data..@ "ImageId") Prelude.<*> (x Data..@ "InstanceType") Prelude.<*> (x Data..@ "CreatedTime") instance Prelude.Hashable LaunchConfiguration where hashWithSalt _salt LaunchConfiguration' {..} = _salt `Prelude.hashWithSalt` associatePublicIpAddress `Prelude.hashWithSalt` blockDeviceMappings `Prelude.hashWithSalt` classicLinkVPCId `Prelude.hashWithSalt` classicLinkVPCSecurityGroups `Prelude.hashWithSalt` ebsOptimized `Prelude.hashWithSalt` iamInstanceProfile `Prelude.hashWithSalt` instanceMonitoring `Prelude.hashWithSalt` kernelId `Prelude.hashWithSalt` keyName `Prelude.hashWithSalt` launchConfigurationARN `Prelude.hashWithSalt` metadataOptions `Prelude.hashWithSalt` placementTenancy `Prelude.hashWithSalt` ramdiskId `Prelude.hashWithSalt` securityGroups `Prelude.hashWithSalt` spotPrice `Prelude.hashWithSalt` userData `Prelude.hashWithSalt` launchConfigurationName `Prelude.hashWithSalt` imageId `Prelude.hashWithSalt` instanceType `Prelude.hashWithSalt` createdTime instance Prelude.NFData LaunchConfiguration where rnf LaunchConfiguration' {..} = Prelude.rnf associatePublicIpAddress `Prelude.seq` Prelude.rnf blockDeviceMappings `Prelude.seq` Prelude.rnf classicLinkVPCId `Prelude.seq` Prelude.rnf classicLinkVPCSecurityGroups `Prelude.seq` Prelude.rnf ebsOptimized `Prelude.seq` Prelude.rnf iamInstanceProfile `Prelude.seq` Prelude.rnf instanceMonitoring `Prelude.seq` Prelude.rnf kernelId `Prelude.seq` Prelude.rnf keyName `Prelude.seq` Prelude.rnf launchConfigurationARN `Prelude.seq` Prelude.rnf metadataOptions `Prelude.seq` Prelude.rnf placementTenancy `Prelude.seq` Prelude.rnf ramdiskId `Prelude.seq` Prelude.rnf securityGroups `Prelude.seq` Prelude.rnf spotPrice `Prelude.seq` Prelude.rnf userData `Prelude.seq` Prelude.rnf launchConfigurationName `Prelude.seq` Prelude.rnf imageId `Prelude.seq` Prelude.rnf instanceType `Prelude.seq` Prelude.rnf createdTime