Christopher Quiles·May 9, 2021Create a VPC in AWS with Public and Private Subnets & NAT GatewayThe purpose of this lab is to demonstrate how create a custom VPC with public subnet and an Internet gateway that will access our web…
Christopher Quiles·Mar 22, 2021Deploying AWS Lambda & API Gateway Using Terraform Modules.The process of building and deploying AWS Lambda and API Gateway using Terraform modules, and loading code repository with Git.
Christopher Quiles·Feb 23, 2021Automating AWS Lambda to Run Python For S3 Encryption.The process of automating Lambda function to apply S3 bucket encryption by running Python script.A response icon2A response icon2
Christopher Quiles·Feb 19, 2021Deploying Terraform Infrastructure with CI/CD Pipeline.Automating Terraform configuration by utilizing CircleCI to deploy an S3 backed web application.A response icon2A response icon2
Christopher Quiles·Jan 28, 2021Using MySQL Databases With Python on MacOS.MySQL is one of the most popular database management systems (DBMSs) on the market today. As most software applications need to interact…
Christopher Quiles·Jan 22, 2021Deploying Kubernetes Cluster Using TerraformUtilizing Kubernetes with Terraform, by scheduling and exposing a NGINX deployment on a Kubernetes cluster.
Christopher Quiles·Jan 21, 2021Valuable Lessons I Have Learned From Failure.And the gems I have gained going forward.
Christopher Quiles·Jan 19, 2021Creating Kubernetes Cluster On Amazon EKSIn this lab we’ll run through the process of creating a Kubernetes Cluster using Amazon EKS.
Christopher Quiles·Jan 14, 2021Creating a Docker LAMP (Linux, Apache, PHP & MySQL) StackThis lab will be creating a LAMP stack using Docker and solving some of the errors that will happen along the way.A response icon1A response icon1
Christopher Quiles·Jan 14, 2021Deploying a Docker Stack to Docker SwarmThis lab we will create a Docker Stack then deploy it to a Docker Swarm. It will also talk about some of the troubleshooting involved…