This action makes the command aws available for you to run with any sub commands and arguments
- uses: aws-actions/configure-aws-credentials@v3
name: Configure AWS Credentials
with:
role-to-assume: ROLE_ARN
aws-region: REGION
- name: Run aws command
uses: nohmad/aws-cli-action@master
with:
args: ec2 describe-instancesAny sub commands and arguments pass to aws cli
None
GY Noh nohmad@gmail.com
MIT License