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 service** This example command provides descriptive information about the ``my-http-service``. Command:: aws ecs describe-services --service my-http-service Output:: { "services": [ { "status": "ACTIVE", "taskDefinition": "arn:aws:ecs:<region>:<aws_account_id>:task-definition/amazon-ecs-sample:1", "pendingCount": 0, "loadBalancers": [], "desiredCount": 10, "createdAt": 1466801808.595, "serviceName": "my-http-service", "clusterArn": "arn:aws:ecs:<region>:<aws_account_id>:cluster/default", "serviceArn": "arn:aws:ecs:<region>:<aws_account_id>:service/my-http-service", "deployments": [ { "status": "PRIMARY", "pendingCount": 0, "createdAt": 1466801808.595, "desiredCount": 10, "taskDefinition": "arn:aws:ecs:<region>:<aws_account_id>:task-definition/amazon-ecs-sample:1", "updatedAt": 1428326312.703, "id": "ecs-svc/9223370608528463088", "runningCount": 10 } ], "events": [ { "message": "(service my-http-service) has reached a steady state.", "id": "97c8a8e0-16a5-4d30-80bd-9e5413f8951b", "createdAt": 1466801812.435 } ], "runningCount": 10 } ], "failures": [] }