From 5202fbbc208d6b8edc7e8c9ffab06bb7170d3e29 Mon Sep 17 00:00:00 2001 From: Carter McKinnon Date: Tue, 12 Dec 2023 11:24:10 -0800 Subject: [PATCH] Fix partition in VPC CNI IPv6 inline policy --- kubetest2/internal/deployers/eksapi/cloudformation/infra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubetest2/internal/deployers/eksapi/cloudformation/infra.yaml b/kubetest2/internal/deployers/eksapi/cloudformation/infra.yaml index ad4a7608b..07b0d24ee 100644 --- a/kubetest2/internal/deployers/eksapi/cloudformation/infra.yaml +++ b/kubetest2/internal/deployers/eksapi/cloudformation/infra.yaml @@ -476,7 +476,7 @@ Resources: "ec2:CreateTags" ], "Resource": [ - "arn:aws:ec2:*:*:network-interface/*" + "arn:*:ec2:*:*:network-interface/*" ] } ]