Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make docs for volume ID handling more explicit #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ec2-expire-snapshots
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,9 @@ an EBS volume that is no longer useful for any purpose.

=item VOLUMEID

EBS volume ids for which EBS snapshots are to be expired (deleted).
One or more space separated EBS volume ids for which EBS snapshots are to be expired (deleted).
The EBS volume does not have to exist for its EBS snapshots to be
found and deleted.
found and deleted. Required.

=back

Expand All @@ -676,7 +676,7 @@ When deciding what options to use, it's easier to think of which EBS
snapshots should be *preserved* instead of which should be expired and
deleted.

As a general rule, all EBS snapshots that you have not requested to be
As a general rule, all EBS snapshots for the provided Volume IDs that you have not requested to be
preserved will be deleted.

Unless overridden, the software always preserves the most recent EBS
Expand Down