amazon-ecs-agent VS amazon-ssm-agent

Compare amazon-ecs-agent vs amazon-ssm-agent and see what are their differences.

amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs). (by aws)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
amazon-ecs-agent amazon-ssm-agent
7 5
2,034 1,026
0.2% 0.6%
9.5 8.7
7 days ago 11 days ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

amazon-ecs-agent

Posts with mentions or reviews of amazon-ecs-agent. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-07.
  • ECS task scale-in not working. . . halp!
    1 project | /r/aws | 8 Jul 2023
    [4] https://github.com/aws/amazon-ecs-agent/issues/3129
  • How to architect protected ECS
    1 project | /r/aws | 25 May 2022
    Exactly. The ECS agent (https://github.com/aws/amazon-ecs-agent/) inside of the EC2 make requests to the AWS. To it work, it is necessary internet access (though Internet Gateway or a NAT Gateway) or the VPC endpoints (https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html#concepts-service-providers).
  • Orchestrating hybrid workflows using Amazon Managed Workflows for Apache Airflow (MWAA)
    2 projects | dev.to | 7 Mar 2022
    The approach I am going to take is to create an Apache Airflow workflow (DAG) and leverage an Apache Airflow operator, ECSOperator, which allows us to launch container based images. The container based images we launch will contain our ETL code, and this will be parameterised so that we can re-use this multiple times, changing the behaviour by providing parameters during launch (for example, different SQL queries). Finally, we will use ECS Anywhere, which uses the open source amazon-ecs-agent to simplify how we can run our containers anywhere - in the Cloud, on premises or on other Clouds.
  • Amazon Linux 2022 Coming
    5 projects | /r/aws | 22 Nov 2021
  • ECS (EC2) dockerd high CPU usage
    2 projects | /r/aws | 28 Aug 2021
  • Creating a multi architecture CI/CD deployment for Amazon ECS and ECS Anywhere
    4 projects | dev.to | 16 Jul 2021
    ... ... Ping ECS Agent registered successfully! Container instance arn: "arn:aws:ecs:eu-west-1:704533066374:container-instance/ecs-anywhere-ec2-mydcecsclusterBB109425-r7l2mKClssuV/8dfb8700d9a1460dad403a321db6b5b9" You can check your ECS cluster here https://console.aws.amazon.com/ecs/home?region=eu-west-1#/clusters/ecs-anywhere-ec2-mydcecsclusterBB109425-r7l2mKClssuV # ok ########################## ########################## This script installed three open source packages that all use Apache License 2.0. You can view their license information here: - ECS Agent https://github.com/aws/amazon-ecs-agent/blob/master/LICENSE - SSM Agent https://github.com/aws/amazon-ssm-agent/blob/master/LICENSE - Docker engine https://github.com/moby/moby/blob/master/LICENSE ##########################
  • We are the AWS Containers Team - Ask the Experts - Feb 10th @ 11AM PT / 2PM ET / 7PM GMT!
    9 projects | /r/aws | 7 Feb 2021
    It looks like they have added something for this in the latest ECS agent: https://github.com/aws/amazon-ecs-agent/releases/tag/v1.50.0

amazon-ssm-agent

Posts with mentions or reviews of amazon-ssm-agent. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-10.
  • AWS to start charging for IPv4 usage, but critical services don't support IPv6
    4 projects | news.ycombinator.com | 10 Nov 2023
    Don't overlook SSM <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/session-...> which doesn't require sshd nor public access to get onto a machine and one can opt in to a bunch of audit logging if that's your jam. It's just a small bonus that one can also hop onto an instance from the AWS Console when using SSM, since it is websocket based and not "ssh from the browser"

    The agent is Apache 2 if one wanted to build, enhance, or audit what it does: https://github.com/aws/amazon-ssm-agent#readme as is the local binary that awscli uses for the websocket handshaking: https://github.com/aws/session-manager-plugin#readme

  • Default shell for runShellScript under System Manager
    1 project | /r/aws | 6 Dec 2022
    There’s no toggle for it as RunShellScript is hard coded to use the sh shell in the agent source code. However you can modify your script to check if it’s running bash and if it’s not then re-execute with bash. See this feature request for a shell toggle, with example code. https://github.com/aws/amazon-ssm-agent/issues/46
  • some people live on hard mode
    2 projects | /r/ProgrammerHumor | 3 Jun 2022
    Java tends to be the default language outside of specific use cases where other languages fit better, e.g. on-host agents like the SSM agent will be written in something like Go because it's compiled and hence easier to distribute. But server code typically is Java.
  • Amazon Linux 2022 Coming
    5 projects | /r/aws | 22 Nov 2021
  • Creating a multi architecture CI/CD deployment for Amazon ECS and ECS Anywhere
    4 projects | dev.to | 16 Jul 2021
    ... ... Ping ECS Agent registered successfully! Container instance arn: "arn:aws:ecs:eu-west-1:704533066374:container-instance/ecs-anywhere-ec2-mydcecsclusterBB109425-r7l2mKClssuV/8dfb8700d9a1460dad403a321db6b5b9" You can check your ECS cluster here https://console.aws.amazon.com/ecs/home?region=eu-west-1#/clusters/ecs-anywhere-ec2-mydcecsclusterBB109425-r7l2mKClssuV # ok ########################## ########################## This script installed three open source packages that all use Apache License 2.0. You can view their license information here: - ECS Agent https://github.com/aws/amazon-ecs-agent/blob/master/LICENSE - SSM Agent https://github.com/aws/amazon-ssm-agent/blob/master/LICENSE - Docker engine https://github.com/moby/moby/blob/master/LICENSE ##########################

What are some alternatives?

When comparing amazon-ecs-agent and amazon-ssm-agent you can also consider the following projects:

bottlerocket - An operating system designed for hosting containers

amazon-cloudwatch-agent - CloudWatch Agent enables you to collect and export host-level metrics and logs on instances running Linux or Windows server.

copilot-cli - The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.

Moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

amazon-linux-2023 - Amazon Linux 2023

containers-roadmap - This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).

ec2-hibernate-linux-agent - A Hibernating Agent for Linux on Amazon EC2

phoenix_container_example - Production-quality example for Elixir/Phoenix building, testing, and running in containers

blog-multi-arch-springboot

Java-Hello-World-Enterprise-Edition