Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
ecs /
Delete
Unzip
Name
Size
Permission
Date
Action
create-cluster.rst
498
B
-rw-r--r--
2017-04-04 16:39
create-service.rst
3.49
KB
-rw-r--r--
2017-04-04 16:39
delete-cluster.rst
497
B
-rw-r--r--
2017-04-04 16:39
delete-service.rst
238
B
-rw-r--r--
2017-04-04 16:39
deregister-container-instance.rst
416
B
-rw-r--r--
2017-04-04 16:39
deregister-task-definition.rst
1.08
KB
-rw-r--r--
2017-04-04 16:39
describe-clusters.rst
586
B
-rw-r--r--
2017-04-04 16:39
describe-container-instances.rst
2.77
KB
-rw-r--r--
2017-04-04 16:39
describe-services.rst
1.6
KB
-rw-r--r--
2017-04-04 16:39
describe-task-definition.rst
1.51
KB
-rw-r--r--
2017-04-04 16:39
describe-tasks.rst
1.69
KB
-rw-r--r--
2017-04-04 16:39
list-clusters.rst
331
B
-rw-r--r--
2017-04-04 16:39
list-container-instances.rst
513
B
-rw-r--r--
2017-04-04 16:39
list-services.rst
263
B
-rw-r--r--
2017-04-04 16:39
list-task-definition-families.rst
613
B
-rw-r--r--
2017-04-04 16:39
list-task-definitions.rst
1.23
KB
-rw-r--r--
2017-04-04 16:39
list-tasks.rst
794
B
-rw-r--r--
2017-04-04 16:39
register-task-definition.rst
2.78
KB
-rw-r--r--
2017-04-04 16:39
run-task.rst
1.26
KB
-rw-r--r--
2017-04-04 16:39
update-container-agent.rst
636
B
-rw-r--r--
2017-04-04 16:39
update-service.rst
484
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
**To describe a task definition** This example command provides a description of the specified task definition. Command:: aws ecs describe-task-definition --task-definition hello_world:8 Output:: { "taskDefinition": { "volumes": [], "taskDefinitionArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/hello_world:8", "containerDefinitions": [ { "environment": [], "name": "wordpress", "links": [ "mysql" ], "mountPoints": [], "image": "wordpress", "essential": true, "portMappings": [ { "containerPort": 80, "hostPort": 80 } ], "memory": 500, "cpu": 10, "volumesFrom": [] }, { "environment": [ { "name": "MYSQL_ROOT_PASSWORD", "value": "password" } ], "name": "mysql", "mountPoints": [], "image": "mysql", "cpu": 10, "portMappings": [], "memory": 500, "essential": true, "volumesFrom": [] } ], "family": "hello_world", "revision": 8 } }