File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 github_job_start_ttl_seconds : 60 # Optional - (defaults to 0 disabling this feature)
2525 github_api_retry_delay : 10 # Optional - Delay when polling for runner registration (default is 10 seconds)
2626 ec2_instance_type : g4dn.xlarge
27- ec2_ami_id : ami-008fe2fc65df48dac
27+ ec2_ami_id : ami-06bf4022fa9e0886f
2828 ec2_root_disk_size_gb : " 64" # Optional - (defaults to AMI settings)
2929 ec2_root_disk_ebs_class : " gp2" # Optional - Only used with custom volume root size (defaults to gp2)
3030 # ec2_subnet_id: "SUBNET_ID_REDACTED"
3131 # ec2_security_group_id: "SECURITY_GROUP_ID_REDACTED"
32- ec2_instance_ttl : 40 # Optional - (default is 60 minutes)
32+ ec2_instance_ttl : 10 # Optional - (default is 60 minutes)
3333 ec2_spot_instance_strategy : SpotOnly # Other options are: None, BestEffort, MaxPerformance
3434 ec2_instance_tags : > # Required for IAM role resource permission scoping
3535 [
You can’t perform that action at this time.
0 commit comments