<div dir="ltr">Hello,<br><br>Would it be possible to change the node AMI after the StarCluster is up?<br><br>for example, use the below setup to initialize the StarCluster<br><div><br><div>master_image_id = ami-0330d16a</div><div>master_instance_type = m1.small</div><div>node_image_id = ami-0330d16a</div><div>node_instance_type = m1.small<br><br><br>then change the config to:<br><br><div>master_image_id = ami-0330d16a</div><div>master_instance_type = m1.small</div><div>node_image_id = ami-0111111 # New AMI name</div><div>node_instance_type = m1.small<br><br>Start `starcluster loadbalance starcluster-name`<br><br>and have the new node AMI created when a node is needed<br><br>Or would I need to destroy the cluster if I need to set up the new AMI?<br><br>Thanks so much!<br>-Colby Taperts</div></div></div></div>