Last active
March 29, 2019 11:33
-
-
Save alicek106/ab316ef66a6e91191b9ad9fea36a53cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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