I needed an ELK stack to test out a method for importing logs. What appeared to be a quick and easy task became somewhat long and tiresome. The documentation for Elasticsearch can be found here. T...
Quick setup ELK Stack
Continuous Deployment using Terraform Cloud
This is a work in progress This section of the course focuses on Terraform Cloud and Github. Most of the course had us manage the Terraform state locally on our machine. In this section we offloade...
Implemented Network-level adblocking Pi-hole
Network Wide Ad-blocking I absolutely detest ads, they’re intrusive and they make web browsing slower and less enjoyable. Nearly all my devices have some form of ad-blocking… but a few things still...
Terraform Modular Deployments
This project utilizes openweathermap.org as the source data, NodeRed to query the data, influxdb to store the data, and Graphana to visualize the data. This logical map is from the Terraform cours...
Deploying AWS resources with Terraform
Services Used: EC2, RDS, Elastic Load Balancer, Terraform Cloud, Kubernetes (K3s) This was from the course ‘More than Certified in Terraform’ by Derek Moran. This was created while following video...
Serverless Application
Serverless Application AWS Services Used: S3, API Gateway, Lambda, Step Functions, Simple Email Service(SES), Simple Notification Service(SNS) This was a silly lab but was an excellent way to inco...
Deploy static website with Github Pages & Jekyll
Tools & services used: [Jekyll, git, github, Github Pages, GitHub actions] I used these tools to deploy this website! What did I do? Installed Ruby & Jekyll Generated github reposito...