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
  • Integration Actions
  • EC2 Get Sizing Recommendations
  • EC2 Resize Instances

Was this helpful?

  1. AWS Services

EC2

Use the AWS Elastic Compute Cloud (EC2) integration to manage EC2 compute platform.

PreviousZoomNextService Health

Last updated 3 years ago

Was this helpful?

Overview

Fylamynt EC2 actions allow you to perform targeted operations against EC2 resources.

Integration Actions

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

EC2 Get Sizing Recommendations

Integration node to fetch EC2 sizing recommendations from AWS Trusted Advisor

Input

Parameter Name

Description

Required

Target Account Alias

Target account alias to be used to fetch sizing recommendations

True

Region Name

AWS Region Name for filtering Trusted Advisor checks

False

Output

Parameter Name

Type

Description

recommendations

MapList

A list of sizing recommendations

execution_status

String

Status of run (ie: S_OK / E_FAIL)

Action Example

EC2 Resize Instances

Integration node to modify instance type of EC2 instances

Input

Parameter Name

Description

Required

Target Account Alias

Target account alias to be used to resize instances

True

Update Config

A maplist of update config. Example update config in the list:

{'recommended_instance_type': 't3.nano', instance_id': 'i-abcd1234'}

True

DryRun

Indicate whether this is a dry run

False

Output

Parameter Name

Type

Description

instances

MapList

A list of updated EC2 instances

execution_status

String

Status of run (ie: S_OK / E_FAIL)

Action Example

EC2 Get Sizing Recommendations
EC2 Resize Instances