You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project (App ID: d3e09syp3jtf2a) has been using AWS Amplify console for CI/CD for years.
Yesterday we experienced a series of failures to deploy and found "Backend Build" phase failed with below error:
# Patching NPM package '@aws-amplify/cli' from 10.5.2 to 13.0.0...
/root/.amplify/bin/amplify: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by /root/.amplify/bin/amplify)
Today I clicked Redeploy button on failed Deployment and it just worked ok with previous version:
# Patching NPM package '@aws-amplify/cli' from 10.5.2 to 12.14.4...
I believe we have no control on which version of CLI to use, some kind explanation will be appreciated.
Amplify CLI Version
13.0.0
Question
Our project (App ID: d3e09syp3jtf2a) has been using
AWS Amplifyconsole for CI/CD for years.Yesterday we experienced a series of failures to deploy and found "Backend Build" phase failed with below error:
Today I clicked
Redeploybutton on failed Deployment and it just worked ok with previous version:I believe we have no control on which version of CLI to use, some kind explanation will be appreciated.