Skip to content

Commit

Permalink
Update execution_gp_arm_docker_buildNtester.json
Browse files Browse the repository at this point in the history
update AMI ID and security group
  • Loading branch information
JordanLaserGit authored Oct 15, 2024
1 parent d01100f commit e9842b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"instance_parameters" :
{
"ImageId" : "ami-09a301e4b1343c098",
"ImageId" : "ami-02801556a781a4499",
"InstanceType" : "t4g.large",
"KeyName" : "actions_key_arm",
"SecurityGroupIds" : ["sg-0ab5f40d1eb97d163"],
"SecurityGroupIds" : ["sg-0fcbe0c6d6faa0117"],
"IamInstanceProfile": {
"Name": "datastream_ec2_profile_github_actions_arm"
},
Expand All @@ -43,4 +43,4 @@
}
]
}
}
}

0 comments on commit e9842b7

Please sign in to comment.