Skip to content

Commit

Permalink
update options
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Nov 14, 2024
1 parent ffc5214 commit 245a010
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"runuser -l ec2-user -c 'aws s3 cp /home/ec2-user/ngen-datastream/docker_build_log.txt s3://ciroh-community-ngen-datastream/docker_build_log.txt'"
],
"run_options":{
"ii_delete_volume" : true,
"check_s3" : false
"ii_terminate_instance" : true,
"ii_delete_volume" : true,
"ii_check_s3" : false,
"timeout_s" : 3600
},
"instance_parameters" :
{
"ImageId" : "ami-03b72f226b125860d",
"ImageId" : "ami-07161bb3f4b6e5b6d",
"InstanceType" : "t4g.large",
"KeyName" : "actions_key_arm",
"SecurityGroupIds" : ["sg-0fcbe0c6d6faa0117"],
Expand Down
8 changes: 5 additions & 3 deletions research_datastream/terraform/test/execution_gp_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"runuser -l ec2-user -c 'ls -la'"
],
"run_options":{
"ii_delete_volume" : true,
"check_s3" : false
"ii_terminate_instance" : true,
"ii_delete_volume" : true,
"ii_check_s3" : false,
"timeout_s" : 3600
},
"instance_parameters" :
{
"ImageId" : "ami-03b72f226b125860d",
"ImageId" : "ami-07161bb3f4b6e5b6d",
"InstanceType" : "t4g.nano",
"KeyName" : "actions_key",
"SecurityGroupIds" : ["sg-06f57f883e902d7bc"],
Expand Down

0 comments on commit 245a010

Please sign in to comment.