Jun 22S3 Static Website with CloudFrontServing up an image with S3 and CloudFront… Amazon S3 is a storage service for objects and CloudFront is a content delivery network. Together, you can create a static website with low latency for optimal performance. We will do this using a photo, stored in an S3 bucket, and then…Static Site2 min read
Jun 21Creating a Custom VPCProvisioning a VPC to fit your needs… There are many ways to build your VPC, and my hope is that as you follow along you are able to better navigate the process to fit your needs. For our purposes today we will be creating a VPC that uses: 2 subnets…Aws Vpc8 min read
Jun 5AWS 3-Tier ArchitectureThe 3 tier architecture consists of three computing teirs. Each of these tiers are able to operate simultaneously, be developed independently, & yet integrate holistically. It’s similar to dining out & having appetizers, a meal, & dessert. …Aws Architecture10 min read
May 29CI/CD CodePipeline via GitHub RepoAutomating the deployment of, and modifications to, an application is key to delivering the greatest possible user experience. It is crucial to find ways to update to latest versions as quickly and efficiently as possible. One way to do this is through a CodePipeline that uses a GitHub repository paired…Aws Codebuild4 min read
May 21Autoscaling EC2’s in CloudFormationCloudFormation is an AWS service that lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code. It’s similar to ordering a gourmet sandwich. You basically have three options:4 min read
May 17EC2 with NGINXIn this project, we will create an AWS EC2 Instance with an NGINX Webserver! EC2’s are a great way to utilize virtual servers, and scale them according to your needs. You can use as many or as few as you need, and you can operate your server using the web-server…3 min read
May 9Amazon EC2 AutoscalingRather than supplying your own limited computing resources, consider EC2 and Autoscaling! Amazon’s EC2 service (Elastic Compute Cloud) was designed to help deploy applications through a virtual machine, represented by a physical server. This is incredibly helpful for growing organizations that have dynamic computing needs. So, instead of providing and…Ec 2 Instance4 min read
May 2How to edit a Forked Repo from GitHub…If you’d like to contribute to a repo on GitHub via forking, this is for you!Github4 min read
Apr 13NGINX Web Server on CentOS 8Organizations can access and test their webpage over their CentOS 8 server, using NGINX for their content storage and delivery needs. You can use this as a guide to install and run NGINX as well as set up firewall for security. 1. Connect to the server First, you will want to open a secure shell…Nginx3 min read