Rollback to a Previous AMI
If a rollback is required, complete the following steps:
- Create a new Aurora instance, using the database snapshot you took earlier as the source.
- Stop the upgraded Controller if it is still running:
bin/platform-admin.sh stop-controller-appserver
- Repoint the database DNS alias to the new Aurora instance.
- Terminate the EC2 instance hosting the current Controller. This should cause a new EC2 instance to be provisioned using the existing AMI, with the older Controller version.
- Attach the ENI to the new EC2 instance.
- Verify that the Controller is working as it was before the upgrade.