Current Website Version 1.33

What you are looking at right now is the first version of my website. It is running on S3 as a static website, with Cloudfront to provide SSL/TLS secure connection and route53 for the domain name. For continuous code integration I am using GitHub as a repo storage and CodePipeline to update site. To what other services are being used, checkout the Website Project link!

Like what you see?

Hire me

Website Road Map


Phase 1:

This phase is completed for you are actually reading this. The purpose of phase 1 was to get a static site running using S3 and make it continuous for future builds with CodePipeline.


Phase 2:

Add a dynamic element to the site by using wordpress or another php forum platform running on an EC2 instance. Add bastion host for security and another pipeline for dynamic website instance. Make static site as front page and link to dynamic site.


Phase 3:

Using budgets, cost explorer, and logs from CloudWatch to see where to save money. Will add serverless technology to the setup possibly in between dynamic site EC2 instance and DynamoDB. Also add high availability with load balancer if required.