How to disable default endpoint in AWS appsync

0

I have created a custom domain for appsync api and now I want to disable the default endpoint. Is there any work around to disable it?

feita há 2 anos366 visualizações
1 Resposta
1
Resposta aceita

Hi, @sgupta07

Unfortunately, AppSync doesn't have the ability to disable the default endpoint like API Gateway does.

I came up with an alternative. (But not perfect)

You can assign AWS WAF ACLs to AppSync.
Using this mechanism, you can block access by directly specifying the default domain by blocking if the "host" header is not a custom domain in the WAF rule.

https://docs.aws.amazon.com/appsync/latest/devguide/WAF-Integration.html

profile picture
ESPECIALISTA
iwasa
respondido há 2 anos
  • Thank you @iwasa. This solution seems to to block the default endpoint. Why do you think it's not perfect?

  • Cases controlled by the host header can also be called by requesting the default endpoint by sending a custom domain in the host header at the time of request.

  • @iwasa. I'm sorry for asking again. Is there any way we can make the host header secure? So that default endpoint can't be accessed.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas