ec2_modify_default_credit_specification: Modifies the default credit option for CPU usage of burstable...

View source: R/ec2_operations.R

ec2_modify_default_credit_specificationR Documentation

Modifies the default credit option for CPU usage of burstable performance instances

Description

Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per Amazon Web Services Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option.

See https://www.paws-r-sdk.com/docs/ec2_modify_default_credit_specification/ for full documentation.

Usage

ec2_modify_default_credit_specification(
  DryRun = NULL,
  InstanceFamily,
  CpuCredits
)

Arguments

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

InstanceFamily

[required] The instance family.

CpuCredits

[required] The credit option for CPU usage of the instance family.

Valid Values: standard | unlimited


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.