Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Nov 4, 2024
1 parent 6b8b9d7 commit 7a8a7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ec2-new-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
ec2_ami_id: ami-06bf4022fa9e0886f
ec2_root_disk_size_gb: "64" # Optional - (defaults to AMI settings)
ec2_root_disk_ebs_class: "gp2" # Optional - Only used with custom volume root size (defaults to gp2)
ec2_subnet_id: "vpc-0bee66831ea737000"
ec2_security_group_id: "sg-014c43a9f35f81b10"
ec2_subnet_id: "subnet-0bd682e0d0c12e92c"
ec2_security_group_id: sg-014c43a9f35f81b10
ec2_instance_ttl: 10 # Optional - (default is 60 minutes)
ec2_spot_instance_strategy: SpotOnly # Other options are: None, BestEffort, MaxPerformance
ec2_instance_tags: > # Required for IAM role resource permission scoping
Expand Down

0 comments on commit 7a8a7be

Please sign in to comment.