
Author Archives
-
AWS CDK – Serverless Website Monitoring
I recently have been playing around with some tools for monitoring websites but with these tools they can be an unnecessary expense for a start-up. So, I went and built my own monitoring stack in AWS CDK to monitor if… Read More ›
-
Why go serverless?
Introduction Serverless computing is a new way of building and running applications. It promises to reduce cost, improve speed and simplify maintenance, making it easier for developers to build better apps faster. Reduce cost and increase speed There are a… Read More ›
-
Out with the old in with the new
-
Big Update to the ezConsole landing page
This morning I have worked on a new landing page concept and deployed the page for feedback. I think the new page has a more modern feel and will work weel when the landing page moves out of just pre-launch… Read More ›
-
Midnight Idea
Last Night I had an idea come to mind for a tool that would simplify invoicing for developers or freelancers that bill clients per hour. Anyway, this evening I have started to throw together the landing page using my landing… Read More ›
-
Thinking More about SaaS
I have just recently started to kick of my new SaaS tool ezConsole.dev this is a desktop tool that is designed to help manage every day AWS tasks making them quicker and more efficient. I have not yet decided on… Read More ›
-
ezConsole – The AWS Desktop Management Tool
So, some actual progress on productizing my AWS Desktop Management tool called ezConsole this week. For a little while now I have had the task on my ClickUp board to build out the infrastructure deployment pipeline for the landing page…. Read More ›
-
Full Ahead ezConsole
The collection of applications I have been working on recently is coming together to create an application called ezConsole. ezConsole will be a very handy desktop application specifically designed to work with AWS. ezConsole can be thought of as a… Read More ›
-
Setting Minimum Protocol Version for HttpsRedirect in CDK
To change the minimum protocol version when using Https redirect route 53 patterns you must first find the RedirectDistribution and then in that the defaultChild then you can add a poroperty override for the DistributionConfig.ViewerCertificate.MinimumProtocolVersion property, setting the tls version…. Read More ›
-
AWS Stack Manager App
The AWS Stack Manager app is almost ready. The only major work left is user management so I can start distributing the app and manage app licences and some UI/UX styling. This is a guide to using this simple AWS… Read More ›