Guest User

Untitled

a guest
Jan 17th, 2023
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. {
  2. "taskDefinitionArn": "REDACTED",
  3. "containerDefinitions": [
  4. {
  5. "name": "pipeline",
  6. "image": "REDACTED",
  7. "cpu": 65536,
  8. "memory": 117964,
  9. "portMappings": [],
  10. "essential": true,
  11. "entryPoint": [
  12. "./ecsPipeline.sh"
  13. ],
  14. "environment": [
  15. ],
  16. "mountPoints": [
  17. {
  18. "sourceVolume": "config",
  19. "containerPath": "/config",
  20. "readOnly": false
  21. },
  22. {
  23. "sourceVolume": "esRepo",
  24. "containerPath": "/esRepo",
  25. "readOnly": false
  26. }
  27. ]
  28. }
  29. }
  30. ],
  31. "family": "pipelineTask-prod",
  32. "networkMode": "awsvpc",
  33. "revision": 2,
  34. "status": "ACTIVE",
  35. "requiresAttributes": [
  36. {
  37. "name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
  38. },
  39. {
  40. "name": "ecs.capability.execution-role-awslogs"
  41. },
  42. {
  43. "name": "ecs.capability.efsAuth"
  44. },
  45. {
  46. "name": "com.amazonaws.ecs.capability.ecr-auth"
  47. },
  48. {
  49. "name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
  50. },
  51. {
  52. "name": "ecs.capability.efs"
  53. },
  54. {
  55. "name": "com.amazonaws.ecs.capability.docker-remote-api.1.28"
  56. },
  57. {
  58. "name": "com.amazonaws.ecs.capability.task-iam-role"
  59. },
  60. {
  61. "name": "com.amazonaws.ecs.capability.docker-remote-api.1.25"
  62. },
  63. {
  64. "name": "ecs.capability.execution-role-ecr-pull"
  65. },
  66. {
  67. "name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
  68. },
  69. {
  70. "name": "ecs.capability.task-eni"
  71. }
  72. ],
  73. "placementConstraints": [],
  74. "compatibilities": [
  75. "EC2"
  76. ],
  77. "requiresCompatibilities": [
  78. "EC2"
  79. ],
  80. "registeredAt": "2023-01-16T17:32:08.776Z"
  81. }
Advertisement
Add Comment
Please, Sign In to add comment