TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Chatbot: ChatOps for AWS

44 pointsby gjmvelosoalmost 6 years ago

7 comments

t34543almost 6 years ago
I’m not a fan of ChatOps, call me old fashioned but I like tickets to track my work.
评论 #20524705 未加载
davnicwilalmost 6 years ago
Ah this is extremely cool - having set up slackops by building bots on lambdas in the past, I can attest it&#x27;s way more difficult and time consuming than it should be.<p>For an example of an unexpected issue you face - slackbots must give responses within 3000ms otherwise slack reports the slash command as failed. This means you have to do things like set up a proxy and worker lambda for anything that doesn&#x27;t execute essentially instantaneously, and even then it sometimes fails to respond within 3000ms on cold starts.<p>A purpose built interface you can just get set up with a few clicks would be a great improvement. Hope the other cloud providers introduce similar services as well.
评论 #20526415 未加载
sneakalmost 6 years ago
ChatOps is bidirectional. This appears, at first glance, to simply be an alerting channel that can deliver to Slack.<p>Useful, but only a small piece of a ChatOps picture.
评论 #20524814 未加载
评论 #20524717 未加载
mediascreenalmost 6 years ago
I&#x27;ve been waiting for something like this. But now that it&#x27;s here it seems a bit complicated to automate the setup if you have lots of accounts.<p>I&#x27;ll probably just go with an API Gateway proxy for the SNS webhooks in one account and add the webhook setup for the other accounts to their Cloudformation templates.
bifrostalmost 6 years ago
Sortof unimpressed since PagerDuty already has pretty good Slack&#x2F;Chat integration.
dlphn___xyzalmost 6 years ago
when will this chatbot fad die out?
评论 #20525889 未加载
评论 #20525977 未加载
mooredsalmost 6 years ago
Tl;dr: Add alerts to your slack channel (or chime, if you use that) from AWS services by essentially adding another target to an SNS topic.<p>List of supported services: <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;chatbot&#x2F;latest&#x2F;adminguide&#x2F;related-services.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;chatbot&#x2F;latest&#x2F;adminguide&#x2F;relate...</a><p>Only a few services supported right now (is in beta) but the big one (cloudwatch alarms) is.