I understand that abstracting action through a CLI can be daunting for some but nothing can match the efficiency and granular control of CLI commands. In my previous attempts to migrate my database, I was having difficulty using MySQL workbench. After some time pondering the issue, I concluded that the […]
Month: November 2020
Designing Highly Available Systems Part 3: Remote Databases and Schema Conversions
Today I completed my exploration into making my architecture more stateless. I have a WordPress page that I have decided to use as a sample and experimented with different AWS solutions that allow this website to be launched independent of a local database or local file storage. Through MySQL workbench […]
Transferring SQL database to AWS, Aurora and Serverless architecture
Today I explored aurora serverless, I am currently working on migrating a website database to more available architecture. I started off by creating a serverless database and attempting to connect using a local MySQL program. After multiple attempts I realized that it was not working. I troubleshooted this issue over […]
Github, Codecommit, Codepipeline, S3 Hosting and bucket policies
Designing Highly Available Systems Part 2: Mounting and Modifying Permissions
Designing Highly Available Systems Part 1: Offloading data to AWS EFS
MySql, PHPMyAdmin, Moodle, & EC2 Hosting
I work as a volunteer for a non-profit organization called the Ahmadiyya Muslim Community, they mainly focus on humanitarian along with religious activities and currently they needed help with their AWS systems. I volunteered my time and was given two tasks Apply SSL certificates to terminate on their locally hosted […]