artilleryio / chaos-lambda

Serverless chaos monkey for AWS (runs on AWS Lambda) ☁️ 💥
Mozilla Public License 2.0
290 stars 26 forks source link

Does it work with fargate tasks in ecs cluster? #27

Open blueSwordfish opened 5 years ago

hassy commented 5 years ago

No it doesn't work with Fargate, EC2 only at the moment.

blueSwordfish commented 5 years ago

Thank you very much!

Lihui

On Tue, Feb 26, 2019 at 4:09 PM Hassy Veldstra notifications@github.com wrote:

No it doesn't work with Fargate, EC2 only at the moment.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/artilleryio/chaos-lambda/issues/27#issuecomment-467614540, or mute the thread https://github.com/notifications/unsubscribe-auth/ApzBMYkh8svkS207zhKqJMd73rILoxW7ks5vRaKAgaJpZM4bSSA6 .

-- Thank you.

Lihui

blueSwordfish commented 5 years ago

Hi hassy, I am trying to see if I could get the fargate tasks to work. I have a question. I see you put a lot of the console.log() in index.js, they are so helpful to test and debug. So how and where do you see these console.log() output? Thank you.

hassy commented 5 years ago

@blueSwordfish you'll see them in CloudWatch logs for the lambda function that you deploy & run.