Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Added not-encrypted flag to install script #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

goutham-sabapathy
Copy link

@goutham-sabapathy goutham-sabapathy commented Oct 11, 2023

Description of changes:

Added not-encrypted flag to the install script as its turned on by default and if we wanted to turn it off, the only way is to modify ebs-autoscale.json. As we run this install script as part of launch template user data, it would be nice to have a flag passed to install script to disable that if needed. Like below,

./install.sh --file-system lvm.ext4 --mountpoint "/storage" --volume-type "gp3" --initial-size 100 --min-ebs-volume-size 200 --max-ebs-volume-size 1000 --max-total-created-size 2000 --max-attached-volumes 10 --initial-utilization-threshold 50 --not-encrypted

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant