Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Elastic Beanstalk CLI tool #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benyanke
Copy link

I'd like to propose adding the Elastic Beanstalk CLI tool in addition to the main AWS tool. This allows this to be used for other types of AWS deployments.

Thoughts?

@karlkfi
Copy link
Contributor

karlkfi commented Jan 25, 2018

Tempting, but not really one of my top 5 AWS tools... Are there other CLIs for other AWS tools that aren't included in the aws-cli? How many are missing here? Is elastic beanstalk even something many people are using anymore given that there was ECS, ECS for K8s, and Fargate? Do those have different CLIs (other than k8s, which seems out of scope)?

@benyanke
Copy link
Author

Is elastic beanstalk even something many people are using anymore given that there was ECS, ECS for K8s, and Fargate?

I'm most familiar with Beanstalk, but it certainly seems relevant, considering beanstalk can be used as an abstraction to manage an ECS cluster. I know EB is still under active development from AWS, I use it daily. It is indeed a distinct tool from the AWS CLI, offering it's own simplified syntax (one line deployment with git commit && eb deploy), which as you touch on, can also be used to manage an ECS cluster.

TLDR: Maybe it's just me, but this seems like something that would be useful to add.

@danielcompton
Copy link

danielcompton commented Apr 11, 2018

I'd also find this useful to have, there doesn't seem to be a 'trusted' source for the Elastic Beanstalk CLI, it'd be nice to have one from Mesosphere who are a well known community member. I've forked this repo with this PR to build https://hub.docker.com/r/danielcompton/aws-eb-cli for now.

danielcompton added a commit to danielcompton/aws-eb-cli that referenced this pull request Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants