From 03fb998d03e780c188d5ef4618f87092b70c4b81 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Apr 2024 13:39:12 +0000 Subject: [PATCH 1/2] chore: upgrade network ACL allow-lists Updated the network ACL allow-lists from authoritative sources. Signed-off-by: github-actions --- resources/vpc-allow-lists/github.api-IPv4.txt | 3 ++- resources/vpc-allow-lists/github.git-IPv4.txt | 4 +++- resources/vpc-allow-lists/github.web-IPv4.txt | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/vpc-allow-lists/github.api-IPv4.txt b/resources/vpc-allow-lists/github.api-IPv4.txt index 68beef3fc..31c1d6d0d 100644 --- a/resources/vpc-allow-lists/github.api-IPv4.txt +++ b/resources/vpc-allow-lists/github.api-IPv4.txt @@ -13,4 +13,5 @@ 20.233.83.146/32 20.29.134.17/32 20.199.39.228/32 -4.208.26.200/32 \ No newline at end of file +4.208.26.200/32 +20.26.156.210/32 \ No newline at end of file diff --git a/resources/vpc-allow-lists/github.git-IPv4.txt b/resources/vpc-allow-lists/github.git-IPv4.txt index 469644dd1..f301afd20 100644 --- a/resources/vpc-allow-lists/github.git-IPv4.txt +++ b/resources/vpc-allow-lists/github.git-IPv4.txt @@ -14,6 +14,7 @@ 20.29.134.23/32 20.199.39.232/32 4.208.26.197/32 +20.26.156.215/32 20.201.28.152/32 20.205.243.160/32 20.87.245.4/32 @@ -25,4 +26,5 @@ 20.233.83.149/32 20.29.134.19/32 20.199.39.227/32 -4.208.26.198/32 \ No newline at end of file +4.208.26.198/32 +20.26.156.214/32 \ No newline at end of file diff --git a/resources/vpc-allow-lists/github.web-IPv4.txt b/resources/vpc-allow-lists/github.web-IPv4.txt index 100d904a1..12af23bf5 100644 --- a/resources/vpc-allow-lists/github.web-IPv4.txt +++ b/resources/vpc-allow-lists/github.web-IPv4.txt @@ -13,4 +13,5 @@ 20.233.83.145/32 20.29.134.23/32 20.199.39.232/32 -4.208.26.197/32 \ No newline at end of file +4.208.26.197/32 +20.26.156.215/32 \ No newline at end of file From 3ee63859546711a207271c83f77e7eb90c80bb2e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Apr 2024 13:44:43 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions --- .../_limited-internet-access.test.ts.snap | 48 ++-- .../__snapshots__/construct-hub.test.ts.snap | 246 +++++++++--------- 2 files changed, 159 insertions(+), 135 deletions(-) diff --git a/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap b/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap index 5df4f3826..f288913ff 100644 --- a/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap +++ b/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap @@ -926,7 +926,7 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7": { + "githubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -966,6 +966,9 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.248.137.49/32", }, + { + "Cidr": "20.26.156.210/32", + }, { "Cidr": "20.27.177.116/32", }, @@ -979,12 +982,12 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` "Cidr": "4.208.26.200/32", }, ], - "MaxEntries": 16, + "MaxEntries": 17, "PrefixListName": "github.api.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7092D4B21": { + "githubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedcA55A3D61": { "Properties": { "GroupDescription": "TestStack/github.api-IPv4", "Tags": [ @@ -999,19 +1002,19 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroup", }, - "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7toTestStackgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7443DA3081A8": { + "githubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedctoTestStackgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc443894B7F93": { "Properties": { "Description": "to github.api (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7", + "githubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7092D4B21", + "githubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedcA55A3D61", "GroupId", ], }, @@ -1020,7 +1023,7 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8": { + "githubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf5": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -1084,6 +1087,12 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.248.137.50/32", }, + { + "Cidr": "20.26.156.214/32", + }, + { + "Cidr": "20.26.156.215/32", + }, { "Cidr": "20.27.177.113/32", }, @@ -1109,12 +1118,12 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` "Cidr": "4.208.26.198/32", }, ], - "MaxEntries": 28, + "MaxEntries": 30, "PrefixListName": "github.git.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d84DB90A96": { + "githubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57FB1255B": { "Properties": { "GroupDescription": "TestStack/github.git-IPv4", "Tags": [ @@ -1129,19 +1138,19 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroup", }, - "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8toTestStackgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8443A1506F1C": { + "githubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf5toTestStackgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf54439F1F7751": { "Properties": { "Description": "to github.git (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8", + "githubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf5", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d84DB90A96", + "githubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57FB1255B", "GroupId", ], }, @@ -1150,7 +1159,7 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232": { + "githubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -1190,6 +1199,9 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.248.137.48/32", }, + { + "Cidr": "20.26.156.215/32", + }, { "Cidr": "20.27.177.113/32", }, @@ -1203,12 +1215,12 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` "Cidr": "4.208.26.197/32", }, ], - "MaxEntries": 16, + "MaxEntries": 17, "PrefixListName": "github.web.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc23295795E95": { + "githubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a9BCAB42B": { "Properties": { "GroupDescription": "TestStack/github.web-IPv4", "Tags": [ @@ -1223,19 +1235,19 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroup", }, - "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232toTestStackgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2324434BBD4DB2": { + "githubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97atoTestStackgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a4436A7402CE": { "Properties": { "Description": "to github.web (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232", + "githubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc23295795E95", + "githubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a9BCAB42B", "GroupId", ], }, diff --git a/src/__tests__/__snapshots__/construct-hub.test.ts.snap b/src/__tests__/__snapshots__/construct-hub.test.ts.snap index 08bbcb410..608c2b6d9 100644 --- a/src/__tests__/__snapshots__/construct-hub.test.ts.snap +++ b/src/__tests__/__snapshots__/construct-hub.test.ts.snap @@ -56622,21 +56622,21 @@ Direct link to function: /lambda/home#/functions/", "","", { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc666850F4", "GroupId", ], }, "","", { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57723A99F", "GroupId", ], }, "","", { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97aF8C6EAA2", "GroupId", ], }, @@ -62423,19 +62423,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc666850F4", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57723A99F", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97aF8C6EAA2", "GroupId", ], }, @@ -62504,19 +62504,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc666850F4", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57723A99F", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97aF8C6EAA2", "GroupId", ], }, @@ -62608,19 +62608,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc666850F4", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57723A99F", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97aF8C6EAA2", "GroupId", ], }, @@ -65125,19 +65125,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc666850F4", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57723A99F", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97aF8C6EAA2", "GroupId", ], }, @@ -66145,50 +66145,7 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7": { - "Properties": { - "GroupDescription": "Test/ConstructHub/github.api-IPv4", - "SecurityGroupIngress": [ - { - "CidrIp": { - "Fn::GetAtt": [ - "ConstructHubVPC16ECCEA2", - "CidrBlock", - ], - }, - "Description": { - "Fn::Join": [ - "", - [ - "from ", - { - "Fn::GetAtt": [ - "ConstructHubVPC16ECCEA2", - "CidrBlock", - ], - }, - ":443", - ], - ], - }, - "FromPort": 443, - "IpProtocol": "tcp", - "ToPort": 443, - }, - ], - "Tags": [ - { - "Key": "Name", - "Value": "github.api.IPv4", - }, - ], - "VpcId": { - "Ref": "ConstructHubVPC16ECCEA2", - }, - }, - "Type": "AWS::EC2::SecurityGroup", - }, - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7FEC7A318": { + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc1AF46045": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -66228,6 +66185,9 @@ function handler(event) { { "Cidr": "20.248.137.49/32", }, + { + "Cidr": "20.26.156.210/32", + }, { "Cidr": "20.27.177.116/32", }, @@ -66241,24 +66201,67 @@ function handler(event) { "Cidr": "4.208.26.200/32", }, ], - "MaxEntries": 16, + "MaxEntries": 17, "PrefixListName": "github.api.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7toTestConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7443501A46C1": { + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc666850F4": { + "Properties": { + "GroupDescription": "Test/ConstructHub/github.api-IPv4", + "SecurityGroupIngress": [ + { + "CidrIp": { + "Fn::GetAtt": [ + "ConstructHubVPC16ECCEA2", + "CidrBlock", + ], + }, + "Description": { + "Fn::Join": [ + "", + [ + "from ", + { + "Fn::GetAtt": [ + "ConstructHubVPC16ECCEA2", + "CidrBlock", + ], + }, + ":443", + ], + ], + }, + "FromPort": 443, + "IpProtocol": "tcp", + "ToPort": 443, + }, + ], + "Tags": [ + { + "Key": "Name", + "Value": "github.api.IPv4", + }, + ], + "VpcId": { + "Ref": "ConstructHubVPC16ECCEA2", + }, + }, + "Type": "AWS::EC2::SecurityGroup", + }, + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedctoTestConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc4430D1B4F9E": { "Properties": { "Description": "to github.api (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7FEC7A318", + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc1AF46045", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", + "ConstructHubgithubapiIPv4d22df9d6fae95afaa04ababe0310d67a9d47aedc666850F4", "GroupId", ], }, @@ -66267,7 +66270,50 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d87E801208": { + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57723A99F": { + "Properties": { + "GroupDescription": "Test/ConstructHub/github.git-IPv4", + "SecurityGroupIngress": [ + { + "CidrIp": { + "Fn::GetAtt": [ + "ConstructHubVPC16ECCEA2", + "CidrBlock", + ], + }, + "Description": { + "Fn::Join": [ + "", + [ + "from ", + { + "Fn::GetAtt": [ + "ConstructHubVPC16ECCEA2", + "CidrBlock", + ], + }, + ":443", + ], + ], + }, + "FromPort": 443, + "IpProtocol": "tcp", + "ToPort": 443, + }, + ], + "Tags": [ + { + "Key": "Name", + "Value": "github.git.IPv4", + }, + ], + "VpcId": { + "Ref": "ConstructHubVPC16ECCEA2", + }, + }, + "Type": "AWS::EC2::SecurityGroup", + }, + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf597E8E39C": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -66331,6 +66377,12 @@ function handler(event) { { "Cidr": "20.248.137.50/32", }, + { + "Cidr": "20.26.156.214/32", + }, + { + "Cidr": "20.26.156.215/32", + }, { "Cidr": "20.27.177.113/32", }, @@ -66356,67 +66408,24 @@ function handler(event) { "Cidr": "4.208.26.198/32", }, ], - "MaxEntries": 28, + "MaxEntries": 30, "PrefixListName": "github.git.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF": { - "Properties": { - "GroupDescription": "Test/ConstructHub/github.git-IPv4", - "SecurityGroupIngress": [ - { - "CidrIp": { - "Fn::GetAtt": [ - "ConstructHubVPC16ECCEA2", - "CidrBlock", - ], - }, - "Description": { - "Fn::Join": [ - "", - [ - "from ", - { - "Fn::GetAtt": [ - "ConstructHubVPC16ECCEA2", - "CidrBlock", - ], - }, - ":443", - ], - ], - }, - "FromPort": 443, - "IpProtocol": "tcp", - "ToPort": 443, - }, - ], - "Tags": [ - { - "Key": "Name", - "Value": "github.git.IPv4", - }, - ], - "VpcId": { - "Ref": "ConstructHubVPC16ECCEA2", - }, - }, - "Type": "AWS::EC2::SecurityGroup", - }, - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8toTestConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8443D9751789": { + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf5toTestConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf54438A25AB1E": { "Properties": { "Description": "to github.git (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d87E801208", + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf597E8E39C", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", + "ConstructHubgithubgitIPv49c95d55860e338eb8854f5eea432b3af78c92cf57723A99F", "GroupId", ], }, @@ -66425,7 +66434,7 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2328A4E57C2": { + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a1FFAB6F8": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -66465,6 +66474,9 @@ function handler(event) { { "Cidr": "20.248.137.48/32", }, + { + "Cidr": "20.26.156.215/32", + }, { "Cidr": "20.27.177.113/32", }, @@ -66478,12 +66490,12 @@ function handler(event) { "Cidr": "4.208.26.197/32", }, ], - "MaxEntries": 16, + "MaxEntries": 17, "PrefixListName": "github.web.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41": { + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97aF8C6EAA2": { "Properties": { "GroupDescription": "Test/ConstructHub/github.web-IPv4", "SecurityGroupIngress": [ @@ -66526,19 +66538,19 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroup", }, - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232toTestConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2324433C136B7B": { + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97atoTestConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a44373D21CFA": { "Properties": { "Description": "to github.web (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2328A4E57C2", + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97a1FFAB6F8", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", + "ConstructHubgithubwebIPv4ed092a6028f8b63d3b45a58e38156d782533c97aF8C6EAA2", "GroupId", ], },