Skip to content

Instantly share code, notes, and snippets.

@alicek106
Last active March 29, 2019 11:33
Show Gist options
  • Save alicek106/ab316ef66a6e91191b9ad9fea36a53cb to your computer and use it in GitHub Desktop.
Save alicek106/ab316ef66a6e91191b9ad9fea36a53cb to your computer and use it in GitHub Desktop.
root@aws-cli:/# cat parameter.json | sed "s/<KEY_NAME>/$KEY_NAME/g; \
s/<AMI_ID>/$AMI_ID/g; s/<SUBNET_IDS>/$SUBNET_IDS/g; \
s/<CONTROLLPLANE_SG_ID>/$CONTROLLPLANE_SG_ID/g; \
s/<VPC_ID>/$VPC_ID/g;" > stack_parameter.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment