Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ami]: reduce snapshot size to minimum allowed
Every AMI we create today holds a 30Gb EBS snapshot, if we take into account the fact that we copy those images to other regions and have multiple images (dev, debug, releases) it is adding up to our cost. This commit reduces the size of the snapshot to 8Gb (it's the minimum value allowed for a snapshot) In addition, it's reducing also the time for the build process from 30 minutes to ~12 minutes (which is also good) Refs: scylladb/scylla-pkg#3712
- Loading branch information