AWS
-
Amazon LightSail Hands-on Experience
I've been struggling these past few days with how to reduce AWS RDS data transfer fees. Since the file server isn't on AWS, connecting to RDS incurs a data transfer fee based on traffic, and the cost is quite high. I've considered a few solutions: move the file service…
-
AWS Practical Guide – Installing and Configuring PHP+Nginx Servers on EC2, RDS, and S3
Today, a company project required migrating the website server to AWS. I'm documenting this here for my own future reference and to share with others. AWS provides the following solution: Simply put, an EC2 host is used to install PHP and load balancing, an RDS host is used to install the database, and so on…