Best way to host a website on intranet of HTML/PHP files?

0

I want to make some database operations with GUI and what is the best option for this project? To run my project i'm using xampp and I would like to be able to run queries on my database and dynamically display, sort, add, remove, and update records based on site user input. Should I use a RDS database or EC2?

1 Answer
1
Accepted Answer

You probably want to go beyond EC2 & basic RDS: serverless is the way to go rid of most db management tasks. Also Aurora serverless will have very minimal costs (storage only basically) if you configure its capacity units properly: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.how-it-works.html

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions