Adetunji Aramide
AWS Projects

AWS Projects

Follow
Follow
home

Set up AWS NFS File Server on EC2 Servers

May 15, 20232 min read

In this architecture, we will set up two EC2 instances in two different AZs, and make them share the same data from a single NFS server. We will be...

Set up AWS NFS File Server on EC2 Servers

Connect to a private EC2 instance using session manager from a Custom VPC built with terraform.

May 7, 20233 min read

Introduction In modern-day web architecture, we deploy our database or application layer into a private instance. We do this because we don't want any...

Connect to a private EC2 instance using session manager from a Custom VPC built with terraform.

Deploy Wordpress on Ubuntu 22.04 server using terraform.

Apr 21, 20233 min read

I will walk you through the process of deploying a fresh WordPress installation on Ubuntu server 22.04 on AWS using Terraform. You can just replicate...

Deploy Wordpress on Ubuntu 22.04 server using terraform.