Magdalene Banjokomegbanj.hashnode.dev·14 hours agoQuick Guide to Deploying a Linux EC2 Instance on AWSAmazon Web Services (AWS) is one of the top cloud services providers. You should be able to deploy a Linux machine on AWS after following this quick guide I have taken time to put together while documenting every step to achieving the final result. I...ec2
Fauzeyafauzeya.hashnode.dev·19 hours agoNo Dockerfile? No Problem! Let Your Code Find Its Build Path.What is CNBs? Buildpacks were introduced by Heroku in 2011. The CNB project was initiated by Pivotal and Heroku in January 2018 and joined the Cloud Native Computing Foundation (CNCF) as an Apache-2.0 licensed project in October 2018. Cloud-native bu...2 likesDevops
Munilakshmi G J100daysdevops.hashnode.dev·19 hours agoDay 86 of 100 Days : Ansible Passwordless Authentication SetupIntroduction: In today’s post, we’ll explore how to set up passwordless authentication with Ansible, enabling seamless automation between a master EC2 instance and a slave EC2 instance. We’ll also look into Ansible inventory, understanding its struct...ansible passwordless authen
Nishank Koulnishankkoul.hashnode.dev·a day agoBuilding a Scalable LLM Inference Service with Ollama, Stress Testing, and AutoscalingIntroduction In today's era of AI-powered solutions, deploying large language models (LLMs) at scale requires meticulous planning, robust infrastructure, and dynamic scaling to ensure reliability and performance. In this blog, I'll walk you through a...ollama
Anthony Watblog.avangards.io·Jan 20, 2025Encrypting EBS Volumes of Amazon EC2 Instances Using PythonIntroduction Ensuring compliance with stringent security requirements often leads to unexpected challenges - here’s one I recently tackled. The account in question has hundreds of EC2 instances with EBS volumes that are encrypted with the KMS AWS man...AWS
Munilakshmi G J100daysdevops.hashnode.dev·Jan 19, 2025Day 85 of 100 Days : Exploring AnsibleToday marks Day 85 of my 100 Days of DevOps journey, and I’m diving deep into one of the most powerful configuration management and automation tools in the DevOps world: Ansible. Let’s explore why Ansible has become the go-to tool for many system adm...ansible
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 18, 2025Jenkins in Action: Automate, Test, DeployJenkins is an open-source automation server that enables developer/DevOps/Tester to automate various stages of their software development process. Continuous Integration - Integrate code changes from multiple developers into single repo. Continuous...1 likeJenkins
Aryansecuredvpcbysudo.hashnode.dev·Jan 16, 2025Secured VPC SetupSo In this project I am going to show like how we can host a secure server in AWS Cloud. Step 1 {Architecture} Firstly, let's see the architecture diagram below - Step 2 {Overview} So, we are going to create a VPC that you can use for your severs de...Cloud Computing
Sofiane Boumelittechnicalpost.hashnode.dev·Jan 15, 2025Introduction to Elastic Compute CloudCloud technologies have become an integral part of modern architecture, whether partially or fully implemented. They could be used to harness the platform's extensive features for entire applications or to host portfolios and personal projects. Gaini...AWS
Revan Mudnallaunching-linux-based-ec2-instance-gb.hashnode.dev·Jan 14, 2025EC-2 Instance - Launch and Connect Linux based Instance (Git bash)Table of Contents Introduction Launch Instance Configuration Steps to Launch Instance Introduction In previous blog we already know about EC-2 instance if to add up few things service interface allows you to obtain and configure capacity with m...AWS