From 6fe25bfb0555b879d3597ffcf75eb7c0fb675c0a Mon Sep 17 00:00:00 2001 From: Jordan Laser Date: Mon, 30 Sep 2024 12:25:21 -0600 Subject: [PATCH] fix ami --- research_datastream/terraform/test/execution_gp_test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/research_datastream/terraform/test/execution_gp_test.json b/research_datastream/terraform/test/execution_gp_test.json index bf659c0d..f7c15e9f 100644 --- a/research_datastream/terraform/test/execution_gp_test.json +++ b/research_datastream/terraform/test/execution_gp_test.json @@ -8,10 +8,10 @@ }, "instance_parameters" : { - "ImageId" : "ami-041f4ef35649c11b0", + "ImageId" : "ami-00e73ddc3a6fc7dfe", "InstanceType" : "t4g.nano", "KeyName" : "actions_key", - "SecurityGroupIds" : ["sg-049e002d41bce813c"], + "SecurityGroupIds" : ["sg-06f57f883e902d7bc"], "IamInstanceProfile": { "Name": "datastream_ec2_profile_github_actions" },