Tag Archives: aws

Unlocking Efficiency: The Power of Log Aggregation in Modern Software Development and Operations

Log aggregation is the process of collecting and centralizing log data from various sources into a single system where it can be processed, stored, and analyzed. Logs are generated by software systems, applications, services, and infrastructure components, and they provide valuable insights into the behavior and performance of these systems. Aggregating these logs involves gathering them from different servers, applications, and environments to offer a unified view of all system activities. This allows developers, system administrators, and security teams to monitor, troubleshoot, and maintain the system more efficiently.

Continue reading Unlocking Efficiency: The Power of Log Aggregation in Modern Software Development and Operations

Cloud Technologies; a Game-Changer for Small Businesses

Adopting cloud technologies is crucial for small businesses in today’s fast-paced digital landscape. The cloud offers cost-effective solutions that eliminate the need for expensive on-site infrastructure, such as servers or IT personnel. This makes powerful tools, like data storage, software applications, and advanced analytics, more accessible to small companies, leveling the playing field with larger enterprises. Cloud platforms also provide scalability, meaning businesses can adjust their services based on demand, without upfront financial commitments. This flexibility ensures that small businesses can stay agile, adapt quickly to market changes, and grow without being weighed down by IT overhead.

Continue reading Cloud Technologies; a Game-Changer for Small Businesses

Back Up and Running in Cloud Native

Finally had the time to rebuild and refresh the blog site. gotsudo.com in now full Cloud Native running in AWS (has always been, however in a more traditional server-based installation).

The recent migration included an AWS Lightsail service that provides various bundles of OS/applications, which in my case is WordPress running on Linux. Various tiers are also available to fit every budget out there.

I decided to take things a step further, and serve the public facing version of the website in a static configuration, leveraging AWS S3 to host the site files, with AWS CloudFront caching layer sitting upfront for the parent gotsudo.com address.

This allows me to limit access to the actual WordPress site running in Lightsail, transforming it to a true authoring and publishing site, rather than a public front-facing one.

Various WordPress plugins are available that can easily produce a static version of the website, and can also integrate with AWS services (or any other CSP) to auto publish files into S3 or any other repository of choice. While these make things much easier and more integrated, I decided to air-gap the systems, allowing me to selectively produce the published files and upload them to S3 using other means of tailored automation.

Later on, I may add some more integrations to the site, however at this point I’m quite happy with how far it came over a busy weekend’s time.