EC2
Use the AWS Elastic Compute Cloud (EC2) integration to manage EC2 compute platform.
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
Last updated