Tagged “AWS”.
Every post filed under this label.
4 posts
2024
-
Using Environment Variables in Datadog Agent Configuration.
Have you ever tried to use environment variables in the Datadog agent configuration? Here is how you can do it!
-
Automa(tic|g)ally registering ECS task in your AWS Application Load Balancer.
Learn how to automatically register ECS tasks with AWS Application Load Balancer using Terraform. Simplify scaling and improve resilience with this...
-
How to get the total CPU and memory of an AWS ECS Fargate cluster using Python.
Have you ever tried to get the total amount of CPU cores and memory of one of your ECS Fargate clusters? I wrote a in Python because the `boto3`...