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 - custom timeouts are not propagated to child resources #530

Open
clstokes opened this issue May 7, 2020 · 0 comments
Open
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@clstokes
Copy link
Contributor

clstokes commented May 7, 2020

customTimeouts set on awsx.autoscaling.AutoScalingLaunchConfiguration and awsx.autoscaling.AutoScalingGroup are not propagated to theaws.cloudformation.Stack and aws.ec2.LaunchConfiguration child resources.

const launchConfiguration = new awsx.autoscaling.AutoScalingLaunchConfiguration("main", vpc, {
    // ...
}, { customTimeouts: { create: "45m", update: "45m" } });

const asg = new awsx.autoscaling.AutoScalingGroup("main", {
    // ...
}, { customTimeouts: { create: "45m", update: "45m" } });
@leezen leezen added the kind/bug Some behavior is incorrect or out of spec label May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants