Welcome to Hybrid Cloud
Hybrid cloud is a product or offspring of private and public cloud. The mere existence of hybrid cloud depict more automated, productive , featured cloud computing environment.
Here, I post some of my work, research and projects on hybrid multi cloud with detailed explanation, visuals, in layman and short terms.
Latest hybrid cloud related posts
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…
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…
Deploying services on EKS using EFS (Drupal)
Elastic Kubernetes Service is a well managed kubernetes service and allows us to perform every task related to kubernetes on AWS cloud. Amazon EKS provides many facilities to the users like scalability of nodes etc… Here, we are going to deploy drupal on top of EKS and use EFS (Elastic File System) for PVC creation…
Web page/app hosting on EC2 using S3, cloudfront with Terraform
Terrafrom is the most widely used product for Infrastructure as a Service. By using terraform infrastructure handling is a piece of cake. Let us see what we are going to work on today. What we are going to do: Create the key and security group which allow the port 80. Launch EC2 instance use the…
EBS and Security Groups in AWS
Cloud Trail CloudTrail is an management and governance service which keeps the logs/history of whatever we do in aws, these logs are know as events. It create a trail for recording these events with events we can do lots of things. We can find more details under view event. To look events using aws cli…
AWS CLI : intro
AWS command line interface is a tool to manage aws services through command line. https://aws.amazon.com/cli/ : aws cli download We commonly use aws using IAM user. After creating IAM user download credentials which are downloaded in .csv format. After downloading aws cli and installing it open command prompt in windows or shell in linux. To…
Follow My Blog
Get new content delivered directly to your inbox.