Terraform

A new dimension to access content of this website

cicd pipelines

Terraform AWS: Secure Website Deployment with CloudFront, S3 and OAC

Create AWS infrastructure with Terraform then push an AstroJS web application to GitHub. After a successful build of Astro, GitHub Actions deploys the app to AWS.

Thu Apr 02 2026 00:00:00 GMT+0000 (Coordinated Universal Time)
aws vpc

Terraform AWS: Create a VPC with High Availability Networking

Create a stand alone VPC with already configured ingress and egress networking for deploying highly available servers across multiple private or public subnets.

Thu Feb 01 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
aws cognito

Terraform AWS: User Authentication with Cognito, API Gateway, React

Create a serverless architecture for a React application that uses AWS Cognito, API Gateway, and Lambda for user registration and authentication. The application also takes a look at protected routes with React Router and getting retrieving user profile information from DynamoDB.

Wed Feb 28 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
aws fargate terraform

Terraform AWS: AWS Fargate Advanced Networking and Deployment

Create a VPC, split the network into public and private subnets and create the IAM Roles and Security Groups needed to begin taking a look at the networking options available for Fargate. Also take a look at different optimization, logging and monitoring settings.

Fri Mar 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
aws congito

AWS Cognito: User Pools, Identity Pools and App Clients

AWS Cognito is an identity management platform for web and mobile applications for registering users, authentication and authorization. User Pools and Identity Pools are the two main components of Cognito, but play very different roles in the authentication and authroization process.

Thu Feb 15 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
aws fargate

AWS Elastic Container Service Overview

Elastic Container Service lets you manage containerized applications at scale on AWS with several cluster modes and pricing options. Here's a quick refresher to go along with the ECS project.

Tue Jan 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)