Hi guys yesterday I was fiddling with AWS EC2 and successfully created an instance i remotely accessed the linux based ubuntu instance through mind term nd installed apache 2,mysql and phpmyadmin........
i was thinking of uploading my website there and pages in the ../var/www/html folder so is it wise to store webpages there or should i use s3 bucket and connect them??....
i think if i upload pages there it will be accessed faster there and also if i created databases there it will be faster to access instead of connecting them through AWS RDS I watched this tutorial of andrew puch https://www.youtube.com/watch?v=Bz-4wTGD2_Q this helped me a lot with creation and connecting the instance with RDS.... So to sum up
- should i create databases on the server or on AWS RDS which will be faster
- should i upload my website in the above mentioned folder or connect through s3 bucket???
- and the last if i want to do all this on the EC2 instance server how to can i gain permission for uploading and creating database and tables throught php scripts and also to upload files and folder in that var/www/html folder through WINSCP.....
thanks for the help guys really appreciate it...