YAML for AWS CLI 2
Execute AWS CLI v2 commands with integration-based authentication.
YAML examples for AWS CLI 2
AWS CLI v2 commands
yaml- action: "Run AWS CLI v2 command" type: "AWS_CLI_2" trigger_time: "ON_EVERY_EXECUTION" shell: "SH" setup_commands: "apt-get update && apt-get -y install git" commands: aws s3 ls region: "us-west-2" integration: "my_integration"