Home > Software engineering >  Set the minimum TLS version as 1.2 for API Gateway
Set the minimum TLS version as 1.2 for API Gateway

Time:05-26

I have api gateway for lambda such as

https://x6c5e11xkc.execute-api.ap-northeast-1.amazonaws.com/prod/c

Now I want to set this TLS for more than 1.2 only.

I found the document here below, but I am not sure what the custom-domain... my url is custom-domain???

Create ACM certificate

Create Custom domain and assign an ACM Certificate

Create Custom domain and assign an ACM Certificate

Finally, Select the API Mappings Tab and configure the API mappings, select API and stage.

API Mappings API Mappings

Make sure that you configure your DNS to point to the API Gateway Domain name, you can use Route53 for example and add a new A (ALIAS) record.

I hope this information may be helpful

  • Related