View source: R/ec2_operations.R
ec2_modify_fleet | R Documentation |
Modifies the specified EC2 Fleet.
See https://www.paws-r-sdk.com/docs/ec2_modify_fleet/ for full documentation.
ec2_modify_fleet(
DryRun = NULL,
ExcessCapacityTerminationPolicy = NULL,
LaunchTemplateConfigs = NULL,
FleetId,
TargetCapacitySpecification = NULL,
Context = 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 |
ExcessCapacityTerminationPolicy |
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet. Supported only for fleets of type |
LaunchTemplateConfigs |
The launch template and overrides. |
FleetId |
[required] The ID of the EC2 Fleet. |
TargetCapacitySpecification |
The size of the EC2 Fleet. |
Context |
Reserved. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.