deploy_core_stack="True" # Essential Props account_number="" aws_region="" repository_owner="" ################################################################################ # 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" # CICD Service Props buildspec_path="./application-code/ecsdemo-cicd/buildspec.yml" ecr_repository_name="ecsdemo-cicd" container_image="nginx" container_name="ecsdemo-cicd" container_port="80" task_cpu="256" task_memory="512" desired_count="3" service_name="ecsdemo-cicd" ## Repository props folder_path="./application-code/ecsdemo-cicd/." repository_name="ecs-blueprints" repository_branch="main" github_token_secret_name="ecs-github-token" ################################################################################ # 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=""