Replies: 1 comment 6 replies
-
Any hints on whether it is possible with AWS CDK ? |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have the following use case and given
cdk synth
andcdk deploy
I am not sure if it is possible with AWS CDK.I want to create X (where X ~ 100) number of the same objects (i.e., ECS clusters). While bootstrapping of one object is not a problem, I wonder how can I create (or modify) all those objects in a loop, one by one.
This is one scenario:
This is another scenario:
Given that after each change, we have to run
cdk synth
andcdk deploy
is the above scenario possible while using AWS CDK ?(if that matters - I was going to use Golang for that)
Beta Was this translation helpful? Give feedback.
All reactions