1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
This update seems to allow Lambda connected to VPC to use IPv6, but is your Lambda connected to VPC?
https://aws.amazon.com/about-aws/whats-new/2023/10/aws-lambda-ipv6-outbound-connections-vpc/?nc1=h_ls
Relevant content
- Accepted Answerasked a year ago
- asked 5 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 8 months ago
Of course :) and I can see "Allow IPv6 traffic = true" in the VPC config of the lambda
The code below is in Python, but in that case I was able to obtain IPv6. Therefore, you can check the IPv6 address with Lambda as well.
Is IPv6 linked to VPC?