
Blog v3: simplifying and improving my blog
I deliberately built a complex AWS ecosystem for this blog to play and learn. Now I'm tearing it down. Here's why, and where things stand.
13 articles and tutorials

I deliberately built a complex AWS ecosystem for this blog to play and learn. Now I'm tearing it down. Here's why, and where things stand.

FinOps applied to AWS: what it is, how it fits into AWS, the services involved, and the serverless tool I built to help me.

Learn how to automate the deployment of AWS resources using Terraform and GitHub Actions in this step-by-step guide.
AWS Cloud9 is deprecated, affecting new customer access (effective July 25, 2024).

The guide provides a step-by-step walkthrough on setting up a Cloud9 environment, integrating with Git, and preparing Docker applications for testing, using two microservices (in Node.js and Python).

Terraform is the main open-source tool to create infrastructure as code (IaC) in any cloud provider. In this article, we will review how we can use it to deploy a serverless website on AWS, exploring different options.

This final article in a series explores open-source tools for AWS, covering IaC generation, code analysis, policy compliance, and cost estimation, offering a toolkit for developers.

This article is the second part of a series on open-source tools, focusing on tools for inventory, analysis and security assessment of the AWS environment.

First article about the open-source tools that can help you to manage your AWS accounts.

I will show you how you can deploy a SAM project with AWS CodePipeline using the pipeline integration included in the AWS SAM CLI.

SAM (Serverless Application Model) is an open-source framework that you can use to build serverless applications on AWS and I will show you how it works.

Do you want to know how CDK works and how to deploy it from scratch? I will explain to you how to do it.

I will explain to you all you need to know to deploy a web using AWS Amplify. I did it to deploy the first version of my blog, so I will use it as an example.

Before creating my blog and starting posting I did a lot of research comparing technologies, creating proofs of concept, and it took me weeks to figure out how to do it until I felt comfortable with the solution. Want to know more?