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 run a task on your default cluster** This example command runs the specified task definition on your default cluster. Command:: aws ecs run-task --cluster default --task-definition sleep360:1 Output:: { "tasks": [ { "taskArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task/a9f21ea7-c9f5-44b1-b8e6-b31f50ed33c0", "overrides": { "containerOverrides": [ { "name": "sleep" } ] }, "lastStatus": "PENDING", "containerInstanceArn": "arn:aws:ecs:us-east-1:<aws_account_id>:container-instance/ffe3d344-77e2-476c-a4d0-bf560ad50acb", "desiredStatus": "RUNNING", "taskDefinitionArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/sleep360:1", "containers": [ { "containerArn": "arn:aws:ecs:us-east-1:<aws_account_id>:container/58591c8e-be29-4ddf-95aa-ee459d4c59fd", "taskArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task/a9f21ea7-c9f5-44b1-b8e6-b31f50ed33c0", "lastStatus": "PENDING", "name": "sleep" } ] } ] }