Home
Playing AWS
Cancel
header

AWS WAF (Web Application Firewall): Deep Dive

Learn how AWS WAF helps protect your web applications from malicious attacks with its agile protection, ease of deployment and maintenance, cost-effectiveness, and scalability.

How to deploy a serverless website with Terraform

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.

How open source tools can help you with your code

The article is about the use of open source tools to help with your AWS code

Open source tools to analyze your AWS environment

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.

Getting started with AWS open-source tools

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

DeepRacer - First steps with Machine Learning

Want to know how AWS DeepRacer works? I tested it at re:Invent 2022 and tell you about my experience with this machine learning service.

AWS Control Tower Deep Dive

Second article about the multi-account approach and specifically about AWS Control Tower where we will review all options.

Getting started with AWS Multi-account approach

This is the first article related to the multi-account approach, and the first thing to review is to know when and why I need a multi-account solution.

Amazon GuardDuty: Deep dive

Amazon GuardDuty is one of the most important security services on AWS. This post contains everything you need to know about the service.

AWS Security Hub: Deep dive

AWS Security Hub is one of the most important security services on AWS. This post contains everything you need to know about the service.

How to improve your account security

If you already have one or multiple AWS accounts and you want to improve your security approach you should read this article.

Getting Started with AWS Security

In AWS security is the TOP priority, but what do you know about security? How you can secure your AWS solutions? What are the basics and best practices that you need to know? Where to start?

How to create serverless applications with CDK and SAM

CDK and SAM can be used together to create serverless applications. You will use CDK to define and create your AWS resources, and you will use SAM to test Lambda, API Gateway and DynamodDB resources.

How to add CI/CD to my SAM project

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

How to create serverless applications with SAM

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.

How to add CI/CD to my CDK project

I will show you how you can deploy a CDK project using the Developer Tools of AWS, and a different approach to creating it with AWS console and with IaC.

How to create infrastructure with CDK

Do you want to know how to create infrastructure with CDK and review my CDK project used in this blog?

How to deploy a web with Amplify Hosting

I use Amplify hosting to deploy my blog and in this post, I will explain how to do it step by step. The source code is public, so you can also do it if you want to

How I decided on the technology behind the blog

I just started the blog, but before that I did a lot of research comparing technologies, doing 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?