I'm trying to set up an Next.js app on Amplify with container-based hosting on Fargate, but when I run amplify add hosting
, the only two options I get are Amplify Console
and CloudFront + S3
.
I've already configured the project to enable container-based deployments, but I'm just not presented with the option to do so
Amplify CLI version is v4.41.2 and the container-hosting
plugin is correctly listed in the active plugins
Region is eu-west-1
, the CLI is configured and I've gone through all the steps more than once.
amplify init
amplify configure project
amplify add hosting
Are there any prerequisites, something I missed or don't know of? I can't find anything about it.
According to this video it's only available in US East 1 currently.