View source: R/ec2_operations.R
ec2_modify_reserved_instances | R Documentation |
Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.
See https://www.paws-r-sdk.com/docs/ec2_modify_reserved_instances/ for full documentation.
ec2_modify_reserved_instances(
ReservedInstancesIds,
ClientToken = NULL,
TargetConfigurations
)
ReservedInstancesIds |
[required] The IDs of the Reserved Instances to modify. |
ClientToken |
A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency. |
TargetConfigurations |
[required] The configuration settings for the Reserved Instances to modify. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.