EC2
Use the AWS Elastic Compute Cloud (EC2) integration to manage EC2 compute platform.
Last updated
Use the AWS Elastic Compute Cloud (EC2) integration to manage EC2 compute platform.
Last updated
Fylamynt EC2 actions allow you to perform targeted operations against EC2 resources.
You can add these actions in Fylamynt workflow builder, as part of your workflow.
Integration node to fetch EC2 sizing recommendations from AWS Trusted Advisor
Integration node to modify instance type of EC2 instances
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
Parameter Name
Type
Description
recommendations
MapList
A list of sizing recommendations
execution_status
String
Status of run (ie: S_OK / E_FAIL)
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
Parameter Name
Type
Description
instances
MapList
A list of updated EC2 instances
execution_status
String
Status of run (ie: S_OK / E_FAIL)