After you create a change set for a stack, you must execute the change set to update the stack.
Prerequisites
Background information
If you execute a change set on a stack that has a stack policy, the policy is executed when the stack is updated. You cannot specify a temporary stack policy that overwrites an existing policy when you execute a change set. To update protected resources, you must update the stack policy or directly update the stack.
Execute a change set in the ROS console
Execute a change set by using Alibaba Cloud CLI
You can use the aliyun ros ExecuteChangeSet command to execute a change set.
Specify the ID of the change set that you want to execute. Example:
aliyun ros ExecuteChangeSet --ChangeSetId <change_set_id> --RegionId <region_id>
After you run this command, ROS starts to update the stack. If you need to view the stack update progress, use the aliyun ros GetStack command.