Describes the default customer master key (CMK) for EBS encryption by
default for your account in this Region. You can change the default CMK
for encryption by default using
modify_ebs_default_kms_key_id
or
reset_ebs_default_kms_key_id
.
For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.
ec2_get_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$get_ebs_default_kms_key_id(
DryRun = TRUE|FALSE
)