Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CLI Action

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-instances

Inputs

args

Any sub commands and arguments pass to aws cli

Outputs

None

Author

GY Noh nohmad@gmail.com

LICENSE

MIT License

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages