Skip to content

Reset Ebs Default Kms Key Id

ec2_reset_ebs_default_kms_key_id R Documentation

Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS

Description

Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.

After resetting the default KMS key to the Amazon Web Services managed KMS key, you can continue to encrypt by a customer managed KMS key by specifying it when you create the volume. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

Usage

ec2_reset_ebs_default_kms_key_id(DryRun)

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.

Value

A list with the following syntax:

list(
  KmsKeyId = "string"
)

Request syntax

svc$reset_ebs_default_kms_key_id(
  DryRun = TRUE|FALSE
)