Creating Multi-Region Ingress Rules: A Guide to AWS Security GroupsHello !,Welcome Readers: Dive into the Latest Insights! Another Day, Another Article. Today I am going to share a use case: You have two AWS regions( let's say us-east-1, us-west-2) and you want to create a security group in the East region and allow...Aug 31, 2024·4 min read
DevOps Interview: Taking backup of Mysql db and store backup in AWS S3 using Ansible PlaybookThe primary objective is to automate the process of taking backups of a MySQL database. Storing backups securely is important for disaster recovery. AWS S3 (Simple Storage Service) is a reliable and scalable object storage service offered by Amazon W...Nov 25, 2023·2 min read
DevOps Interview: Terraform Workspace & commandsTerraform Workspace: Workspace is a feature provided by Terraform to help you isolate your Terraform configurations and state files. It allows you to manage multiple sets of infrastructure resources independently, each with its own distinct configura...Nov 22, 2023·3 min read
DevOps Interview: Ansible Vaults Commands and UsuageAnsible Vault is one of the most powerful features provided by Ansible. It is very useful when we are dealing with secrets, credentials, SSH keys or any other sensitive information in our playbook or role. Let’s say you want to add credentials to you...Nov 19, 2023·3 min read
DevOps Interview:Absolute path and Relative path in LinuxAbsolute path:An absolute path is the path of any files or folders with respect to the root directory (/) of the file system. It is always the same.e.g.- 1. /home/user/ec2-user/samplefile.txt → notice that it’s starting from “/” means root directory....Nov 17, 2023·2 min read