How to setup AWS ECS events monitoring metrics

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025
  • НаукаНаука

Комментарии • 13

  • @lordaugustus9686
    @lordaugustus9686 Год назад +2

    If you have done everything as in the video, don't forget the aws_cloudwatch_log_resource_policy to be able to store logs into log group.

    • @kuzemkon
      @kuzemkon  11 месяцев назад

      Thank you for your feedback!

  • @stevenalves7506
    @stevenalves7506 4 месяца назад +1

    Thank you for sharing, it's very helpfull!!!

    • @kuzemkon
      @kuzemkon  3 месяца назад

      I'm glad that it helped. Thanks for your comment!

  • @ffelegal
    @ffelegal Год назад +2

    Thanks..that was really helpful

  • @olafatoki9981
    @olafatoki9981 8 месяцев назад +1

    i realised on the terraform code, the alarm dimension was pointing to an ecs service, which i think should point to the log-group instead,
    i am not also clear on the sns role and policy, i am thinking it should be a role to allow events to perform those policies

  • @harithabandi2711
    @harithabandi2711 9 месяцев назад

    Hi, I have a question, is it possible to monitor the ecs auto scaling in metrics?
    If yes, how can we do that?

    • @kuzemkon
      @kuzemkon  9 месяцев назад

      Hi, thanks for your question.
      Yes, it's possible.
      Do you want to get the alert notification when the service is auto-scaled, or do you want to get any other monitoring action?

    • @harithabandi2711
      @harithabandi2711 9 месяцев назад

      Hi, thanks for the response.
      I don't need an alert, I just want to see the number of running tasks in metrics along with cpu and memory utilisation.

    • @kuzemkon
      @kuzemkon  8 месяцев назад +1

      Got it, thanks for the clarification. In that case, you can create a custom AWS CloudWatch Dashboard and visualize the number of running ECS tasks with the respective widget there.

  • @NikhilPurohit-i6d
    @NikhilPurohit-i6d 10 месяцев назад

    while creating an alarm i am not able to fetch my metric which i have created

    • @kuzemkon
      @kuzemkon  9 месяцев назад

      Thanks for your feedback. There were some issues recently with ECS metrics, so I've made some updates in the Gist with the Terraform code. You can find the updated configuration by this link: gist.github.com/kuzemkon/03633f2e8aeb801053b18162db7f28e2

    • @olafatoki9981
      @olafatoki9981 8 месяцев назад

      if you are creating the alarm from the console, you can easily click on the metric filter when you go to log-group>meetric-filter and use the create alarm button there