System Information
- Strapi Version:
- Operating System:
- Postgres:
- Node Version:
- NPM Version:
Hi, I’m new to this and I am trying to install Strapi on AWS via EC2, RDS Postgres, and S3. I have been following the guide here AWS Deployment - Strapi Developer Documentation
But I get to this point and get stuck
Use the following command to start pm2:
cd ~
pm2 start ecosystem.config.js
Your Strapi project should now be available on http://your-ip-address:1337/.
I’m using AWS free tier, and my EC2 public IP is 18.138.248.91
But I have a feeling many free accounts are sharing this IP, so when I go to http://18.138.248.91:1337/ I am seeing nothing
Wondering if anybody can help me out?