A well-meaning intern changed the staging endpoint instance type in the console. The CloudFormation or CDK stack no longer matches reality, and the next deploy rolled the change back. How should hosting changes be made?
Select an answer to reveal the explanation.
Short Explanation
An intern changed the staging instance type in the console, and the next deploy rolled it back. Update the endpoint through CloudFormation or CDK so the stack stays the source of truth. Console drift is the failure.
Full Explanation
Keep hosting changes in CloudFormation or AWS CDK so the provisioned endpoint stays maintainable and repeatable. Console drift is the failure mode. Fraud Detector is not IaC, and deleting the stack after every edit is not the fix.