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 6b8b9d7 commit 7a8a7beCopy full SHA for 7a8a7be
.github/workflows/ec2-new-pipeline.yml
@@ -27,8 +27,8 @@ jobs:
27
ec2_ami_id: ami-06bf4022fa9e0886f
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: "vpc-0bee66831ea737000"
31
- ec2_security_group_id: "sg-014c43a9f35f81b10"
+ ec2_subnet_id: "subnet-0bd682e0d0c12e92c"
+ ec2_security_group_id: sg-014c43a9f35f81b10
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