Inaccessible host: `cognito-idp.us-east-1.amazonaws.com' at port `443'
How did you install the Amplify CLI?
pnpm
If applicable, what version of Node.js are you using?
v20.13.1
Amplify CLI Version
12.12.3
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
I normally amplify publish -y my web app changes, (no cloud changes), but since yesterday, after cli outputs: Deployment completed. show this error:
Session Identifier: 17d87b65-6294-432d-b7d5-edcd6e86615f
On the second try (amplify publish -y) It works perfectly
Expected behavior
I expected to deploy frontend to hosting manually using amplify publish cli command
Reproduction steps
run :
amplify publish -y in not modified cloud data project (only frontend update)
Project Identifier
No response
Log output
# Put your logs below this line
Additional information
No response
Before submitting, please confirm:
- [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- [X] I have removed any sensitive information from my code snippets and submission.
Hey, thank you for reaching reaching. This appears to be an failure with the network call to the congtio-idp. Marking this as feature request for improvements on the hosting flow to implement a retry mechanism.