Skip to content

Commit

Permalink
update runner ami to include aws cli (#19949)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-phu authored Nov 30, 2022
1 parent 975f1be commit 39ac1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ inputs:
github-token:
required: true
ec2-image-id:
# https://internal-docs.airbyte.io/Things-To-Know/Build-Runner-Images#ami-05b3422b3649a6911
default: "ami-05b3422b3649a6911"
# https://internal-docs.airbyte.io/Things-To-Know/Build-Runner-Images#ami-017f6fe645968f7e0
default: "ami-017f6fe645968f7e0"
required: true
ec2-instance-type:
default: "c5.2xlarge"
Expand Down

0 comments on commit 39ac1ca

Please sign in to comment.