This workflow sends an automated report of RDS instances that are low on storage. Detecting RDS database instances that run low on disk space is crucial when these instances are used in production by latency-sensitive applications as this can help you take immediate actions and expand the storage space in order to maintain an optimal response time. This is an important part of your monitoring setup.
The workflow retrieves all the RDS DB instances and monitors their storage state with the “AWS monitoring” node, all the instances that are found to be low on storage are filtered and sent to the Report node which will be used to notify you of the appropriate instances. The workflow is set up in a fully no-code fashion, where the ‘Monitoring Node’ directly integrates and sends you monitoring data in a readable format. The data can be retrieved for any resource or sub-resource.
The workflow consists of 5 nodes. The workflow is set to be triggered by an external application (Jira ticket, Email etc). As soon as the resource node collects all the instances (you can filter out instances to be retrieved using Additional Parameters), the AWS monitoring node has all the parameters set to monitor your instances. Subsequently, the low storage instances are filtered out with the custom function written on the filter node. The Report node sends an Email/Slack notification to the user.
Use this to initiate a workflow based on time, events or call.
Select resources on which you want to work on.
Fetches CloudWatch Metrics of associated resources.
Enter parameters to filter resources in the workflow.
Use this node to generate advanced reports
Use this to initiate a workflow based on time, events or call.
Select resources on which you want to work on.
Fetches CloudWatch Metrics of associated resources.
Enter parameters to filter resources in the workflow.
Use this node to generate advanced reports
You can publish templates created by you on this platform.