How do I force a CloudFormation stack to update when the parameter is updated?
问题 I am running a AWS CloudFormation stack that takes in some parameters and launches EC2 instances along with other AWS resources. The parameters are fed into the user data of the EC2 instance and based on that changes are made dynamically to the web application residing on the EC2 instance. UserData: Fn::Base64: Fn::Join: - "" - - "#!/bin/bash \n" - "sh website-conf/website_mysql_config.sh " - " -c \"" - Ref: "CompanyName" As shown in the example above, CompanyName is one of the many