feat: add terraform infra as code for AWS fargate (#1987)

This commit is contained in:
dan sweeting
2021-02-23 17:10:33 +00:00
committed by GitHub
parent 347f49b2d4
commit d341ef72aa
10 changed files with 287 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"widgets": [
{
"type": "metric",
"x": 0,
"y": 0,
"width": 18,
"height": 12,
"properties": {
"metrics": ${out_of_stock},
"view": "timeSeries",
"stacked": false,
"region": "${region}",
"start": "-PT1H",
"end": "P0D",
"stat": "Sum",
"period": 300,
"title": "out of stock"
}
},
{
"type": "metric",
"x": 0,
"y": 0,
"width": 18,
"height": 12,
"properties": {
"metrics": ${error},
"view": "timeSeries",
"stacked": false,
"region": "${region}",
"start": "-PT1H",
"end": "P0D",
"stat": "Sum",
"period": 300,
"title": "error"
}
}
]
}