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 deregister a task definition** This example deregisters the first revision of the ``curler`` task definition in your default region. Note that in the resulting output, the task definition status becomes ``INACTIVE``. Command:: aws ecs deregister-task-definition --task-definition curler:1 Output:: { "taskDefinition": { "status": "INACTIVE", "family": "curler", "volumes": [], "taskDefinitionArn": "arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/curler:1", "containerDefinitions": [ { "environment": [], "name": "curler", "mountPoints": [], "image": "curl:latest", "cpu": 100, "portMappings": [], "entryPoint": [], "memory": 256, "command": [ "curl -v http://example.com/" ], "essential": true, "volumesFrom": [] } ], "revision": 1 } }