CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

feat: Add `profile-name` Parameter #153

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR adds the profile-name parameter to every job and command in this orb. It enables the use of a name profile defined in the ~/.aws/credentials file in Linux and Mac or %USERPROFILE%\.aws\credentials in Windows with each command.