Skip to content

Instantly share code, notes, and snippets.

@alemazz
Created November 6, 2015 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alemazz/02a1cff134b91fca6c58 to your computer and use it in GitHub Desktop.
Save alemazz/02a1cff134b91fca6c58 to your computer and use it in GitHub Desktop.
mapping for delete on termination volume
[
{
"DeviceName": "/dev/xvda",
"Ebs": {
"DeleteOnTermination": true,
"SnapshotId": "snap-***",
"VolumeSize": 80,
"VolumeType": "gp2"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment