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

pubsys: use requested size for volume, keeping snapshot to minimum size #1118

Merged
merged 1 commit into from
Sep 14, 2020

Commits on Sep 14, 2020

  1. pubsys: use requested size for volume, keeping snapshot to minimum size

    The volume size used at instance launch time is determined by the block device
    mapping, defaulting to the snapshot size.  Here we configure the
    BlockDeviceMappings to use the requested size rather than the snapshot size.
    The snapshots used to create those volumes, then, don't need to be more than
    the size of the data inside.  (Users creating AMIs based on snapshots from
    existing AMIs can specify any desired size above the snapshot size in their own
    block device mappings.)
    tjkirch committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f395f26 View commit details
    Browse the repository at this point in the history