Sugam Aroracodewhizsugam.hashnode.dev路8 hours agoSupercharge Your CI/CD: A Step-by-Step Guide to Installing Jenkins on the CloudIntroduction In today鈥檚 fast-paced development environment, automation is the key to maintaining efficiency and delivering high-quality software. Jenkins, a leader in CI/CD tools, enables teams to automate testing, building, and deploying applicatio...DiscussCloud
Shivam Sonishivtrent.hashnode.dev路10 hours agoMastering High Availability with AWS Auto Scaling and Load BalancingWhat is an Auto Scaling Group? An auto scaling group adds, removes, or replaces EC2 instances across multiple availability zones based on need or changing demand. It reduces the impact of system failures and improves the availability of our applicati...DiscussAWS
mahpara jabbarmahparajabbar.hashnode.dev路Sep 17, 2024Migrating to Amazon RDSA lab on migrating to Amazon RDS typically involves transferring an existing on-premises or cloud-hosted database to Amazon's Relational Database Service (RDS). The goal is to reduce the operational burden of managing databases by leveraging AWS's ma...DiscussMySQL
Guransh Deolguranshdeol.hashnode.dev路Sep 16, 2024Day 4: Understanding AWS Compute Services and Amazon EC2 | #100DaysOfCodeToday, I dove deep into AWS's compute services, understanding the core building blocks that power cloud-based applications. Here's a breakdown of what I learned: Understanding Servers Servers handle requests from clients, transforming them into respo...DiscussEC2 instance
Prem Choudharyprem14choudhary.hashnode.dev路Sep 16, 2024How to transfer file from local system to AWS EC2...?We cannot able to connect local system to AWS EC2 instance just because our key is visible, we just have to change the permission mode of that key. Here the solution: Open your terminal. Connect your bastion server with local system by ssh command....Discussec2
Aniket Purohitaniketpurohit.hashnode.dev路Sep 15, 2024Unleashing the Power of Amazon RDS and EC2: A Step-by-Step Journey!Hey tech enthusiasts! 馃憢 Ever wondered how you could create your own relational database on Amazon RDS and connect it to a web app hosted on an EC2 instance? Well, you鈥檙e in for a treat! 馃嵖 Today, I鈥檓 going to take you through my experience of doing ...Discussec2
Tanishka Marrottcloud-design-diaries.hashnode.dev路Sep 13, 2024Optimizing Cloud Costs: A Comprehensive Guide to Profiling WorkloadsWhile in the cloud, controlling costs is not just about saving money鈥攊t's about ensuring that your infrastructure runs efficiently without sacrificing performance. Why?Because, I consider everything right from resource allocation, post-deployment f...Discuss路3 likesCloud
Pavan Kumar Kpavan-blog.hashnode.dev路Sep 13, 2024EC2 - Elastic Compute CloudIntroduction Amazon EC2 (Elastic Compute Cloud) is a service from AWS that lets you create and run virtual servers, making it easy to host applications without needing to buy physical hardware. With EC2, you can quickly scale your computing power up ...DiscussAWSec2
Muhammad Irfanirfanmustafvi.hashnode.dev路Sep 12, 2024Exploring the Features of AWS Compute Services馃殌 AWS Compute Services: An In-Depth Overview Amazon Web Services (AWS) offers a powerful suite of compute services that help businesses run applications and scale workloads efficiently. Compute resources can be thought of as processing power of any ...Discuss路1 likeCloudanaire
Jatinjatin2231.hashnode.dev路Sep 12, 2024Day 4 of Devops - 45 Days : Automating AWS Instance Creation Using ScriptingIntroduction Manually creating AWS instances can be time-consuming and error-prone. By automating this process using scripting, you can significantly improve efficiency and reduce the risk of human error. This blog post will guide you through the ste...Discuss路1 likeDevops