AWS

Terraform module for AWS ECR

2 minute read

I share here another Terraform module I published as open source code, which allows you to create registries in AWS ECR.

Terraform module for Secrets Manager

3 minute read

I just published a Terraform module called terraform-aws-secrets-manager at Github, so I decided to share it as well in the public Terraform Registry.

Terraform module for Amazon CodeBuild

8 minute read

I just published a Terraform module called terraform-aws-codebuild at Github, so I decided to share it as well in the public Terraform Registry.

Terraform module for AWS Backup

5 minute read

I just published my first open-sourced Terraform module called terraform-aws-backup at Github, so I decided to share it as well in the public Terraform Reg...

Alexa skill: Días Festivos

1 minute read

Today I received the approval of the publication of my first Alexa skill in Spanish. The name of the skill is Días Festivos, and lets you know when is the ...

How to migrate Terraform remote tfstates

1 minute read

In Terraform you can rename and move resources and modules in the same state, whether it is local or remote. But when you want to migrate resources or modu...

Dynamic blocks in Terraform 0.12.x

2 minute read

Some time ago I wrote about how to make dynamic blocks in Terraform 0.11.x, that although it solved the problem, it generated others because it wasn’t an o...

Guru of the week

less than 1 minute read

Last week I answered this Guru of the Week question and I won!. Some questions can be tricky, but the key is to think what service or technology solves the...

Using Alexa ASK SDK from Lambda Layers

1 minute read

Lambda Layers Lambda Layers was recently incorporated into AWS, which basically allows you to share libraries and codes between Lambda functions. This make...

AWS CodePipeline with Bitbucket

1 minute read

At work I needed to deploy an application using AWS CodePipeline but the repository where the code is located is in Bitbucket. This was an inconvenient tas...

Dynamic configuration blocks in Terraform

1 minute read

One of the things I had to resolve was the fact that in Terraform there are configuration blocks that, depending on the options may have different paramete...

Getting AWS Logs from the CLI

1 minute read

One of the company’s developers asked me if there was any way to view the Lambda function logs from the command line, so I wouldn’t have to go into the AWS...

echo dot

less than 1 minute read

Since I’m working on some projects in the company with Alexa, I got a echo dot.

A Cloud Guru Member

less than 1 minute read

I received my swag: t-shirt and sticker pack from A Cloud Guru this week. How I got these items? I became a member and now I have access to all courses and...

How to get the latest Ubuntu AMI

1 minute read

Recently I needed to get the latest AMI for Ubuntu Trusty 14.04 Ubuntu with ENA support enabled to build an image using Packer so I did a research and foun...

AWS Certified Solutions Architect

less than 1 minute read

At work we are migrating many services to Amazon’s cloud, therefore we need to formalize the AWS knowledge. In that sense we found an online course site ca...