View source: R/ec2_operations.R
ec2_create_placement_group | R Documentation |
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
)
DryRun |
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 |
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. |
PartitionCount |
The number of partitions. Valid only when Strategy is set to
|
TagSpecifications |
The tags to apply to the new placement group. |
SpreadLevel |
Determines how placement groups spread instances.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.