RNA

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…

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…

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.

Design a site like this with WordPress.com
Get started