serverless-domain-manager icon indicating copy to clipboard operation
serverless-domain-manager copied to clipboard

API gateway does not support IP v6

Open isaacl opened this issue 4 years ago • 1 comments
trafficstars

This plugin creates an AAAA record in route 53, but API gateway does not support IP v6 so this record cannot be resolved properly.

isaacl avatar Dec 19 '20 15:12 isaacl

(So should not create an AAAA record)

isaacl avatar Dec 19 '20 15:12 isaacl

Hi @isaacl

In the latest version of the plugin, we have createRoute53IPv6Record which you can use to disable IP v6 creation.

Closing it and feel free to open a new one in case any issue

rddimon avatar Aug 17 '22 18:08 rddimon