Overview
After setting up the networking environment, configuring the EC2 instance, and deploying the website files, the Mediplus template was successfully hosted and made accessible over the internet.
This marked the completion of the end-to-end deployment process within Amazon Web Services, bringing together all components of the architecture into a working system.
Final Deployment Outcome
🔹 Result
- Accessing the EC2 public IP in a browser now displayed the Mediplus website instead of the default NGINX page
🔹 This confirmed that:
- The EC2 instance was properly configured as a web server
- NGINX was serving the correct files
- The website files were correctly placed in the web directory
- The network configuration allowed public access
<aside>
👌
Insight
What started as individual components had now become a fully functional system.
</aside>

How the System Works Together
🔹 Each AWS component played a clear role:
- The VPC provided an isolated environment
- The public subnet allowed internet-facing resources
- The Internet Gateway enabled external communication