Guest User

Untitled

a guest
Sep 3rd, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. Unable to stop tasks
  2. [
  3. {
  4. "startedAt": 1535964643626,
  5. "createdAt": 1535964604470,
  6. "stoppedAt": null,
  7. "executionStoppedAt": null,
  8. "pullStoppedAt": 1535964643626,
  9. "containerInstanceArn": "arn:aws:ecs:ap-southeast-2:053536866507:container-instance/604624f3-0b45-4134-befc-e7c81aef36d4",
  10. "memory": "1024",
  11. "version": 2,
  12. "stoppedReason": null,
  13. "lastStatus": "RUNNING",
  14. "desiredStatus": "RUNNING",
  15. "pullStartedAt": 1535964606626,
  16. "startedBy": "ecs-svc/9223370500890187357",
  17. "taskArn": "arn:aws:ecs:ap-southeast-2:053536866507:task/3960f13a-e1ba-4bd9-bc04-a58b275e7a9b",
  18. "taskDefinitionArn": "arn:aws:ecs:ap-southeast-2:053536866507:task-definition/niche-management-api-staging-07-task-definition:238",
  19. "clusterArn": "arn:aws:ecs:ap-southeast-2:053536866507:cluster/web-staging-07",
  20. "attachments": [],
  21. "overrides": {
  22. "taskRoleArn": null,
  23. "containerOverrides": [
  24. {
  25. "memory": null,
  26. "cpu": null,
  27. "command": null,
  28. "memoryReservation": null,
  29. "environment": null,
  30. "name": "niche-management-api"
  31. }
  32. ],
  33. "executionRoleArn": null
  34. },
  35. "connectivityAt": 1535964604470,
  36. "healthStatus": "UNKNOWN",
  37. "connectivity": "CONNECTED",
  38. "group": "service:niche-management-api",
  39. "containers": [
  40. {
  41. "name": "niche-management-api",
  42. "networkInterfaces": [],
  43. "lastStatus": "RUNNING",
  44. "taskArn": "arn:aws:ecs:ap-southeast-2:053536866507:task/3960f13a-e1ba-4bd9-bc04-a58b275e7a9b",
  45. "exitCode": null,
  46. "reason": null,
  47. "healthStatus": "UNKNOWN",
  48. "containerArn": "arn:aws:ecs:ap-southeast-2:053536866507:container/d89469aa-675f-4f45-9801-9f5fcb7efe23",
  49. "networkBindings": [
  50. {
  51. "bindIP": "0.0.0.0",
  52. "containerPort": 9000,
  53. "hostPort": 32789,
  54. "protocol": "tcp"
  55. },
  56. {
  57. "bindIP": "0.0.0.0",
  58. "containerPort": 2552,
  59. "hostPort": 2552,
  60. "protocol": "tcp"
  61. }
  62. ],
  63. "taskId": "3960f13a-e1ba-4bd9-bc04-a58b275e7a9b",
  64. "containerDefinition": {
  65. "dnsSearchDomains": null,
  66. "logConfiguration": {
  67. "logDriver": "awslogs",
  68. "options": {
  69. "awslogs-group": "niche-management-api-staging-07",
  70. "awslogs-region": "ap-southeast-2",
  71. "awslogs-stream-prefix": "niche-management-api-staging-07"
  72. }
  73. },
  74. "entryPoint": [],
  75. "portMappings": [
  76. {
  77. "hostPort": 0,
  78. "protocol": "tcp",
  79. "containerPort": 9000
  80. },
  81. {
  82. "hostPort": 2552,
  83. "protocol": "tcp",
  84. "containerPort": 2552
  85. }
  86. ],
  87. "command": [],
  88. "linuxParameters": null,
  89. "cpu": 512,
  90. "environment": [
  91. {
  92. "name": "DB_MAX_THREADS",
  93. "value": "10"
  94. },
  95. {
  96. "name": "GOOGLE_CLIENT_SECRET",
  97. "value": "jy68RZgvZEtOfDl3JscrIjHw"
  98. },
  99. {
  100. "name": "INFLUX_DB_URL",
  101. "value": ""
  102. },
  103. {
  104. "name": "INFLUX_DB_PASS",
  105. "value": ""
  106. },
  107. {
  108. "name": "DB_USER",
  109. "value": "root"
  110. },
  111. {
  112. "name": "GOOGLE_CLIENT_ID",
  113. "value": "221596931412-jjfabooptaof1808bnr83o134iq3dtcv.apps.googleusercontent.com"
  114. },
  115. {
  116. "name": "DB_MAX_CONNECTIONS",
  117. "value": "10"
  118. },
  119. {
  120. "name": "DB_NAME",
  121. "value": "niche_management_api"
  122. },
  123. {
  124. "name": "STATSD_PORT",
  125. "value": "8125"
  126. },
  127. {
  128. "name": "REDIS_DB_HOST",
  129. "value": "web-staging-07.0utqmc.ng.0001.apse2.cache.amazonaws.com"
  130. },
  131. {
  132. "name": "APPLICATION_ENV",
  133. "value": "staging"
  134. },
  135. {
  136. "name": "DB_HOST",
  137. "value": "web-staging-07.cluster-cpjrs29hq7c3.ap-southeast-2.rds.amazonaws.com"
  138. },
  139. {
  140. "name": "REDIS_DB_PORT",
  141. "value": "6379"
  142. },
  143. {
  144. "name": "STATSD_HOST",
  145. "value": "172.17.0.1"
  146. },
  147. {
  148. "name": "CLIENT_PASSWORD",
  149. "value": "password"
  150. },
  151. {
  152. "name": "DB_PASS",
  153. "value": "abcd1234"
  154. },
  155. {
  156. "name": "DB_URL",
  157. "value": "jdbc:mysql://web-staging-07.cluster-cpjrs29hq7c3.ap-southeast-2.rds.amazonaws.com/niche_management_api"
  158. },
  159. {
  160. "name": "INFLUX_DB_NAME",
  161. "value": ""
  162. },
  163. {
  164. "name": "INFLUX_DB_USER",
  165. "value": ""
  166. }
  167. ],
  168. "ulimits": [
  169. {
  170. "name": "nofile",
  171. "softLimit": 8192,
  172. "hardLimit": 8192
  173. }
  174. ],
  175. "repositoryCredentials": null,
  176. "dnsServers": null,
  177. "mountPoints": [
  178. {
  179. "readOnly": false,
  180. "containerPath": "/var/log/nginx",
  181. "sourceVolume": "niche-management-api-volume"
  182. },
  183. {
  184. "readOnly": true,
  185. "containerPath": "/etc/instance-metadata",
  186. "sourceVolume": "instance-metadata-volume"
  187. }
  188. ],
  189. "workingDirectory": null,
  190. "dockerSecurityOptions": null,
  191. "memory": null,
  192. "memoryReservation": 1024,
  193. "volumesFrom": [],
  194. "image": "053536866507.dkr.ecr.us-east-1.amazonaws.com/finder/niche-management-api:master",
  195. "disableNetworking": null,
  196. "healthCheck": null,
  197. "essential": true,
  198. "links": null,
  199. "hostname": null,
  200. "extraHosts": null,
  201. "user": "root",
  202. "readonlyRootFilesystem": null,
  203. "dockerLabels": null,
  204. "privileged": null,
  205. "name": "niche-management-api"
  206. },
  207. "ec2IpAddress": "10.0.40.168",
  208. "overrides": {
  209. "taskRoleArn": null,
  210. "containerOverrides": [
  211. {
  212. "memory": null,
  213. "cpu": null,
  214. "command": null,
  215. "memoryReservation": null,
  216. "environment": null,
  217. "name": "niche-management-api"
  218. }
  219. ],
  220. "executionRoleArn": null
  221. }
  222. }
  223. ],
  224. "cpu": "512",
  225. "stoppingAt": null,
  226. "launchType": "EC2",
  227. "platformVersion": null
  228. }
  229. ]
Add Comment
Please, Sign In to add comment