Skip to content

data-get/aws-cli-orb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CLI Orb CircleCI status

Easily install and configure the AWS CLI in your CircleCI jobs.

Usage

See this orb's listing in CircleCI's Orbs Registry for details on usage, or see below example:

Example

In this example config.yml snippet, the required AWS secrets (Access Key ID, Secret Access Key) are stored, via Contexts, as environment variables in the aws context and then read as default parameter values by the aws-cli/configure command.

version: 2.1

orbs:
  aws-cli: circleci/[email protected]

jobs:
  aws-cli:
    executor: aws-cli/default
    steps:
      - checkout
      - aws-cli/install
      - aws-cli/configure:
          profile-name: example

workflows:
  version: 2
  aws-cli:
    jobs:
      - aws-cli:
          context: aws

About

Install and configure the AWS command-line interface (awscli)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published