Objective of This SOP
By following this SOP, you will create a basic action-oriented AI workflow using Amazon Nova Act that:
- Reads CPU usage
- Checks a condition (CPU > 80%)
- Executes an action using AWS Lambda
- Returns a result
This is the foundation of Nova Act–style AI.
Prerequisites
Before starting, ensure you have:
- An AWS account
- Access to AWS Console
- Region set to us-east-1
- Create the EC2 instance and use this instance id for lambda
- Basic familiarity with AWS navigation
