We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8a7be commit 31342f7Copy full SHA for 31342f7
.github/workflows/ec2-new-pipeline.yml
@@ -28,7 +28,7 @@ jobs:
28
ec2_root_disk_size_gb: "64" # Optional - (defaults to AMI settings)
29
ec2_root_disk_ebs_class: "gp2" # Optional - Only used with custom volume root size (defaults to gp2)
30
ec2_subnet_id: "subnet-0bd682e0d0c12e92c"
31
- ec2_security_group_id: sg-014c43a9f35f81b10
+ ec2_security_group_id: "sg-0fbe8e58586843342"
32
ec2_instance_ttl: 10 # Optional - (default is 60 minutes)
33
ec2_spot_instance_strategy: SpotOnly # Other options are: None, BestEffort, MaxPerformance
34
ec2_instance_tags: > # Required for IAM role resource permission scoping
0 commit comments