Guest User

params.json

a guest
Nov 7th, 2023
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | Source Code | 0 0
  1. {
  2.   "Parameters": {
  3.     "AddonsTemplateURL": "",
  4.     "AppName": "<app-name>",
  5.     "ContainerImage": "",
  6.     "ContainerPort": "8000",
  7.     "EnvFileARN": "",
  8.     "EnvName": "staging",
  9.     "LogRetention": "30",
  10.     "TargetContainer": "survey-api",
  11.     "TargetPort": "8000",
  12.     "TaskCPU": "256",
  13.     "TaskCount": "1",
  14.     "TaskMemory": "512",
  15.     "WorkloadName": "survey-api"
  16.   },
  17.   "Tags": {
  18.     "copilot-application": "<app-name>",
  19.     "copilot-environment": "staging",
  20.     "copilot-service": "survey-api"
  21.   }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment