50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


paws.compute (version 0.1.12)

ec2_reset_ebs_default_kms_key_id: Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS managed CMK for EBS

Description

Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS managed CMK for EBS.

After resetting the default CMK to the AWS managed CMK, you can continue to encrypt by a customer managed CMK by specifying it when you create the volume. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

Usage

ec2_reset_ebs_default_kms_key_id(DryRun)

Value

A list with the following syntax:

list(
  KmsKeyId = "string"
)

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.

Request syntax

svc$reset_ebs_default_kms_key_id(
  DryRun = TRUE|FALSE
)