Ahammed Basha Shaikday-5-of-100-days-challenge.hashnode.dev·Dec 14, 2024Connect to an EC2 Instance Using MobaXtermDay 5 of 100 Days Challenge – Connect to an EC2 Instance Using MobaXterm Effortlessly connecting to an AWS EC2 instance from a Windows laptop can sometimes feel daunting, especially for beginners. On Day 5 of my 100 Days of DevOps Challenge, I explor...ec2
Kasturi Nithinnithin1.hashnode.dev·Nov 17, 2024Establishing connection btwn ec2 instance and windows using MobaXterm.Let’s deep dive into creating an ec2 instance and connecting it with windows operating system using mobaxterm. Create a ec2 instance Log in to your aws account or signup to take use of 12-months free trial .After logging in head towards Console Home ...AWS
Chidinma Ozoemenachidinmawrites.hashnode.dev·Oct 18, 2024Mastering Monitoring: Setting Up Datadog and Azure VMs for Effective Alerts.Datadog is a comprehensive monitoring and analytics platform that helps you keep track of your infrastructure, applications, and logs. It provides real-time insights and alerts to ensure smooth operations. Understanding FIR and API FIR (Fast Incident...mobaxterm
Chidinma Ozoemenachidinmawrites.hashnode.dev·Oct 4, 2024Continuing with SSH Keys: Creating a VM, Users, and Groups Using MobaXtermIn the last post, we discussed how to create an SSH key. Now, let's take it a step further by using that SSH key to create a virtual machine (VM), configure it with the public key, and use MobaXterm to connect with the private key. We'll also cover c...Azure
Mohammad Arsalanprogramminguides.hashnode.dev·Sep 22, 2024AWS Transfer Family 101: Establishing an SFTP Server in the CloudOverview Comparing JSCAPE Server and AWS Transfer Family: Pros and Cons FeatureJSCAPE ServerAWS Transfer Family Setup ComplexityRequires manual installation and configuration.Fully managed service, easy to set up via AWS Console. CostL...33 readsAWSAWS
Alla Yasheelacloud-z.hashnode.dev·Sep 18, 2024Building a simple pipelineDeploying Jenkins and Building a Simple Pipeline: Step 1: Verify Jenkins Status First, check whether Jenkins is running by verifying its status. command: systemctl status jenkins Step 2: Access Jenkins Deploy Jenkins by copying the DNS name from your...AzureDevOpsJenkins
Alla Yasheelacloud-z.hashnode.dev·Sep 17, 2024Deploying an Nginx Web Server through ARM templatesIn this blog, we'll cover: How to create a VM using templates Deploying Nginx via SSH or MobaXterm Step 1: Set Up Your Azure Account Ensure you have an Azure free-tier account set up before proceeding. Step 2: GitHub Repository Open your GitHub r...AzureDevOpsnginx
Namdev Pratapdevopsadventure.hashnode.dev·Jul 21, 2024How to connect an EC2 instance from WindowsToday let's understand how to access an EC2 instance from your Windows computer, After you create an EC2 instance (if you don't know how to create an EC2 instance please click here for step by step guide and once you are done creating an EC2 instance...ssh
Vaibhav Magdumpyvmag.hashnode.dev·Jul 21, 20243. Ec2 -> Cli -> S3Automation is the name of the game when it comes to managing AWS resources efficiently. Let’s dive into the various tools and methods you can use to automate your AWS tasks and discover why each is valuable. Here’s a rundown of AWS CLI, Boto3, CloudF...cli
Gaurav Dakshgauravdaksh.hashnode.dev·Jul 7, 2024Day 3 | EC2-Instance Creation | MobaXterm Connect to EC2 | Simple Linux CommandsEC2-Instance Creation on AWS: What is EC2: Amazon EC2 (Elastic Compute Cloud) instance is a virtual server in Amazon's Elastic Compute Cloud (EC2) for running applications on the Amazon Web Services (AWS) infrastructure. EC2 allows users to rent virt...51 readsDevops