-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(aws_ecs): Daemon Scheduling Strategy on ECS Service #32538
Comments
Hi @driverpt , thanks for reaching out. Not really sure how you are doing it but I found out this has been mentioned in AWS DOCS as well as in this sage post.
However it would be great if you could share minimum self contained issue reproduction code. |
Hello, I'm trying to deploy on an
Would be great if you added support for this property in the L2 Construct |
Hi @driverpt , thanks for responding back. Looks like this issue is more of a feature request , so I would be converting this to FR. Searching in the Cloduformation docs, I assume this is what you are trying to request regarding the
Marking this as P2 as there is a workaround to use [L1 construct].(https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs.CfnService.html#schedulingstrategy) Contributions from community are welcome. Hope that makes sense and is helpful. Let me know if something is misinterpreted. |
Describe the bug
As title says
Regression Issue
Last Known Working CDK Version
2.173.1
Expected Behavior
To be able to set Daemon Scheduling Strategy
Current Behavior
Not able to set Daemon Scheduling Strategy
Reproduction Steps
Create any deriving type of
IService
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.173.1 (build 4eac959)
Framework Version
No response
Node.js Version
22
OS
MacOS
Language
TypeScript
Language Version
~5.5.3
Other information
No response
The text was updated successfully, but these errors were encountered: