/
9. Verification Checklist
9. Verification Checklist
Verify these infrastructure components and the configuration to ensure Roost is fully configured.
oAuth Provider has redirect URI setup
ACM certificate is issued and attached to the ALB
Route 53 entry is present for DNS to ALB
ALB is associated with Target Group
Target Group has healthy EC2 target
Database is accessible
EC2 instance - “control plane” is showing 3 docker processes running (nestjs, react_app, console_proxy)
Verify Roost Controlplane by accessing the Enterprise DNS associated with the Hosted zone
Troubleshooting Roost
Check docker logs for nestjs container (verify that it is connected to the database
docker logs -f --since 1m roost_roostai_nest_server_1
Check docker logs for react container to verify it is listening on port 4200
docker logs -f --since 1m roost_roostai_react_app_1
, multiple selections available,
Related content
8. Start Roost Control Plane Server
8. Start Roost Control Plane Server
More like this
6. AWS Route 53, ALB, ACM and Target Group Configuration
6. AWS Route 53, ALB, ACM and Target Group Configuration
Read with this
Roost on a single instance - uses docker-compose
Roost on a single instance - uses docker-compose
More like this
7. Roost Control Plane Setup
7. Roost Control Plane Setup
Read with this
5. EC2 Instance Setup
5. EC2 Instance Setup
Read with this
1. High Level Design
1. High Level Design
Read with this