是否可以为 Windows ec2 实例创建加密的 ebs 启动卷?
此 AWS 示例显示如何复制未加密的引导卷,创建加密的引导卷: aws ec2 copy-image -r us-east-1 -s ami-60b6c60a --encrypted --kmsKeyID arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef
但是,当我使用Microsoft Windows Server 2012 R2 Base - ami-c8a9baa2作为源尝试此操作时aws ec2 copy-image --source-region us-east-1 --source-image-id ami-c8a9baa2 --name 'W12R2_Base_encrypted' --description 'Microsoft Windows Server 2012 R2 Base - ami-c8a9baa2 (encrypted)' --encrypted
,我收到错误:“调用 CopyImage 操作时发生客户端错误 (InvalidRequest):无法复制具有 EC2 BillingProduct 代码的图像到另一个 AWS 账户。 ”