awslabs / fargatecli

CLI for AWS Fargate
Apache License 2.0
893 stars 114 forks source link

Ability to choose scheme type for the elb #44

Open ksteiny opened 6 years ago

ksteiny commented 6 years ago

We need the elb to be internal vs internet-facing. Could there be a way to specify the scheme in this cmd fargate lb create $ELB_NAME --scheme 'internal'?

vhuhtine commented 6 years ago

We needed this also so here is a pull request. https://github.com/jpignata/fargate/pull/56