greeter-cdk icon indicating copy to clipboard operation
greeter-cdk copied to clipboard

A few questions

Open oren opened this issue 5 years ago • 2 comments

Thanks for providing a complete example that works!

  1. I would love to do something similar and have my own containers. How can I see the code of the dockerfile and also the actual code that runs inside each containers? I know they are all hosted on dockerhub - https://hub.docker.com/r/nathanpeck/greeter/ but I can't find the code itself.
  2. Can you explain a bit about the design of the system? what's the reason that you have internal LB and also what components were created on AWS? how many EC2s, how many containers, VPCs, subnets, etc?
  3. Is it possible to change the CDK code so it will use Fargate on ECS instead of EC2s?
  4. What is the next step as far as adding more parts? is there a situation where i need to modify stuff in the AWS console or I can continue to use CDK for everything I need?
  5. CloudFormation has a lot of useful features. Are those feature exist in CDK? for example, is CDK transactional? if something went wrong, will CDK roll back the change?

Thank you!

oren avatar Nov 19 '18 18:11 oren