Skip to content

Commit

Permalink
Remove reference to non-existent script
Browse files Browse the repository at this point in the history
  • Loading branch information
bryophyta committed Jan 23, 2024
1 parent 2bffe65 commit 108510d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/migration-guide-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@ in your original CFN template._
6. Update your riff-raff.yaml to use the correct `amiParameter` (this will be `AMI<Appname>`)
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)
Expand Down

0 comments on commit 108510d

Please sign in to comment.