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

[autoscaling.AutoScalingGroup] need protectFromScaleIn option #509

Open
yuichiro12 opened this issue Feb 20, 2020 · 0 comments
Open

[autoscaling.AutoScalingGroup] need protectFromScaleIn option #509

yuichiro12 opened this issue Feb 20, 2020 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@yuichiro12
Copy link

Hi. I found aws.autoscaling.GroupArgs has much more options than awsx.autoscaling.AutoScalingGroupArgs such as protectFromScaleIn.

I'm not happy about using raw aws.autoscaling.Group because I create AutoScalingGroup with ECS Cluster like this:

const cluster = new awsx.ecs.Cluster(...)
const asg = cluster.createAutoScalingGroup(...) // => awsx.autoscaling.AutoScalingGroup
@yuichiro12 yuichiro12 changed the title [awsx.autoscaling.AutoScalingGroup] need protectFromScaleIn option [autoscaling.AutoScalingGroup] need protectFromScaleIn option Feb 20, 2020
@stack72 stack72 self-assigned this Feb 20, 2020
@stack72 stack72 added this to the 0.32 milestone Feb 20, 2020
@stack72 stack72 modified the milestones: 0.32, 0.33 Feb 29, 2020
@leezen leezen removed this from the 0.33 milestone Mar 9, 2020
@mnlumi mnlumi added the kind/enhancement Improvements or new features label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

4 participants