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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CreatePlacementGroup

Contents

Description

Creates a placement group that you launch cluster instances into. You must give the group a name that's unique within the scope of your account.

For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreatePlacementGroup.html

Synopsis

Request

Request constructor

Request lenses

cpgGroupName :: Lens' CreatePlacementGroup Text Source

A name for the placement group.

Constraints: Up to 255 ASCII characters

Response

Response constructor