Step 3: Deploy to AWS
Nova Act provides two deployment approaches depending on your needs.
Note
Your deployment to AWS is subject to AWS Service Terms
Quick deployment to AWS with the IDE extension
For rapid deployment of individual workflows, use the Nova Act extension’s built-in deployment capability.
To deploy your workflow:
-
Navigate to the Deploy tab in the Nova Act extension.
-
Verify your AWS credentials with
aws sts get-caller-identity. If needed, configure or update your credentials. -
Ensure your IAM Identity has a policy permitting read and write access to the Nova Act service (see AWS Managed Policies).
-
Enter your workflow name and select your AWS Region.
-
Click Deploy your workflow.
The IDE extension uses Amazon Bedrock AgentCore Runtime to automatically package your script into a container image and deploys it to AWS, creating all necessary resources including ECR repositories, S3 buckets, and IAM execution roles.
Deployment to AWS with CDK templates
For production environments, the nova-act-samples
These examples can serve as a starting point for building production systems tailored to your organization’s needs, including enhanced monitoring, infrastructure management, and security configurations.