Ssugunainchandaka.hashnode.dev·Jun 22 · 4 min readAWS RDS MySQL Database Setup and EC2 Connection Guide🚀 AWS RDS MySQL Database Creation and Connection Using EC2 In this hands-on project, I created an Amazon RDS MySQL database, launched an EC2 instance, installed the MySQL client, and connected the EC00
Ssugunainchandaka.hashnode.dev·Jun 21 · 3 min readAWS S3 Static Website Hosting – Upload HTML and Image FilesProject Overview In this project, we will: Create an S3 bucket Upload an HTML file Upload an image file Configure Static Website Hosting Make the website publicly accessible Access the website u00
Ssugunainchandaka.hashnode.dev·Jun 12 · 6 min readCreating an AWS AMI from an EC2 Instance with an Attached EBS Volume and Nginx InstallationIntroduction Amazon Machine Images (AMIs) are one of the most powerful features in AWS. They allow you to create reusable templates of EC2 instances, including the operating system, installed software00
Ssugunainchandaka.hashnode.dev·Jun 11 · 6 min readAWS VPC Peering: A Step-by-Step Guide to Connecting VPCs SecurelyIntroduction In cloud environments, it's common to have resources deployed across multiple Virtual Private Clouds (VPCs). For example, your application servers may reside in one VPC while your databas00
Ssugunainchandaka.hashnode.dev·Jun 5 · 5 min readDeploying a Flask + MySQL Two-Tier Application on AWS EC2 Using Shell Scripting and DockerIntroduction In this project, I automated the deployment of a Flask and MySQL two-tier application on an AWS EC2 Ubuntu instance using Shell Scripting and Docker. The automation script performs the fo00