-
Notifications
You must be signed in to change notification settings - Fork 159
Scheduler Migration Guide
Eric Holmes edited this page May 5, 2016
·
16 revisions
The first step will create the new CloudFormation stack with the ECS/ELB resources created, but without altering the <app>.empire
CNAME record.
To perform the first step, run:
$ emp set EMPIRE_SCHEDULER_MIGRATION=step1
You have two options:
- Manually remove the
<app>.empire
CNAME and then proceed to step 3. - Manually remove the
<app>.empire
CNAME, then set theDNS
parameter totrue
in the newly created CloudFormation stack. Use this if you want to test the new stack before completely removing the old ECS/ELB resources.
This will remove the old ECS services, and ELB's.
$ emp set EMPIRE_SCHEDULER_MIGRATION=step2`
$ emp unset EMPIRE_SCHEDULER_MIGRATION