Skip to content

A step for Wercker that assumes a role through the AWS CLI.

Notifications You must be signed in to change notification settings

audienceproject/aws-cli-assume-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template

A step for Wercker that assumes a role through the AWS CLI.

Example

steps:
    - audienceproject/aws-cli-assume-role:
        aws-access-key-id: $KEY_OF_USER_THAT_WILL_ASSUME_ROLE
        aws-secret-access-key: $SECRET_OF_USER_THAT_WILL_ASSUME_ROLE
        role-arn: "$ARN_OF_ROLE_TO_ASSUME"

About

A step for Wercker that assumes a role through the AWS CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages