Skip to content

Commit

Permalink
[doc] Add note about DeleteOnTermination being lost
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-wan-kenobi committed Aug 18, 2017
1 parent 52ce5e5 commit 1c666e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ $ timewarp ec2 delete <instance id> <checkpoint id> <checkpoint id> ...

All commands also support a "dry-run" flag (`-d|--dry-run`) and a "verbose" flag (`-v|--verbose`). In dry-run mode, no destructive action (stopping a VM, deleting a snapshot, deleting or detaching a volume) **should** be performed - but as always: Please beware of bugs!

# Important restrictions
# Known restrictions and bugs
* Only EBS volumes are snapshotted
* "Delete on termination" settings for volumes get lost - **after a restore, your volumes will NOT be automatically deleted on instance termination anymore!** The reason for this: I couldn't figure out how to set this via boto3.
* The instance still has to exist (i.e. recovering a deleted instance is not possible using this tool)
* Completely untested alpha software

Expand Down

0 comments on commit 1c666e9

Please sign in to comment.