amazonka-autoscaling-1.4.5: Amazon Auto Scaling SDK.

Copyright(c) 2013-2016 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.AutoScaling.CreateAutoScalingGroup

Contents

Description

Creates an Auto Scaling group with the specified name and attributes.

If you exceed your maximum limit of Auto Scaling groups, which by default is 20 per region, the call fails. For information about viewing and updating this limit, see DescribeAccountLimits .

For more information, see Auto Scaling Groups in the Auto Scaling User Guide .

Synopsis

Creating a Request

createAutoScalingGroup Source #

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

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

  • casgInstanceId - The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance. When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping. For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide .
  • casgTerminationPolicies - One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed. For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide .
  • casgHealthCheckGracePeriod - The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 0. This parameter is required if you are adding an ELB health check. For more information, see Health Checks in the Auto Scaling User Guide .
  • casgNewInstancesProtectedFromScaleIn - Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
  • casgVPCZoneIdentifier - A comma-separated list of subnet identifiers for your virtual private cloud (VPC). If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide .
  • casgTargetGroupARNs - The Amazon Resource Names (ARN) of the target groups.
  • casgDefaultCooldown - The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300. For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide .
  • casgAvailabilityZones - One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
  • casgDesiredCapacity - The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.
  • casgLaunchConfigurationName - The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
  • casgHealthCheckType - The service to use for the health checks. The valid values are EC2 and ELB . By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide .
  • casgPlacementGroup - The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide .
  • casgLoadBalancerNames - One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead. For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide .
  • casgTags - One or more tags. For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide .
  • casgAutoScalingGroupName - The name of the group. This name must be unique within the scope of your AWS account.
  • casgMinSize - The minimum size of the group.
  • casgMaxSize - The maximum size of the group.

data CreateAutoScalingGroup Source #

Contains the parameters for CreateAutoScalingGroup.

See: createAutoScalingGroup smart constructor.

Instances

Eq CreateAutoScalingGroup Source # 
Data CreateAutoScalingGroup Source # 

Methods

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

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

toConstr :: CreateAutoScalingGroup -> Constr #

dataTypeOf :: CreateAutoScalingGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateAutoScalingGroup Source # 
Show CreateAutoScalingGroup Source # 
Generic CreateAutoScalingGroup Source # 
Hashable CreateAutoScalingGroup Source # 
NFData CreateAutoScalingGroup Source # 

Methods

rnf :: CreateAutoScalingGroup -> () #

AWSRequest CreateAutoScalingGroup Source # 
ToPath CreateAutoScalingGroup Source # 
ToHeaders CreateAutoScalingGroup Source # 
ToQuery CreateAutoScalingGroup Source # 
type Rep CreateAutoScalingGroup Source # 
type Rep CreateAutoScalingGroup = D1 (MetaData "CreateAutoScalingGroup" "Network.AWS.AutoScaling.CreateAutoScalingGroup" "amazonka-autoscaling-1.4.5-8yDHjz7ddEsEeD2f2YA1qk" False) (C1 (MetaCons "CreateAutoScalingGroup'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_casgInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_casgTerminationPolicies") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_casgHealthCheckGracePeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_casgNewInstancesProtectedFromScaleIn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_casgVPCZoneIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_casgTargetGroupARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_casgDefaultCooldown") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_casgAvailabilityZones") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 Text))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_casgDesiredCapacity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_casgLaunchConfigurationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_casgHealthCheckType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_casgPlacementGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_casgLoadBalancerNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_casgTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag])))) ((:*:) (S1 (MetaSel (Just Symbol "_casgAutoScalingGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_casgMinSize") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_casgMaxSize") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))))))
type Rs CreateAutoScalingGroup Source # 

Request Lenses

casgInstanceId :: Lens' CreateAutoScalingGroup (Maybe Text) Source #

The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance. When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping. For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide .

casgTerminationPolicies :: Lens' CreateAutoScalingGroup [Text] Source #

One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed. For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide .

casgHealthCheckGracePeriod :: Lens' CreateAutoScalingGroup (Maybe Int) Source #

The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 0. This parameter is required if you are adding an ELB health check. For more information, see Health Checks in the Auto Scaling User Guide .

casgNewInstancesProtectedFromScaleIn :: Lens' CreateAutoScalingGroup (Maybe Bool) Source #

Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.

casgVPCZoneIdentifier :: Lens' CreateAutoScalingGroup (Maybe Text) Source #

A comma-separated list of subnet identifiers for your virtual private cloud (VPC). If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified. For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide .

casgTargetGroupARNs :: Lens' CreateAutoScalingGroup [Text] Source #

The Amazon Resource Names (ARN) of the target groups.

casgDefaultCooldown :: Lens' CreateAutoScalingGroup (Maybe Int) Source #

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300. For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide .

casgAvailabilityZones :: Lens' CreateAutoScalingGroup (Maybe (NonEmpty Text)) Source #

One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.

casgDesiredCapacity :: Lens' CreateAutoScalingGroup (Maybe Int) Source #

The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

casgLaunchConfigurationName :: Lens' CreateAutoScalingGroup (Maybe Text) Source #

The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.

casgHealthCheckType :: Lens' CreateAutoScalingGroup (Maybe Text) Source #

The service to use for the health checks. The valid values are EC2 and ELB . By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide .

casgPlacementGroup :: Lens' CreateAutoScalingGroup (Maybe Text) Source #

The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide .

casgLoadBalancerNames :: Lens' CreateAutoScalingGroup [Text] Source #

One or more Classic load balancers. To specify an Application load balancer, use TargetGroupARNs instead. For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide .

casgTags :: Lens' CreateAutoScalingGroup [Tag] Source #

One or more tags. For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide .

casgAutoScalingGroupName :: Lens' CreateAutoScalingGroup Text Source #

The name of the group. This name must be unique within the scope of your AWS account.

casgMinSize :: Lens' CreateAutoScalingGroup Int Source #

The minimum size of the group.

casgMaxSize :: Lens' CreateAutoScalingGroup Int Source #

The maximum size of the group.

Destructuring the Response

createAutoScalingGroupResponse :: CreateAutoScalingGroupResponse Source #

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

data CreateAutoScalingGroupResponse Source #

See: createAutoScalingGroupResponse smart constructor.

Instances

Eq CreateAutoScalingGroupResponse Source # 
Data CreateAutoScalingGroupResponse Source # 

Methods

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

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

toConstr :: CreateAutoScalingGroupResponse -> Constr #

dataTypeOf :: CreateAutoScalingGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateAutoScalingGroupResponse Source # 
Show CreateAutoScalingGroupResponse Source # 
Generic CreateAutoScalingGroupResponse Source # 
NFData CreateAutoScalingGroupResponse Source # 
type Rep CreateAutoScalingGroupResponse Source # 
type Rep CreateAutoScalingGroupResponse = D1 (MetaData "CreateAutoScalingGroupResponse" "Network.AWS.AutoScaling.CreateAutoScalingGroup" "amazonka-autoscaling-1.4.5-8yDHjz7ddEsEeD2f2YA1qk" False) (C1 (MetaCons "CreateAutoScalingGroupResponse'" PrefixI False) U1)