Hey everyone! I'm looking to migrate a project from Lovable to AWS and would love to hear your thoughts. I'm planning to set up CloudFront with S3 to host my web app, and I'm also considering moving my Supabase database to an EC2 instance. Does anyone have suggestions or best practices that might help with this transition?
5 Answers
You might want to check out defang.io for an easy deployment to AWS. Let me know if you need assistance!
I have my frontend hosted on Amplify, which is basically a nice wrapper around CloudFront, while my backend is on Supabase. I’m still on the free tier and really don’t want to manage my own database. Even the $25/month for it is worth it for the convenience!
Just wondering, what's driving your decision to move from Supabase to EC2?
I’m looking for more control over my database management.
Go ahead with your plan to use S3 and CloudFront for the frontend, but consider keeping the backend on Supabase for now. Once your setup is working smoothly, then you can evaluate if it’s worth migrating the database over.
What framework is your web app built on? If it's Next.js, take a look at sst.dev, which can simplify your deployment on AWS!
It’s using React, but thanks for the tip! I’ll definitely keep it in mind for my other projects.
Absolutely, Amplify is a solid choice for hosting!