Mihir Kumardevverse13.hashnode.dev·an hour agoRunning Jenkins on Docker Container as Master node and AWS EC2 Instance as Worker NodeIn this post, I’ll walk you through setting up Jenkins in a Docker container as the master node, and configuring an AWS EC2 instance as the worker (or agent) node. This setup allows Jenkins to distribute and execute jobs on remote machines, which is ...DiscussJenkins
Ankur Singhiamankursingh.hashnode.dev·Sep 29, 2024SSH Troubleshooting: A Beginner's GuideHaving trouble connecting to your EC2 instance via SSH? Let's troubleshoot together! Common Issues and Solutions Connection Timeout: Check Security Groups: Ensure your security group allows inbound SSH traffic (port 22). Firewall Interference: I...DiscussAWS
oghenekparobo StephenforfreeCodeCampfreecodecamp.org·Sep 27, 2024How to Use SSH to Safely Connect to GitHub: A Simple Guide for Windows OSIn this article, we will explore the Secure Shell (SSH) protocol, a vital tool for securing network communications. SSH is widely used for accessing remote servers and managing code repositories securely, particularly in environments like GitHub. You...Discussssh
Ayush Shrotriyaayushshash.hashnode.dev·Sep 26, 2024Introduction to Passwordless Authentication with AnsibleAnsible is a powerful open-source automation tool used to configure systems, deploy software, and orchestrate more advanced IT tasks. One of the core advantages of Ansible is its ability to manage multiple servers without needing to manually log in t...DiscussIT Automation
Krishna Prasanth Gurramgkprasanth.hashnode.dev·Sep 25, 2024My Journey to AWS Certified Cloud Practitioner: Day 3 – Introduction to EC2 and Security GroupsAs I continue my journey toward the AWS Certified Cloud Practitioner certification, Day 3 dives into one of the most widely used and essential services in AWS: Amazon Elastic Compute Cloud (EC2). EC2 is central to understanding cloud infrastructure a...Discuss·1 likeAWS CCP PREPAWS
Gauri Agrawalgaurisblog.hashnode.dev·Sep 25, 2024Accessing a VM via SSHLogin to your google cloud console Go to Compute Engine Then, click on create instance Name your instance, select region and zone and leave the other settings default Now, activate your cloud shell by clicking on the icon pointed by arrow Cl...DiscussGCP VM Series: From Zero to ComputeGCPHandsOn
Matias MartinezforBlog de CloudAcademyblog.cloudacademy.ar·Sep 24, 2024Deja de Usar SSH en AWS: La Perspectiva de DevSecOpsEn el mundo de la administración de sistemas en la nube, el uso de SSH (Secure Shell) ha sido durante mucho tiempo una práctica común para acceder a servidores remotos y gestionar sistemas. Sin embargo, cuando se trata de AWS y la gestión moderna de ...DiscussAWSAWS
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...DiscussAWSAWS
Md Saif Zamanlazyops.hashnode.dev·Sep 22, 2024Understanding the Core Protocols of the Internet: DNS, DHCP, and HTTP/HTTPSIn today's interconnected world, the internet serves as the backbone of global communication and information exchange. But have you ever wondered how your computer knows where to find a website, or how it gets an IP address on a network? The answer l...Discussdns
Dinesh Kumar Kblog.dineshcloud.in·Sep 20, 2024Linux - Remote Backups with rsyncWhat is rsync? rsync is a command-line utility for synchronizing files and directories between two locations. It can handle local backups or remote synchronization over SSH, ensuring that your data is consistently updated and accessible. Why Use rsyn...DiscussLinuxLinux