-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Garot Conklin edited this page Apr 29, 2025
·
2 revisions
- AWS Account with appropriate permissions
- Python 3.12+
- Terraform 1.5+
- AWS CLI configured
- Clone the repository:
git clone https://github.com/fleXRPL/CloudOpsAI.git
cd CloudOpsAI- Initialize the project:
source ./scripts/init.sh- Configure AWS credentials:
aws configure- Deploy infrastructure:
cd terraform
terraform init
terraform apply- Create your first rule in
config/rules.yaml:
rules:
- name: "HighCPU_Alert"
trigger:
metric: "CPUUtilization"
threshold: 90
actions:
- type: "notify"
channel: "slack"- Upload configuration:
aws s3 cp config/rules.yaml s3://your-bucket/config/Report Bug | Request Feature | Documentation | Contributing Guidelines
© 2025 fleXRPL. All Rights Reserved.