When deploying to EKS did you know that each EC2 instance has a habit of taking way too many IP addresses? take this P2.Xlarge, this instance alone was responsible for reducing my available IP address pool by 10 IPs! Because of this issue, there is a long complex and ardous […]
Category: Networking
Blockchain, Machine learning, and Pharmaceutical Drug Labeling
In a recent project I was given the chance to design a robust and scalable pipeline for Drug labeling. In current pharmaceutical practice, the drug labeling process of taking technical documents and distilling them down to human readable labels to attach to medication is a tedious and time consuming process. […]
AmazonIQ, Botble, freelance work
Preparing for Risks: WordPress Migration to an AWS LAMP stack
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 […]