Files
Project_Velocity/.Agent Context/Bibels/infrastructure_deployment_manifest.md
2026-03-21 17:01:06 +05:30

2.0 KiB

Dream Weaver — Infrastructure & Connectivity Manifest

Environment: Production AWS Node
Last Verified: 2026-03-14
Status: HEALTHY


🖥️ Server Instance

Important

Active Public IP: 54.91.19.60
The previous Elastic IP (54.172.172.2) is currently detached and will time out. Ensure all your connection strings use the active IP.

Component Value
Instance ID i-0e4eab5fe67cf9abe
Instance Name Desineuron AWS Node 4x L4 (96GB VRAM) Spot
Public IP (Active) 54.91.19.60
Private IP 172.31.46.190
VPC ID vpc-081d2397920aad268

🛡️ Security Group Settings

Security Group ID: sg-0b144c17b1b89f4c6 (Synapse-Ops)
The following Inbound rules are explicitly confirmed and open:

Protocol Port Source Description
TCP 22 0.0.0.0/0 SSH Access
TCP 8082 0.0.0.0/0 Dream Weaver API v2 (Current)
TCP 8188 0.0.0.0/0 ComfyUI Internal API
TCP 8000 0.0.0.0/0 ComfyUI Web UI (Alternate)

🚀 Services & Endpoints

1. Dream Weaver Gateway v2

  • Port: 8082
  • Status: Active
  • Health Check: http://54.91.19.60:8082/health
  • Main Endpoint: POST http://54.91.19.60:8082/dream-weaver

2. ComfyUI Engine

  • Port: 8188
  • Status: Active
  • Prompt Endpoint: POST http://54.91.19.60:8188/prompt

🔑 SSH Configuration

Local Key File Path: f:\Workin In Progress\DESINEURON\GITLAB\Project_Velocity\desineuron-l4-node.pem

Quick Connect Command

ssh -i "path/to/desineuron-l4-node.pem" ubuntu@54.91.19.60

📝 Operator Checklist (Troubleshooting)

  1. Verify API Process: ps aux | grep dw_gateway_v2
  2. Check Logs: tail -f /home/ubuntu/gw_v2.log
  3. Check Port Listeners: sudo netstat -tulpn | grep 8082
  4. No Zombie Processes: Port 8080 has been cleared. Only 8082 is serving the gateway.