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

Commit

Permalink
Merge pull request #74 from scwatts/update_IMDSV2_support
Browse files Browse the repository at this point in the history
Write config during installation
  • Loading branch information
wleepang authored Mar 26, 2024
2 parents 338a877 + d09bf10 commit 6db0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ cat ${BASEDIR}/config/ebs-autoscale.json | \
sed -e "s#%%MAXLOGICALVOLUMESIZE%%#${MAX_LOGICAL_VOLUME_SIZE}#" | \
sed -e "s#%%MAXATTACHEDVOLUMES%%#${MAX_ATTACHED_VOLUMES}#" | \
sed -e "s#%%INITIALUTILIZATIONTHRESHOLD%%#${INITIAL_UTILIZATION_THRESHOLD}#" | \
sed -e "s#%%IMDSV2%%#${IMDSV2}#"
sed -e "s#%%IMDSV2%%#${IMDSV2}#" \
> /etc/ebs-autoscale.json

## Create filesystem
Expand Down

0 comments on commit 6db0c70

Please sign in to comment.