Created
February 1, 2020 14:37
-
-
Save skobba/8178bde4b8fd35524cbe4fb30c2e324d to your computer and use it in GitHub Desktop.
mongodb on aws (stack 49579796)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "executionRoleArn": null, | |
| "containerDefinitions": [ | |
| { | |
| "dnsSearchDomains": null, | |
| "logConfiguration": null, | |
| "entryPoint": null, | |
| "portMappings": [ | |
| { | |
| "hostPort": 27017, | |
| "protocol": "tcp", | |
| "containerPort": 27017 | |
| } | |
| ], | |
| "command": null, | |
| "linuxParameters": null, | |
| "cpu": 0, | |
| "environment": [ | |
| { | |
| "name": "MONGODB_ADMIN_PASS", | |
| "value": <PASSWORD> | |
| }, | |
| { | |
| "name": "MONGODB_APPLICATION_DATABASE", | |
| "value": <DB NAME> | |
| }, | |
| { | |
| "name": "MONGODB_APPLICATION_PASS", | |
| "value": <PASSWORD> | |
| }, | |
| { | |
| "name": "MONGODB_APPLICATION_USER", | |
| "value": <USERNAME> | |
| } | |
| ], | |
| "ulimits": null, | |
| "dnsServers": null, | |
| "mountPoints": [], | |
| "workingDirectory": null, | |
| "dockerSecurityOptions": null, | |
| "memory": null, | |
| "memoryReservation": 128, | |
| "volumesFrom": [], | |
| "image": "registry.hub.docker.com/library/mongo:latest", | |
| "disableNetworking": null, | |
| "healthCheck": null, | |
| "essential": true, | |
| "links": null, | |
| "hostname": null, | |
| "extraHosts": null, | |
| "user": null, | |
| "readonlyRootFilesystem": null, | |
| "dockerLabels": null, | |
| "privileged": null, | |
| "name": "mongo" | |
| } | |
| ], | |
| "placementConstraints": [], | |
| "memory": null, | |
| "taskRoleArn": null, | |
| "compatibilities": [ | |
| "EC2" | |
| ], | |
| "taskDefinitionArn": "arn:aws:ecs:us-east-2:821819063141:task-definition/dappy_coin_database:2", | |
| "family": "dappy_coin_database", | |
| "requiresAttributes": [ | |
| { | |
| "targetId": null, | |
| "targetType": null, | |
| "value": null, | |
| "name": "com.amazonaws.ecs.capability.docker-remote-api.1.21" | |
| } | |
| ], | |
| "requiresCompatibilities": null, | |
| "networkMode": null, | |
| "cpu": null, | |
| "revision": 2, | |
| "status": "ACTIVE", | |
| "volumes": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment