R rickKoch New Member May 18, 2021 #1 Is there any AWS CloudFormation template to create new ec2 instances whenever I need it, or any AWS cdk examples?
Is there any AWS CloudFormation template to create new ec2 instances whenever I need it, or any AWS cdk examples?
Max Administrator Staff member May 19, 2021 #2 Good day. rickKoch said: Is there any AWS CloudFormation template to create new ec2 instances whenever I need it, or any AWS cdk examples? Click to expand... Not yet. There is the ticket WCS-2797 about that, but this is not a priority task. You can use this example from AWS labs with UserData example script from this page modified as you need.
Good day. rickKoch said: Is there any AWS CloudFormation template to create new ec2 instances whenever I need it, or any AWS cdk examples? Click to expand... Not yet. There is the ticket WCS-2797 about that, but this is not a priority task. You can use this example from AWS labs with UserData example script from this page modified as you need.
Max Administrator Staff member Jun 18, 2021 #3 Good day. We added the example CloudFormation template to the docs.