Rootly Integrations

⌘K
Back
Overview
Slack
Installation
Workflows
Commands
Mattermost
Installation
PagerDuty
Installation
Workflows
Alerts
Opsgenie
VictorOps (Splunk On-Call)
Jira
Jira (On-Premise)
Confluence
Confluence (On-Premise)
Service Now
Installation
Workflows
Google Docs
Statuspage.io
Importing Status Pages
Importing Templates
Creating a StatusPage Incident
Using Status Page Templates
Dropbox Paper
Notion
Quip
Grafana
Looker
New Relic
Installation
Alerts
Datadog
Installation
Alerts
Kubernetes
Honeycomb
Heroku
AWS Elastic Beanstalk
Gitlab
GitHub
Google Meet
Zoom
Webex
GoToMeeting
Microsoft Teams
Zendesk
Linear
Installation
Workflows
Shortcut
Airtable
Trello
Installation
Workflows
Asana
Installation
Workflows
Freshdesk
Installation
Workflows
Nobl9
Backstage
Installation
Twitter
Email
SMTP
SendGrid
Sentry
Rollbar
Prometheus
Zapier
API
Terraform
Pulumi
HashiCorp Vault
SSO
SCIM
Docs powered by archbee 

AWS Elastic Beanstalk

3min

Installation

  • Create a .ebextensions/rootly.config file. (The name does not have to be 'rootly'.)
  • Put this content into the file (Adapt for your use case)
Shell
|
files:
"/opt/elasticbeanstalk/hooks/appdeploy/pre/01rootly.sh" :
    mode: "000775"
    owner: root
    group: users
    content: |
        #!/bin/bash

        rootly_api_key="$(/opt/elasticbeanstalk/bin/get-config container -k rootly_api_key)";
        environment="$(/opt/elasticbeanstalk/bin/get-config container -k environment)";
        service="$(/opt/elasticbeanstalk/bin/get-config container -k service)";
        labels="key=value,key2=value2"

        # install rootly cli
        curl -fsSL https://raw.githubusercontent.com/rootly-io/cli/main/install.sh | sh

        # log a pulse
        rootly pulse --api-key "${rootly_api_key}" --quiet --environments "${environment}" --services "${service}" --labels "${labels}" Deploy in progress...


Support

If you need help or more information about this integration, please contact support@rootly.com or use the lower right chat widget to get connected with an engineer.

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Heroku
NEXT
Gitlab
Docs powered by archbee 
TABLE OF CONTENTS
Installation
Support