Skip to content
Discussion options

You must be logged in to vote

Hey @robenie-cwt, it's actually possible. I'm quoting what one of our SE did to make it work. We dont have documented yet, so I'll paste it here:

In ECS, you have to create a new Task definition for Beyla. You can use this and input the JSON. Obviously need to change a few details like the arn, and the various OTEL enpoints/tokens. Then when you create the service, you reference this "task template" you just created, and specifically have to set the following three options:
Compute Options -> Launch Type
Launch Type -> EC2
Service type -> Daemon

{
    "family": "beyla-test-task",
    "containerDefinitions": [
        {
            "name": "beyla",
            "image": "docker.io/grafana…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by robenie-cwt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants