Wenbing Li

Results 18 comments of Wenbing Li

I think there are two things in ECS which can help for connection/job draining before the ECS task stopped. - __ELB connection draining__: If ECS service connects to a ELB...

@travis-south I think here is the document to configure ELB connection draining, [ELB Deregistration Delay](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#deregistration-delay). There is no need for a configuration on ECS service side, it will always respect...

It's a good idea. Basically you want to have a default endpoint_url for all service endpoint.

Similar feature request for configuration to all services: https://github.com/wbingli/awscli-plugin-endpoint/issues/16

The whole plugin is to support profile. If you need to use env variable, you may consider directly leverage the aws command line `--endpoint`, such as `aws s3 ls --endpoing...

Thanks a lot for the info. Will update to the README.

Agree on the comment on `build` command as we don't want to stick with one build tool. Let's do `package` only now.

No functional difference. A better name.

Could you add those permissions and have a pull request? Ideally we can use some managed policies to simplify the rules, like `AWSLambdaFullAccess`, `AmazonEC2ContainerServiceFullAccess`. This user is used for creating...