Skip to content

Instantly share code, notes, and snippets.

@sombriks
Created July 13, 2023 19:31
Show Gist options
  • Save sombriks/7e21623a3751c1634b91d701db260795 to your computer and use it in GitHub Desktop.
Save sombriks/7e21623a3751c1634b91d701db260795 to your computer and use it in GitHub Desktop.
{
"serviceName": "log-broker-service",
"cluster": "log-broker-cluster",
"taskDefinition": "log-broker-task:8",
"desiredCount": 1,
"launchType": "FARGATE",
"platformVersion": "LATEST",
"networkConfiguration": {
"awsvpcConfiguration": {
"subnets": [
"subnet-<minhas subnets 1>",
"subnet-<minhas subnets 2>",
"subnet-<minhas subnets 3>"
],
"securityGroups": [
"sg-<meu scurity group>"
],
"assignPublicIp": "ENABLED"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment