amazonka-ec2-1.3.6: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.ModifyInstanceAttribute

Contents

Description

Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.

To modify some attributes, the instance must be stopped. For more information, see Modifying Attributes of a Stopped Instance in the Amazon Elastic Compute Cloud User Guide.

See: AWS API Reference for ModifyInstanceAttribute.

Synopsis

Creating a Request

Request Lenses

mGroups :: Lens' ModifyInstanceAttribute [Text] Source

EC2-VPC
Changes the security groups of the instance. You must specify at least one security group, even if it's just the default security group for the VPC. You must specify the security group ID, not the security group name.

mSourceDestCheck :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) Source

Specifies whether source/destination checking is enabled. A value of true means that checking is enabled, and false means checking is disabled. This value must be false for a NAT instance to perform NAT.

mDisableAPITermination :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) Source

If the value is true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this paramater for Spot Instances.

mKernel :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source

Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

mRAMDisk :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source

Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

mValue :: Lens' ModifyInstanceAttribute (Maybe Text) Source

A new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.

mInstanceType :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source

Changes the instance type to the specified value. For more information, see Instance Types. If the instance type is not valid, the error returned is InvalidInstanceAttributeValue.

mSRIOVNetSupport :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source

Set to simple to enable enhanced networking for the instance.

There is no way to disable enhanced networking at this time.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

mEBSOptimized :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) Source

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

mUserData :: Lens' ModifyInstanceAttribute (Maybe BlobAttributeValue) Source

Changes the instance's user data to the specified value.

mInstanceInitiatedShutdownBehavior :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source

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

mBlockDeviceMappings :: Lens' ModifyInstanceAttribute [InstanceBlockDeviceMappingSpecification] Source

Modifies the DeleteOnTermination attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for DeleteOnTermination, the default is true and the volume is deleted when the instance is terminated.

To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Updating the Block Device Mapping when Launching an Instance in the Amazon Elastic Compute Cloud User Guide.

mDryRun :: Lens' ModifyInstanceAttribute (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Destructuring the Response

modifyInstanceAttributeResponse :: ModifyInstanceAttributeResponse Source

Creates a value of ModifyInstanceAttributeResponse with the minimum fields required to make a request.