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 4ecb273 commit 6b8b9d7Copy full SHA for 6b8b9d7
.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: "SUBNET_ID_REDACTED"
31
- # ec2_security_group_id: "SECURITY_GROUP_ID_REDACTED"
+ ec2_subnet_id: "vpc-0bee66831ea737000"
+ 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