liliangaladima.hashnode.devMy Cloud Resume ChallengeI finally implemented my version of the now infamous ‘Cloud Resume Challenge’ by Forrest Brazeal. From my very early days on my cloud journey, I have looked forward to tackling this project and i am glad to say that I have finally accomplished this l...Dec 5, 2023·3 min read
liliangaladima.hashnode.devBuild a Serverless CRUD API with AWSCRUD is an abbreviation for Create, Read, Update and Delete. It is a common functionality available in almost all modern day software that allows us perform the aforementioned actions on our applications. Serverless resources take away the burden of ...Nov 16, 2023·7 min read
liliangaladima.hashnode.devTerraform: Deploying a 3-Tier WordPress Architecture on AWSThe 3-tier architecture is a common software architectural design that comprises three layers, each with its obligations: Presentation layer: This layer is responsible for presenting information to the end user, receiving data from the user and deal...Aug 14, 2023·8 min read
liliangaladima.hashnode.devAWS: Deploying Nginx & PHP on private EC2 instances sitting behind a Load BalancerToday I’ll be sharing the steps required to use an application load balancer to route traffic requests to private instances that are configured with the Nginx web server. By the end of this tutorial, we should have the following set up: Two private ...Jan 30, 2023·10 min read
liliangaladima.hashnode.devCreate a Custom Virtual Private Cloud (VPC) on AWSCreating a custom VPC with public and private subnets can be a great way to ensure security and control over your resources in AWS. In this article, we will walk through the steps of creating a custom VPC with public and private subnets, an internet ...Jan 19, 2023·5 min read