All Star Esports CSGO Tournament

Join the ultimate competitive experience

About Tournament

This tournament brings together top CSGO teams to compete in an exciting competitive environment.

Register Your Team







Project Proposal

The main purpose of the development of this cloud-hosted website, which uses AWS (Amazon Web Services), is to represent an esports tournament registration page where teams can enter their details for participation in a game competition known as CSGO. The project demonstrates the use of Infrastructure-as-a-Service (IaaS) via AWS EC2. The EC2 instance is running Ubuntu Server and was launched and configured to host the website. A public IPv4 address was assigned, allowing the site to be accessed via a web browser.

Apache2 web server was installed on the EC2 instance to handle HTTP requests. The default page was replaced with a custom-built HTML website that includes a homepage, navigation bar, and a team registration form. The design was kept simple and minimal, while still incorporating a modern layout with sections for introduction, tournament details, and user input.

Security groups were configured to allow inbound traffic on ports 80 (HTTP) and 22 (SSH), ensuring accessibility and secure remote management. This project highlights key concepts such as remote server configuration, web hosting, and the deployment of a static web application.

Licensing

This project uses the MIT License, a permissive open-source license that allows users to freely use, copy, modify, and distribute the software for any purpose, including commercial use. The only requirement is that the original copyright notice and license text must be included in all copies or substantial portions of the software.

The MIT License was chosen because it is simple, widely used, and encourages collaboration. It is suitable for this project as it allows others to build upon the work without strict legal restrictions, making it ideal for educational and demonstration purposes.