Last chance! 50% off unlimited learning
Sale ends in
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.
ec2_reset_ebs_default_kms_key_id(DryRun)
A list with the following syntax:
list(
KmsKeyId = "string"
)
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
.
svc$reset_ebs_default_kms_key_id(
DryRun = TRUE|FALSE
)