-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copilot init fails with MissingEndpoint: 'Endpoint' configuration is required for this service #5040
Comments
@nickpnmrv Umm seems like the AWS SDK is complaining that it cannot resolve the endpoint for SSM. If you have aws-cli installed - are you able to run this command ⬇️ ?
In addition, do you have |
@Lou1415926 both files are there containing aws credentials, here is what I get replaced all the secrets with ***:
'doesn't match a supported format' is probably something that requires a fix? |
@nickpnmrv I think your
The same applies to In addition, I notice that you are using SSO. As of today, unfortunately you have to use legacy SSO in Copilot (see #4359). You can also take a look at this thread to configure a legacy SSO. Once we upgrade our AWS SDK, or once aws/aws-sdk-go#4649 is resolved, you will be able to go back to the recommended SSO config. #4359 contains |
I am following first tutorial on getting started with copilot -> https://docs.aws.amazon.com/AmazonECS/latest/developerguide/getting-started-aws-copilot-cli.html
At the
copilot init
step it fails with the following:Just in case:
How do I even debug it? This failure message is not really helpful
The text was updated successfully, but these errors were encountered: