Skip to content

Commit e6144a4

Browse files
committed
change workflow
1 parent 350cb5e commit e6144a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ec2-new-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ jobs:
1313
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1414
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1515
aws_iam_role_arn: "arn:aws:iam::REDACTED:role/REDACTED"
16-
aws_region: "us-west-2"
16+
aws_region: "ap-south-1"
1717
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1818
github_action_runner_version: v2.300.2 # Optional (default is latest release)
1919
github_action_runner_extra_cli_args: "--disableupdate" # Extra cli args for runner startup command
2020
github_job_start_ttl_seconds: 60 # Optional - (defaults to 0 disabling this feature)
2121
github_api_retry_delay: 10 # Optional - Delay when polling for runner registration (default is 10 seconds)
22-
ec2_instance_type: c5.4xlarge
22+
ec2_instance_type: g4dn.xlarge
2323
ec2_ami_id: ami-008fe2fc65df48dac
24-
ec2_root_disk_size_gb: "100" # Optional - (defaults to AMI settings)
24+
ec2_root_disk_size_gb: "64" # Optional - (defaults to AMI settings)
2525
ec2_root_disk_ebs_class: "gp2" # Optional - Only used with custom volume root size (defaults to gp2)
2626
ec2_subnet_id: "SUBNET_ID_REDACTED"
2727
ec2_security_group_id: "SECURITY_GROUP_ID_REDACTED"
2828
ec2_instance_ttl: 40 # Optional - (default is 60 minutes)
29-
ec2_spot_instance_strategy: MaxPerformance # Other options are: None, BestEffort, MaxPerformance
29+
ec2_spot_instance_strategy: SpotOnly # Other options are: None, BestEffort, MaxPerformance
3030
ec2_instance_tags: > # Required for IAM role resource permission scoping
3131
[
3232
{"Key": "Owner", "Value": "deploybot"}

0 commit comments

Comments
 (0)