A stack update for the grants API must refresh staging without changing production parameters. What is the correct targeting approach?
Select an answer to reveal the explanation.
Short Explanation
Staging is not a teleport into production. Point the SAM/CloudFormation update at the staging stack and staging parameters only. Mixing change sets or copying prod parameter sets is how civic outages start.
Full Explanation
Developers deploy application updates into existing non-production environments by targeting the correct stack name and parameter set. SAM/CloudFormation updates should hit staging exclusively when validating a grants API change. Combined prod+staging operations, parameter crossover, or deleting production to free names violate safe environment isolation.