Please add support for eu-west-3 (Paris) region.
Hello @mimccio, Amplify JS interacts with the Amplify CLI. Are you calling out for support within the CLI? Please let us know. cc @renebrandel for awareness.
Hi @sammartinez,
Yes when we initiate a new amplify project in the CLI there is no choice for eu-west-3.
Thanks :)
I have setup a project with a profile in eu-west-3. All the project has been created in the correct region. But when i tried to deploy it with the Amplify Console the build failed with message : "Amplify service is not available in the region eu-west-3"
# Starting phase: build
# Executing command: amplifyPush --simple
2020-12-22T14:44:56.572Z [INFO]:
2020-12-22T14:44:56.574Z [INFO]: [0mFor more information on AWS Profiles, see:[0m
[0mhttps://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html[0m
[31mAmplify service is not available in the region eu-west-3[39m
2020-12-22T14:44:56.575Z [INFO]: [31mFailed to pull the backend.[39m
2020-12-22T14:44:56.577Z [INFO]: [31mAmplify service is not available in the region eu-west-3[39m
2020-12-22T14:44:56.579Z [INFO]: [0mError: Amplify service is not available in the region eu-west-3[0m
[0m at Object.run (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/node_modules/amplify-provider-awscloudformation/src/attach-backend.js:63:11)[0m
[0m at processTicksAndRejections (internal/process/task_queues.js:97:5)[0m
[0m at Object.attachBackend (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/node_modules/amplify-provider-awscloudformation/src/index.ts:37:3)[0m
[0m at Object.queryProvider (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/src/attach-backend-steps/a10-queryProvider.ts:12:3)[0m
[0m at Object.attachBackend (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/src/attach-backend.ts:20:5)[0m
[0m at Object.exports.run (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/src/commands/pull.ts:57:5)[0m
[0m at Object.executeAmplifyCommand (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/src/index.ts:256:5)[0m
[0m at executePluginModuleCommand (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/src/execution-manager.ts:181:3)[0m
[0m at Object.executeCommand (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/src/execution-manager.ts:28:5)[0m
[0m at Object.run (/root/.nvm/versions/node/v12.19.0/lib/node_modules/@aws-amplify/cli/src/index.ts:105:5)[0m
2020-12-22T14:44:56.596Z [ERROR]: !!! Build failed
2020-12-22T14:44:56.597Z [ERROR]: !!! Non-Zero Exit Code detected
2020-12-22T14:44:56.597Z [INFO]: # Starting environment caching...
2020-12-22T14:44:56.597Z [INFO]: # Environment caching completed
Terminating logging...
Most helpful comment
Hi @sammartinez,
Yes when we initiate a new amplify project in the CLI there is no choice for eu-west-3.
Thanks :)