Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Provisioning an Application Load Balancer with Terraform

2021/01/02AWSTerraformLoad BalancingNetworkingInfrastructure as Code
Learn how to provision Application Load Balancers in AWS using Terraform to ensure high availability for your applications

Provisioning a Network Load Balancer with Terraform

2020/11/17AWSTerraformLoad BalancingNetworkingInfrastructure as Code
Learn how to provision Network Load Balancers in AWS using Terraform to ensure high availability for your applications

Understanding VPC endpoints

2020/08/20AWSTerraformVPCNetworking
Using VPC endpoints helps keeping your network traffic away from prying eyes. I'm showing you how to provision them using Terraform

Making Concourse's fly tool work behind an authenticated ALB

2019/04/13Concourse CIAWS
Setting Concourse CI with an authenticated ALB in AWS is an easy way to increase the security of your CI setup, but if you want to still use fly you need to do some adaptations

An overview of IAM in AWS

2019/03/09AWSIAMTerraformSecurity
IAM in AWS can be scary. I wrote a small guide to understand the basic concepts so that you can get started with it

Testing containers with dependencies with localstack

2019/01/21TDDServerSpecAWSlocalstack
Testing containers with ServerSpec can be augmented through localstack to test more complex setups with dependencies