
Welcome to my blogging site
WordPress on K8S and AWS RDS using Terraform
In this post I am going to show you how to deploy wordpress on k8s using AWS RDS service as the backend for our wordpress. Steps we are going to do : Writing code in terraform which automatically deploys services on k8s server and aws. Using RDS service on AWS for wordpress application. Deploying wordpress…
NAT gateway working
In this post we will see how to setup NAT gateway on the previous post of setting up wordpress and mysql : https://mynk.home.blog/2020/10/04/deploying-wordpress-and-mysql-on-ec2-in-custom-vpc-using-terraform/ Most of the process like making vpc, internat gateway etc. would remain the same except we just added the NAT gateway in our VPC. Workflow Creating a VPC and in this two…
Configuring Webserver in AWS EC2 using Ansible
Base Plan What we are going to do: Provision EC2 instance through ansible Retrieving facts like IP of EC2 instance Building inventory using dynamic inventory Configuring webserver in EC2 instance using ansible Deploying a webpage in the webserver To make ansible connect with aws we require a python library named boto or boto3 so make…
EFS in AWS
EFS stands for Elastic File Storage, a service provided by AWS of file storage and can easily be used with EC2. We can use EFS across AZs, different regions. To learn more about EFS : https://aws.amazon.com/efs/ In my earlier post ( https://mynk.home.blog/2020/06/15/571/ ) I hosted a web page on EC2 using S3 and EBS storage.…
Deploying WordPress and Mysql on EC2 in custom VPC using Terraform
Workflow Creating a VPC and in this two subnet Public Subnet – accessible from public world Private Subnet – not accessible from public subnet Public facing internet gateway for VPC Routing table for subnet Launching preconfigured wordpress instance in public subnet Launching preconfigured mysql instance in private subnet Provider and Key VPC and Subnet VPC…
Follow My Blog
Get new content delivered directly to your inbox.