Creates a placement group in which to launch instances
Source:R/ec2_operations.R
ec2_create_placement_group.RdCreates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.
See https://www.paws-r-sdk.com/docs/ec2_create_placement_group/ for full documentation.
Usage
ec2_create_placement_group(
PartitionCount = NULL,
TagSpecifications = NULL,
SpreadLevel = NULL,
LinkedGroupId = NULL,
Operator = NULL,
DryRun = NULL,
GroupName = NULL,
Strategy = NULL
)Arguments
- PartitionCount
The number of partitions. Valid only when Strategy is set to
partition.The tags to apply to the new placement group.
- SpreadLevel
Determines how placement groups spread instances.
Host – You can use
hostonly with Outpost placement groups.Rack – No usage restrictions.
- LinkedGroupId
Reserved for future use.
- Operator
Reserved for internal use.
- DryRun
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- GroupName
A name for the placement group. Must be unique within the scope of your account for the Region.
Constraints: Up to 255 ASCII characters
- Strategy
The placement strategy.