Everything you need to connect ConvOps to AWS and start receiving diagnosed alerts in minutes.
You'll have your first diagnosed alert in under 5 minutes.
Create your account at the ConvOps app. No credit card required for the Free plan.
Navigate to Settings → AWS Accounts → Add account. ConvOps will display a CloudFormation template URL.
Open the CloudFormation URL in the AWS console and click Deploy. The template creates a read-only cross-account role in under 60 seconds.
aws cloudformation deploy \
--template-url https://convops-cfn.s3.amazonaws.com/role.yaml \
--stack-name convops-readonly-role \
--capabilities CAPABILITY_NAMED_IAMAdd ConvOps as a subscriber on the SNS topic your CloudWatch alarms use. ConvOps provides the HTTPS endpoint URL in-app.
aws sns subscribe \
--topic-arn arn:aws:sns:ap-south-1:123456789012:your-alerts \
--protocol https \
--notification-endpoint https://ingest.convops.io/sns/<your-token>Go to Settings → Notifications → WhatsApp. Enter your number and confirm the 6-digit OTP sent via WhatsApp.
Trigger a test alarm from ConvOps (or from CloudWatch directly). Within 60 seconds you will receive a WhatsApp message with a sample diagnosis.
Full reference for every ConvOps feature.
Connect your first AWS account, verify the SNS subscription, and receive your first test diagnosis in under 5 minutes.
Full reference for the IAM role, CloudFormation template parameters, cross-account trust policy, and supported regions.
Add your phone number, verify via OTP, and configure delivery preferences — quiet hours, escalation contacts, and group delivery.
Install the ConvOps Slack app, map channels to AWS accounts, and configure thread-based incident tracking.
Full reference for reply commands — restart tasks, scale services, rollback deployments, and create CloudWatch suppression windows.
Route specific alarms to specific team members, set severity thresholds, and configure escalation chains.
REST API for programmatic access — list incidents, trigger test diagnoses, manage accounts, and retrieve diagnosis history.
Configure outbound webhooks to push incident events to your own systems.