Update:
AWS Droplet is replaced with AWS EC2 machine in us-east-1
Database is migrated to AWS RDS Postgres from
DigitalOcean databases postgres
For images storage we are using the digitalocean object storage. We didn't migrate it to AWS S3.
Both Production and staging servers are deployed on AWS now.
Staging Region:
us-east-2
Production Region:
us-east-1
n8n:
deployed the n8n community version on AWS
made connections between our app and n8n backend via API tested a socket connection to send real time updates from n8n to CPP app
Next Steps:
Modify n8n workflows to work for CPP as per the APIs