Migrating to Containers
There are two major ways to upgrade to Container support.
Option 1 - Delete everything
more steps, no AWS interaction
- Make sure you have upgraded to the latest version of the CLI v0.1.1 or later
yarn global upgrade fume-cli
npm update -g fume-cli
- Delete all existing environments
- You may need to delete any mapped domains
- Delete all existing projects
- Remove and re-add your IAM account connected to your team.
- Re-create your projects, environments, and then deploy!
Option 2 - Manually update your AWS role
fewer steps, requires AWS interaction
- Make sure you have upgraded to the latest version of the CLI v0.1.1 or later
yarn global upgrade fume-cli
npm update -g fume-cli
- Delete all existing environments
- You may need to delete any mapped domains
- Go to the IAM section of your AWS account and navigate to the
fume-role
- Edit the policy (JSON), copy and paste the updated role here
- Save the policy (you will notice we now ask for ECR permissions)
- Re-create your environments and deploy!