Something went wrong on our end
-
Nuwan Rajika Kumarasiri authored
Since our licensing restrict us from more than 1 instance of Secure Agent, before deploying a new instance existing instance need to be shutdown (after adjusting any resources that depends on that instance). Due to this reason terraform is not part of CI/CD.
Nuwan Rajika Kumarasiri authoredSince our licensing restrict us from more than 1 instance of Secure Agent, before deploying a new instance existing instance need to be shutdown (after adjusting any resources that depends on that instance). Due to this reason terraform is not part of CI/CD.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
container.tpl 466 B
[
{
"name": "${container_name}",
"image": "${image_name}",
"cpu": ${fargate_cpu},
"memory": ${fargate_memory},
"networkMode": "${network_mode}",
"portMappings": [
{
"containerPort": ${app_port1},
"hostPort": ${app_port1}
},
{
"containerPort": ${app_port2},
"hostPort": ${app_port2}
},
{
"containerPort": ${app_port3},
"hostPort": ${app_port3}
}
]
}
]