<@U01HYQYV1BQ> is the recommended way to add a CLI...
# contributing-to-airbyte
s
@Davin Chia (Airbyte) is the recommended way to add a CLI to the AWS runners to add it to the AMI? I want to add the
aws
cli to the build runner
u
is this for connectors?
u
yes
s
need to add the AWS cli in order to publish build reports to S3
u
would this run only for the connector build?
u
yes
u
then yes, best to include it with the AMI. there is a specific one for the connector builds
u
they use
ami-0a5f6900e1cc7e07e
u
which is the one named
github-self-hosted-runner-ubuntu-20-all-deps
u
instructions in case you haven't done this before: 1. spin up an instance with
ami-0a5f6900e1cc7e07e
ami 2. run the commands to install
aws
cli 3. test pushing to aws works 4. in the ec2 panel select
create image
under the actions tab. I sent ya a screenshot 5. after a couple of mins should see the ami in the ami tab 6. switch the test/publish github workflows to use this ami 7. remove the old ami