Skip to content

Commit

Permalink
service/ec2: Add support for encrypted EBS volumes
Browse files Browse the repository at this point in the history
Amazon Elastic Compute Cloud

Now launch EC2 instances with EBS encrypted boot volumes
  • Loading branch information
jasdel committed Dec 15, 2015
1 parent 57f8e03 commit fe647e0
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 109 deletions.
23 changes: 17 additions & 6 deletions models/apis/ec2/2015-10-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2880,7 +2880,15 @@
"SourceImageId":{"shape":"String"},
"Name":{"shape":"String"},
"Description":{"shape":"String"},
"ClientToken":{"shape":"String"}
"ClientToken":{"shape":"String"},
"Encrypted":{
"shape":"Boolean",
"locationName":"encrypted"
},
"KmsKeyId":{
"shape":"String",
"locationName":"kmsKeyId"
}
}
},
"CopyImageResult":{
Expand Down Expand Up @@ -5515,7 +5523,10 @@
},
"DescribeVpcAttributeRequest":{
"type":"structure",
"required":["VpcId"],
"required":[
"VpcId",
"Attribute"
],
"members":{
"DryRun":{
"shape":"Boolean",
Expand Down Expand Up @@ -11733,13 +11744,13 @@
"type":"structure",
"required":["Error"],
"members":{
"Error":{
"shape":"UnsuccessfulItemError",
"locationName":"error"
},
"ResourceId":{
"shape":"String",
"locationName":"resourceId"
},
"Error":{
"shape":"UnsuccessfulItemError",
"locationName":"error"
}
}
},
Expand Down
Loading

0 comments on commit fe647e0

Please sign in to comment.