Terraform

Immerse Infrastructure

Deploying a Globally Distributed Application Platform with Docker

Immerse is a VR startup based in London, UK. Immerse provides an enterprise virtual reality CMS and Unity SDK . I joined the company in 2017 as a DevOps Engineer to lead the company’s effort in becoming a global VR platform. Notably, my efforts at Immerse include; building a deployment system which allows us to deploy, update, and scale global infrastructure within minutes modernising their infrastructure in AWS using terraform reworking their Unity3d build pipelines and configuring Team City introducing test suites and TDD to existing development teams working with the QA department to develop inter-project acceptance tests using capybara more»

Deploying a Static S3 Website With Terraform

A Static Website with CDN Support  

In this video we will set up an automatic deployment CI/CD pipeline which deploys our static website to S3. We will then create a Terraform project which will orchestrate resources in AWS, and create an S3 bucket, and IAM user to use in our pipeline. With the IAM credentials and S3 bucket, we create a CircleCI workflow which builds our website from our GIT repository, and then pushes our rendered website to S3. more»