I am facing an interesting situation. WHen I go manually (using aws we console) I can add a rule in my security group allowing incoming connections HTTP on port 80 from the following IPV6 address: 2605:4300:1e00::/40
, but when trying to add it via Cloudformation/sceptre, I get an error:
Resource handler returned message: "CIDR block 2a03:eec0:1d00::/40 is malformed (Service: Ec2, Status Code: 400, Request ID: 0ce4f332-866f-45aa-b032-526337f4e792)" (RequestToken: 20c03c32-2d1e-31b8-5581-461ad89ab0f8, HandlerErrorCode: InvalidRequest)
WHy is that? Any clues?