deploy_core_stack="True" # Essential Props account_number="" aws_region="" ################################################################################ # param to be set when deploy_core_stack = True, False ################################################################################ # Core Stack Props vpc_cidr="10.0.0.0/16" ecs_cluster_name="ecs-blueprint-infra" namespaces="default" enable_nat_gw="True" az_count="3" # Backend Service Props container_image="public.ecr.aws/aws-containers/ecsdemo-nodejs" container_name="ecsdemo-backend" container_port="3000" task_cpu="256" task_memory="512" desired_count="3" service_name="ecsdemo-backend" ################################################################################ # param to be set when deploy_core_stack = False ################################################################################ ## ECS cluster Props ecs_task_execution_role_arn="" vpc_name="ecs-blueprint-infra-vpc" # Service discovery Props namespace_name="default.ecs-blueprint-infra.local" namespace_arn="" namespace_id=""