Skip to content

Commit 828d2a9

Browse files
committed
change workflow
1 parent 89e2c21 commit 828d2a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1818
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
19-
aws_iam_role_arn: "arn:aws:iam::REDACTED:role/REDACTED"
19+
# aws_iam_role_arn: "arn:aws:iam::REDACTED:role/REDACTED"
2020
aws_region: "ap-south-1"
2121
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2222
github_action_runner_version: v2.300.2 # Optional (default is latest release)
@@ -27,8 +27,8 @@ jobs:
2727
ec2_ami_id: ami-008fe2fc65df48dac
2828
ec2_root_disk_size_gb: "64" # Optional - (defaults to AMI settings)
2929
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"
30+
# ec2_subnet_id: "SUBNET_ID_REDACTED"
31+
# ec2_security_group_id: "SECURITY_GROUP_ID_REDACTED"
3232
ec2_instance_ttl: 40 # Optional - (default is 60 minutes)
3333
ec2_spot_instance_strategy: SpotOnly # Other options are: None, BestEffort, MaxPerformance
3434
ec2_instance_tags: > # Required for IAM role resource permission scoping

0 commit comments

Comments
 (0)