From 108510d4a14690d1e3a42f35d2e6b943a4e77bd6 Mon Sep 17 00:00:00 2001 From: Pete F Date: Tue, 23 Jan 2024 16:53:33 +0000 Subject: [PATCH] Remove reference to non-existent script --- docs/migration-guide-ec2.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/migration-guide-ec2.md b/docs/migration-guide-ec2.md index 4bba502533..33eebd30bb 100644 --- a/docs/migration-guide-ec2.md +++ b/docs/migration-guide-ec2.md @@ -190,7 +190,10 @@ in your original CFN template._ 6. Update your riff-raff.yaml to use the correct `amiParameter` (this will be `AMI`) -7. Preview the CloudFormation update (via ./script/diff) +7. Preview the CloudFormation update. A change set can be generated via the + `Change sets` tab in the CloudFormation console, and will also be generated + as part of manually deploying a new template via the AWS console, and can be + reviewed before confirming the update. It should largely comprise of resource removals. It should also modify the new ASG (due to the tag removal)