Skip to content

Commit 6ede84d

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.
1 parent d78e762 commit 6ede84d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30884,6 +30884,10 @@
3088430884
"ExcludeBootVolume":{
3088530885
"shape":"Boolean",
3088630886
"documentation":"<p>Excludes the root volume from being snapshotted.</p>"
30887+
},
30888+
"ExcludeDataVolumeIds":{
30889+
"shape":"VolumeIdStringList",
30890+
"locationName":"ExcludeDataVolumeId"
3088730891
}
3088830892
},
3088930893
"documentation":"<p>The instance details to specify which volumes should be snapshotted.</p>"

0 commit comments

Comments
 (0)