uprm-inso4101-2024-2025-s1 / semester-project-regiupr

semester-project-regiupr created by GitHub Classroom
7 stars 0 forks source link

Implement AWS Database Solution Based on Research #21

Closed carlospepin23 closed 1 week ago

carlospepin23 commented 2 weeks ago

Objective:

Description:

Requirements:

Time Constraints:

Completion Criteria:

Difficulty: 7

Priority: 7

Recommended Assignees:

nelson-escalona commented 1 week ago

Completion Date is now Wednesday, Sept 11 since research task is not finished and we've been having some bugs during the testing process.

nelson-escalona commented 1 week ago

MySQL Database Access on AWS EC2 Instance

We have successfully set up a MySQL database hosted on an AWS EC2 instance (t2.micro) as part of the Free Tier. The database is accessible globally via the instance’s elastic IP address, and it has been fully tested for functionality.

Key Details:

Handling Database Credentials:

To maintain the security of the database, credentials must not be pushed to GitHub or any version control platform.

Testing database functionality and connection:

The database was thoroughly tested. A file was made with dummy data which was successfully queried in and out of the database. NOTE Only database connectivity and queries to the student table was tested. Testing of the CRUD functions will be performed by other developers.

Additional Notes:

Ar2691 commented 1 week ago

Create a test task to test the functionality of the database.

nelson-escalona commented 1 week ago

@Ar2691 Just added the database testing to the resolution of this task.

Ar2691 commented 1 week ago

@Ar2691 Just added the database testing to the resolution of this task.

Is it added in this issue?

nelson-escalona commented 1 week ago

@Ar2691 Just added the database testing to the resolution of this task.

Is it added in this issue?

@Ar2691 Yes. In the original comment, I added that we did some testing.