amazonka-opsworks-1.5.0: Amazon OpsWorks SDK.

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

Network.AWS.OpsWorks.CreateInstance

Contents

Description

Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer .

Required Permissions : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .

Synopsis

Creating a Request

createInstance Source #

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

Use one of the following lenses to modify other fields as desired:

  • ciInstallUpdatesOnBoot - Whether to install operating system and package updates when the instance boots. The default value is true . To control when updates are installed, set this value to false . You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.
  • ciVirtualizationType - The instance's virtualization type, paravirtual or hvm .
  • ciHostname - The instance host name.
  • ciSSHKeyName - The instance's Amazon EC2 key-pair name.
  • ciAgentVersion - The default AWS OpsWorks Stacks agent version. You have the following options: * INHERIT - Use the stack's default agent version setting. * version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks Stacks then automatically installs that version on the instance. The default setting is INHERIT . To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions . AgentVersion cannot be set to Chef 12.2.
  • ciSubnetId - The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks Stacks to launch the instance in a different subnet.
  • ciEBSOptimized - Whether to create an Amazon EBS-optimized instance.
  • ciOS - The instance's operating system, which must be set to one of the following. * A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2017.03 , Amazon Linux 2016.09 , Amazon Linux 2016.03 , Amazon Linux 2015.09 , or Amazon Linux 2015.03 . * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS , Ubuntu 14.04 LTS , or Ubuntu 12.04 LTS . * CentOS Linux 7 * Red Hat Enterprise Linux 7 * A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base , Microsoft Windows Server 2012 R2 with SQL Server Express , Microsoft Windows Server 2012 R2 with SQL Server Standard , or Microsoft Windows Server 2012 R2 with SQL Server Web . * A custom AMI: Custom . For more information on the supported operating systems, see AWS OpsWorks Stacks Operating Systems . The default option is the current Amazon Linux version. If you set this parameter to Custom , you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value is Custom . For more information on the supported operating systems, see Operating Systems For more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom AMIs .
  • ciAvailabilityZone - The instance Availability Zone. For more information, see Regions and Endpoints .
  • ciTenancy - The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter: dedicated , default , or host . Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts . For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances .
  • ciAutoScalingType - For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
  • ciArchitecture - The instance architecture. The default option is x86_64 . Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types .
  • ciAMIId - A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs .
  • ciRootDeviceType - The instance root device type. For more information, see Storage for the Root Device .
  • ciBlockDeviceMappings - An array of BlockDeviceMapping objects that specify the instance's block devices. For more information, see Block Device Mapping . Note that block device mappings are not supported for custom AMIs.
  • ciStackId - The stack ID.
  • ciLayerIds - An array that contains the instance's layer IDs.
  • ciInstanceType - The instance type, such as t2.micro . For a list of supported instance types, open the stack in the console, choose Instances , and choose + Instance . The Size list contains the currently supported types. For more information, see Instance Families and Types . The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.

data CreateInstance Source #

See: createInstance smart constructor.

Instances

Eq CreateInstance Source # 
Data CreateInstance Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateInstance -> c CreateInstance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateInstance #

toConstr :: CreateInstance -> Constr #

dataTypeOf :: CreateInstance -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateInstance) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateInstance) #

gmapT :: (forall b. Data b => b -> b) -> CreateInstance -> CreateInstance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateInstance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateInstance -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateInstance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateInstance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateInstance -> m CreateInstance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateInstance -> m CreateInstance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateInstance -> m CreateInstance #

Read CreateInstance Source # 
Show CreateInstance Source # 
Generic CreateInstance Source # 

Associated Types

type Rep CreateInstance :: * -> * #

Hashable CreateInstance Source # 
ToJSON CreateInstance Source # 
NFData CreateInstance Source # 

Methods

rnf :: CreateInstance -> () #

AWSRequest CreateInstance Source # 
ToQuery CreateInstance Source # 
ToPath CreateInstance Source # 
ToHeaders CreateInstance Source # 
type Rep CreateInstance Source # 
type Rep CreateInstance = D1 (MetaData "CreateInstance" "Network.AWS.OpsWorks.CreateInstance" "amazonka-opsworks-1.5.0-9Cz7dbg1Tt8zDXFeRwqsG" False) (C1 (MetaCons "CreateInstance'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciInstallUpdatesOnBoot") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_ciVirtualizationType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ciHostname") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciSSHKeyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciAgentVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciSubnetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ciEBSOptimized") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_ciOS") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciAvailabilityZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciTenancy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciAutoScalingType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoScalingType)))) ((:*:) (S1 (MetaSel (Just Symbol "_ciArchitecture") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Architecture))) (S1 (MetaSel (Just Symbol "_ciAMIId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciRootDeviceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RootDeviceType))) (S1 (MetaSel (Just Symbol "_ciBlockDeviceMappings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BlockDeviceMapping])))) ((:*:) (S1 (MetaSel (Just Symbol "_ciStackId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_ciLayerIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])) (S1 (MetaSel (Just Symbol "_ciInstanceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))))
type Rs CreateInstance Source # 

Request Lenses

ciInstallUpdatesOnBoot :: Lens' CreateInstance (Maybe Bool) Source #

Whether to install operating system and package updates when the instance boots. The default value is true . To control when updates are installed, set this value to false . You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

ciVirtualizationType :: Lens' CreateInstance (Maybe Text) Source #

The instance's virtualization type, paravirtual or hvm .

ciHostname :: Lens' CreateInstance (Maybe Text) Source #

The instance host name.

ciSSHKeyName :: Lens' CreateInstance (Maybe Text) Source #

The instance's Amazon EC2 key-pair name.

ciAgentVersion :: Lens' CreateInstance (Maybe Text) Source #

The default AWS OpsWorks Stacks agent version. You have the following options: * INHERIT - Use the stack's default agent version setting. * version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks Stacks then automatically installs that version on the instance. The default setting is INHERIT . To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions . AgentVersion cannot be set to Chef 12.2.

ciSubnetId :: Lens' CreateInstance (Maybe Text) Source #

The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks Stacks to launch the instance in a different subnet.

ciEBSOptimized :: Lens' CreateInstance (Maybe Bool) Source #

Whether to create an Amazon EBS-optimized instance.

ciOS :: Lens' CreateInstance (Maybe Text) Source #

The instance's operating system, which must be set to one of the following. * A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2017.03 , Amazon Linux 2016.09 , Amazon Linux 2016.03 , Amazon Linux 2015.09 , or Amazon Linux 2015.03 . * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS , Ubuntu 14.04 LTS , or Ubuntu 12.04 LTS . * CentOS Linux 7 * Red Hat Enterprise Linux 7 * A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base , Microsoft Windows Server 2012 R2 with SQL Server Express , Microsoft Windows Server 2012 R2 with SQL Server Standard , or Microsoft Windows Server 2012 R2 with SQL Server Web . * A custom AMI: Custom . For more information on the supported operating systems, see AWS OpsWorks Stacks Operating Systems . The default option is the current Amazon Linux version. If you set this parameter to Custom , you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value is Custom . For more information on the supported operating systems, see Operating Systems For more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom AMIs .

ciAvailabilityZone :: Lens' CreateInstance (Maybe Text) Source #

The instance Availability Zone. For more information, see Regions and Endpoints .

ciTenancy :: Lens' CreateInstance (Maybe Text) Source #

The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter: dedicated , default , or host . Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts . For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances .

ciAutoScalingType :: Lens' CreateInstance (Maybe AutoScalingType) Source #

For load-based or time-based instances, the type. Windows stacks can use only time-based instances.

ciArchitecture :: Lens' CreateInstance (Maybe Architecture) Source #

The instance architecture. The default option is x86_64 . Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types .

ciAMIId :: Lens' CreateInstance (Maybe Text) Source #

A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs .

ciRootDeviceType :: Lens' CreateInstance (Maybe RootDeviceType) Source #

The instance root device type. For more information, see Storage for the Root Device .

ciBlockDeviceMappings :: Lens' CreateInstance [BlockDeviceMapping] Source #

An array of BlockDeviceMapping objects that specify the instance's block devices. For more information, see Block Device Mapping . Note that block device mappings are not supported for custom AMIs.

ciLayerIds :: Lens' CreateInstance [Text] Source #

An array that contains the instance's layer IDs.

ciInstanceType :: Lens' CreateInstance Text Source #

The instance type, such as t2.micro . For a list of supported instance types, open the stack in the console, choose Instances , and choose + Instance . The Size list contains the currently supported types. For more information, see Instance Families and Types . The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.

Destructuring the Response

createInstanceResponse Source #

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

Use one of the following lenses to modify other fields as desired:

data CreateInstanceResponse Source #

Contains the response to a CreateInstance request.

See: createInstanceResponse smart constructor.

Instances

Eq CreateInstanceResponse Source # 
Data CreateInstanceResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateInstanceResponse -> c CreateInstanceResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateInstanceResponse #

toConstr :: CreateInstanceResponse -> Constr #

dataTypeOf :: CreateInstanceResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateInstanceResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateInstanceResponse) #

gmapT :: (forall b. Data b => b -> b) -> CreateInstanceResponse -> CreateInstanceResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateInstanceResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateInstanceResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateInstanceResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateInstanceResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateInstanceResponse -> m CreateInstanceResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateInstanceResponse -> m CreateInstanceResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateInstanceResponse -> m CreateInstanceResponse #

Read CreateInstanceResponse Source # 
Show CreateInstanceResponse Source # 
Generic CreateInstanceResponse Source # 
NFData CreateInstanceResponse Source # 

Methods

rnf :: CreateInstanceResponse -> () #

type Rep CreateInstanceResponse Source # 
type Rep CreateInstanceResponse = D1 (MetaData "CreateInstanceResponse" "Network.AWS.OpsWorks.CreateInstance" "amazonka-opsworks-1.5.0-9Cz7dbg1Tt8zDXFeRwqsG" False) (C1 (MetaCons "CreateInstanceResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cirsInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

cirsResponseStatus :: Lens' CreateInstanceResponse Int Source #

  • - | The response status code.