- About The Project
- Technologies Used
- Setup
- Screenshots
- Usage
- Project Status
- Room for Improvement
- Acknowledgements
- Contact
Create a VPC have:
- 2 public subnet and 2 private subnet
- 1 Linux EC2 for run a PHP web server "School Management"
- 1 DynamoDB connect to EC2 and run Python Tic Tac Toe game
System Architect:
- AWS VPC
- AWS EC2
- AWS DynamoDB
- Amazon Linux 2
- LAMP mariadb 10.2 php 7.2
- Python, Flask
Following "./Reprot/Đề tài VPC - DynamoDB.docx"
PHP School Management:
Python Tic Tac Toe:
Project is: complete
This project was based on:
- Tutorial: AWS Academy Lab - Lab2: Build a VPC and Launch a Web Server
- Tutorial: DynamoDB example application using the AWS SDK for Python (Boto): Tic-tac-toe
- PHP School Management source code by ANUJ KUMAR
- Python Tic Tac Toe source code by AWS