AWS CLI version 2

Do more with AWS CLI version 2

Buddy CI/CD allows you to instantly implement AWS CLI version 2 with 100+ ready to use actions to automate your development and build better apps faster.

Use AWS CLI version 2 in Buddy CI/CD

AWS CLI version 2 - Features, integrations, alternatives & more

What it does

This action executes AWS CLI ver.2 commands. The AWS Command Line Interface (CLI) is a unified tool to manage AWS services. With just one tool to download and configure, it’s possible to control multiple AWS services from the command line and automate them through scripts.

How it works

The action launches a container with preinstalled AWS CLI version 2, which is Ubuntu 18.04. Once launched, it’s already authorized against the AWS account and region provided in the action settings. The container has mounted the pipeline filesystem which contains pulled repository.

  • The action is marked as failed when a command exits with non-zero value
  • If commands change the variable's value, which is marked as settable on the Environment variables tab, the new value will be passed to the next actions
  • Commands are run in the working directory by default, which is a mounted pipelines filesystem
  • The result of the action execution (Artifacts) is saved to the pipeline filesystem and can be deployed by another action

Action preview

Preview AWS CLI version 2 action

Storage Action Features

  • The field Run commands supports multiple commands (one per line), piping commands together, or splitting a single command into multiple lines with \ (backslash) at the end of each line
  • The commands support environment Variables
  • Support for multiple commands, one per line
  • The action can be configured in YAML mode. See AWS CLI version 2 YAML parameters and AWS CLI version 2 YAML config example
  • Buddy's AWS CLI version 2 API is supported
  • The action supports conditional execution: it can be run on each execution, only if there are changes in the repository or specific paths since last execution or if an environment variable has a specific
  • Error handling: you can either stop the execution, mark action and pipeline as failed or proceed the execution, mark action as warning and jump to the next action

More about AWS CLI version 2

1 - 3 (of 156)