Akhilesh Mishra

Akhilesh Mishra

I am Akhilesh Mishra, a self-taught Devops engineer with 11+ years working on private and public cloud (GCP & AWS)technologies. I also mentor DevOps aspirants in their journey to devops by providing guided learning and Mentorship. Topmate: https://topmate.io/akhilesh_mishra/

How To Securely Connect EC2 Instances To S3 Buckets Via Private Network

Securely Connect EC2 Instances To S3 Buckets Via Private Network

Accessing Amazon S3 privately enhances security, improves performance, reduces costs, ensures compliance with regulatory requirements, simplifies network architecture, and provides reliable and managed connectivity. This approach is particularly beneficial for workloads that require secure, high-performance, and cost-effective access to S3.…

Everything You Need To Know About Docker

Everything You Need To Know About Docker

What to expect from this blog post? In this blog post, I will discuss a little bit about Docker before diving deep into details instructions on using Docker in your Devops workflow. I will explain about running Docker containers, Docker networking,…

How to use Terraform functions like a pro

how to use terraform functions

In Terraform, functions serve as building blocks for manipulating and transforming data within your configuration files. They add a programmability element to an otherwise declarative language. When I first started with Terraform to write configuration to deploy infrastructure on AWS…