Creates 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.
ec2_create_placement_group(
DryRun = NULL,
GroupName = NULL,
Strategy = NULL,
PartitionCount = NULL,
TagSpecifications = NULL,
SpreadLevel = NULL
)
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
.
A name for the placement group. Must be unique within the scope of your account for the Region.
Constraints: Up to 255 ASCII characters
The placement strategy.
The number of partitions. Valid only when Strategy is set to
partition
.
The tags to apply to the new placement group.
Determines how placement groups spread instances.
Host – You can use host
only with Outpost placement groups.
Rack – No usage restrictions.