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 4c873c1 commit 7685a41Copy full SHA for 7685a41
.github/workflows/ec2-new-pipeline.yml
@@ -28,8 +28,8 @@ 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-0fbe8e58586843342"
32
- ec2_instance_ttl: 10 # Optional - (default is 60 minutes)
+ ec2_security_group_id: "sg-0670dbbbe310e8f04"
+ ec2_instance_ttl: 1 # 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
35
[
0 commit comments