Skip to content

Commit ea2f984

Browse files
test security group
1 parent a59bb99 commit ea2f984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda_function/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
180180
"PING_ROUTE": f"/{ID}/geode/opengeodeweb_back/ping",
181181
"ORIGINS": "https://pegghy.geode-solutions.com",
182182
"SECONDS_BETWEEN_TRIES": 0.25,
183-
"SECURITY_GROUP": "sg-0352ea112857ae7b9",
183+
"SECURITY_GROUP": "sg-02d7a875e41282ee8",
184184
"SUBNET_ID": "subnet-0882d674b17515f6a",
185185
"TASK_DEF_NAME": "PEGGHy-Master",
186186
"VPC_ID": "vpc-0e58c4d6976fb2aac",
@@ -199,7 +199,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
199199
"PING_ROUTE": f"/{ID}/geode/opengeodeweb_back/ping",
200200
"ORIGINS": "https://next.pegghy.geode-solutions.com",
201201
"SECONDS_BETWEEN_TRIES": 0.25,
202-
"SECURITY_GROUP": "sg-0352ea112857ae7b9",
202+
"SECURITY_GROUP": "sg-02d7a875e41282ee8",
203203
"SUBNET_ID": "subnet-0882d674b17515f6a",
204204
"TASK_DEF_NAME": "PEGGHy-Next",
205205
"VPC_ID": "vpc-0e58c4d6976fb2aac",

0 commit comments

Comments
 (0)