Fylamynt Product Docs
  • Welcome to Fylamynt
  • Getting started
    • Onboarding Checklist
    • 1. Setting up your first Cloud Service target account
    • 2. Getting to know workflows
    • 3. Creating your first workflow using AWS Cloud Services
    • 4. Setting up your first Integration
    • 5. Setting up your first resource
    • 6. Creating your first Incident Response workflow
    • 7. Incident Management - Automatic workflow execution
    • 8. Quickstart - Fylamynt sample workflows
  • Integrations
    • Amazon EventBridge
    • Ansible
    • AWS
    • AWS Health
    • Container
    • Datadog
    • Elasticsearch
    • Generic Webhook
    • GitHub
    • Google Kubernetes Engine (GKE)
    • Humio
    • Instana
    • Jenkins
    • Jira
    • New Relic
    • Opsgenie
    • PagerDuty
    • Pulumi
    • Prometheus
    • ServiceNow
    • Slack
    • Splunk
    • Splunk On-Call (VictorOps)
    • Spot by Netapp
    • Squadcast
    • Sumo Logic
    • Teleport
    • Terraform Cloud
    • Terraform CLI
    • Twilio
    • Zoom
  • AWS Services
    • EC2
    • Service Health
  • RESOURCES
    • API Keys
    • CloudFormation Templates
    • CloudWatch Targets
    • EKS Permissions
    • S3 Buckets
    • SSH Targets
  • FEATURED WORKFLOWS
    • Stop or Terminate underutilized AWS resources
    • Rightsizing EC2 instances
    • Incident Response Automation
    • Application Performance Monitoring
  • Announcement
    • What's new?
  • Support
    • Contact Fylamynt
Powered by GitBook
On this page
  • Overview
  • Use Cases
  • Configure Amazon EventBridge in Fylamynt
  • Integration Actions
  • Amazon EventBridge Trigger

Was this helpful?

  1. Integrations

Amazon EventBridge

Use Amazon EventBridge integration to address events happening in your application.

Previous8. Quickstart - Fylamynt sample workflowsNextAnsible

Last updated 3 years ago

Was this helpful?

Overview

Amazon EventBridge is a serverless event bus that makes it easier to build event-driven applications at scale using events generated from your applications, integrated Software-as-a-Service (SaaS) applications, and AWS services. Configure routing rule to trigger Fylamynt incident to react to events happening in your application.

Use Cases

The integration between Fylamynt and Amazon EventBridge lets you:

  • Trigger a workflow in Fylamynt, when a matching event occurs on an EventBridge rule.

  • Create workflows for steady-state management

Configure Amazon EventBridge in Fylamynt

  • Navigate to Settings > Integrations > Amazon EventBridge

  • Configure a new integration instance

Details needed to set up Amazon EventBridge instance in Fylamynt:

Parameters

Description

Required

Webhook API Key Name

This is needed to store the key of Webhook API key

True

Webhook API Key Value

API key value for webook

True

Follow the steps listed below in your Amazon EventBridge Account and get the desired parameters to enter in Fylamynt

  • In the Authorize Fylamynt card on the integration settings page, select one of the Webhook API Key Name from the dropdown, and the corresponding Webhook API Key Value will be made visible

    • If no options are available for the Webhook API Key Name, first go to Settings --> API Keys --> Manage Keys to Create a New API Key.

  • Log in to your AWS account

  • Select service Amazon EventBridge

  • Select Integrations -> API Destinations

  • Click Create API destination

  • Create a new API destination named Fylamynt-EventBridge

  • Provide the parameters as mentioned below

Parameter

Description

Where to get value

Name

Name of the EventBridge API destination

Fylamynt-EventBridge

API destination endpoint

This endpoint would be called when event triggers

Copy and paste the Amazon EventBridge Webhook URL in the Authorize Fylamynt card on integration settings page

HTTP method

Select the HTTP method used for the invocation endpoint, such as GET, POST etc..

POST

Connection

Create a new connection to use for this destination.

Select Create new connection

Connection Name

Enter a name for the connection. The name must be unique for your account and Region

Fylamynt-EventBridge-Connection

Authorization type

Choose the type of authorization to use to access the API destination

API Key

API Key name

Name of the API Key name

x-api-key

Value

Value of the API key

Copy and paste the Webhook API Key Value in the Authorize Fylamynt card on integration settings page

  • Click Create

  • Return to the settings page in Fylamynt and click Authorize.

Create the EventBridge rule

  • For the new rule's Target, select API destination

  • Select Fylamynt-EventBridge as the API destination

  • Click Create

Integration Actions

You can add the following actions in the Fylamynt workflow builder, as part of your workflow.

Amazon EventBridge Trigger

Integration node triggers a workflow from an EventBridge rule with Fylamynt specific alert channel.

When creating a workflow, you are presented with a wizard to select the trigger type to use.

  • On the workflow page, select New Workflow

  • Enter the name of the Workflow.

  • Select the Amazon EventBridge trigger type.

  • Click Create Workflow

Configure the automatic execution of a workflow

To automatically run workflows with the Amazon EventBridge trigger, the incident type and assignment need to be configured. Follow the step-by-step instructions provided on the page.

Incident Management - Automatic workflow execution
Amazon EventBridge Trigger