Difference between revisions of "Amazon ECS Agent"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  [[/etc/ecs/ecs.config]]
 
  [[/etc/ecs/ecs.config]]
 +
[[/var/log/ecs/]]
 +
[[/var/log/ecs/ecs-agent.log]]
 +
[[/var/lib/ecs/data/agent.db]]
  
  sudo [[amazon-linux-extras install]] -y ecs; sudo systemctl enable --now ecs
+
  sudo [[amazon-linux-extras install]] -y ecs; sudo [[systemctl enable]] --now ecs
  
  
 
  sudo [[service ecs start]]
 
  sudo [[service ecs start]]
 
  [[/etc/ecs/ecs.config]]
 
  [[/etc/ecs/ecs.config]]
 +
 +
[[systemctl start ecs]]
 +
 +
 +
level=critical time=2023-04-18T10:35:41Z msg="The current instance type does not match the registered instance type. Please revert the instance type change, or alternatively launch a new instance: ClientException: Container instance type changes are not supported. Container instance 1212232432534534536 was previously registered as [[c5a.2xlarge]]." module=agent.go
 +
 +
 +
{{The closest matching container-instance}}
 +
 +
[[user_data]]
  
 
== See also ==
 
== See also ==
 +
* {{Amazon ECS Agent}}
 
* {{ECS}}
 
* {{ECS}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 14:08, 14 July 2023

/etc/ecs/ecs.config
/var/log/ecs/
/var/log/ecs/ecs-agent.log
/var/lib/ecs/data/agent.db
sudo amazon-linux-extras install -y ecs; sudo systemctl enable --now ecs


sudo service ecs start
/etc/ecs/ecs.config
systemctl start ecs


level=critical time=2023-04-18T10:35:41Z msg="The current instance type does not match the registered instance type. Please revert the instance type change, or alternatively launch a new instance: ClientException: Container instance type changes are not supported. Container instance 1212232432534534536 was previously registered as c5a.2xlarge." module=agent.go


  service your-service was unable to place a task because no container instance met all of its requirements. The closest matching container-instance xxxxxxxxx doesn't have the agent connected. For more information, see the Troubleshooting section of the Amazon ECS Developer Guide.
user_data

See also[edit]

Advertising: