Amit singh deoraamitsinghs.hashnode.dev·Feb 17, 2025What is Bastion Host and why it is so important? Complete guide with InstallationThe concept of a Bastion host in AWS. Let’s understand with help of example. On the top right corner you will see a castle. In the middle you will see a tunnel which is like a entrance for this particular castle and on the left hand side you will se...Bastion Hosts
Kartik Chkartikch.hashnode.dev·Feb 4, 2025How to Launch an AWS EC2 Instance: A Step-by-Step Guide for BeginnersIf you're new to cloud computing and looking to set up your first server, Amazon Web Services (AWS) offers a powerful tool called EC2 (Elastic Compute Cloud). EC2 allows you to run virtual machines on the cloud, making it an excellent solution for ho...Day5
Md Yunusyunuscloud.eu.org·Jan 28, 2025Architectural Deep Dive: Infrastructure as Code Railway DeploymentAuthor: M.YunusDate: January 2025GitHub Repository: IaC-Railway 1. System Architecture Figure 1: Component interaction diagram of the Infrastructure as Code Railway deployment 1.1 Core Components The system is designed around a centralized Docker ...Projects#IaC
Mahad Ahmedblog.mahad.dev·Jan 25, 2025Setup your self-hosted MySQL on AWS EC2 UbuntuIntroduction AWS has a MySQL compatible database but it's expensive and sometimes the cost doesn't justify the convenience we get from having such a service for personal projects or projects that don't make money. The alternative solution is to have ...MySQL
Deepak Kushwahacodesops.hashnode.dev·Jan 25, 2025AWS Services - Elastic Compute Cloud (EC2)Introduction to AWS EC2: Scalable Compute Power in the Cloud - First Going into EC2 let’s understand about what is AWS - Amazon Web Services (AWS) is a cloud computing platform that offers services like storage, computing, and content delivery. It's...AWS
Nishank Koulnishankkoul.hashnode.dev·Jan 23, 2025Celestia Validator Node Deployment on Mocha-4 TestnetIntroduction Celestia is a modular blockchain designed to enhance scalability and decentralization by separating consensus and data availability layers. Running a Celestia validator node on the Mocha-4 testnet can be a complex process, but automation...Celestia
Chintan Bogharachintanboghara.hashnode.dev·Jan 19, 2025Setting Up a Secure Remote Linux Server on AWS with Multiple SSH Keys1. Set Up a Remote Linux Server on AWS Create an AWS Account: Sign up at AWS. Launch an EC2 Instance: Go to the EC2 Dashboard and click "Launch Instances." Choose an Amazon Machine Image (AMI), like Ubuntu Server or Amazon Linux. Select an insta...10 likes·285 readsDevOpsDevops
Munilakshmi G J100daysdevops.hashnode.dev·Jan 17, 2025Day 84 of 100 Days : Vault and Terraform Integration Continued!Welcome back to Day 84 of our DevOps journey! Yesterday, we learned how to integrate Vault with Terraform and create some key-value pairs. Today, we're going to continue the magic! 🪄 We'll dive deeper into Vault, create a Key-Value (KV) secret, and ...valut
Munilakshmi G J100daysdevops.hashnode.dev·Jan 16, 2025Day 83 of 100 Days : Securing Your Secrets with Vault and AppRole Authentication! 🔐Welcome to Day 83 of our 100 Days of DevOps Journey! Over the past two days, we’ve learned how to securely integrate Vault with AWS EC2 and set up AppRole Authentication. This process allows us to manage and access secrets securely without compromisi...AWS
Olorode Rotimidevexhaust.hashnode.dev·Jan 14, 2025Publishing Build results in Jira through Jenkins CICDIntegrating Jenkins and Jira creates a powerful, automated feedback loop for your CI/CD pipeline. This integration provides a comprehensive solution for real-time issue reporting and management, streamlining the process of identifying, tracking, and ...Cloud