Replies: 2 comments
-
Our L3 patterns don't make it easy to make some configurations - this is by design as higher level constructs. I'm pretty certain there's a feature request open for this now, but if you can't configure what you desire with the L3 then we recommend dropping down to L2s for more strict control |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to incorporate Fargate and fagate spot capacity providers into my ECS cluster and automate them as code. But the ApplicationLoadBalancedFargateService by itself creates an object of FargateService which has no property that supports the capacity provider strategy attribute of fargate service. Using the service method exposed I got a copy of the created object. Since there were no getters or setters for the capacity_provider_strategies attribute of the fagateService and so I could not set the capacity_provider_strategies attribute of that object. Is there a way to overcome this issue?
Beta Was this translation helpful? Give feedback.
All reactions