Abishek Kafledevops.abisec.xyz·Dec 1, 2024Configuring an EC2 Instance as a Web Server with NginxTasks Set up a new EC2 instance for the Nautilus project. Instance Name: Name the EC2 instance devops-ec2. AMI: Use any available Ubuntu AMI to create the instance. User Data Script: Configure the instance to run a script at launch to: Install t...Cloud PlatformsAWS
Harshwardhan Choudharyeasyharshmods.hashnode.dev·Nov 28, 2024The EC2 Monitoring Detective: When Default Metrics Aren't EnoughSituation: The Black Friday Breakdown 🛍️ Picture this: You're the lead developer at "SnapBuy," a thriving e-commerce platform. Everything seems perfect until Black Friday arrives. Despite CloudWatch showing normal CPU usage and network traffic, cust...AWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 12, 2024Automating AWS EC2 Instance Setup with User Data and Exploring IAM BasicsAmazon Web Services (AWS) offers a wide range of cloud computing services, and two of the key features you’ll use in DevOps are EC2 (Elastic Compute Cloud) and IAM (Identity and Access Management). In this guide, we'll walk through how to automate th...2 likesDevops
Aditya Gadhaveadityag7678.hashnode.dev·Nov 2, 2024Step-by-Step Guide to Launching an EC2 Instance on AWSWhat is Elastic Compute Cloud (EC2)? EC2 stands for Elastic Compute Cloud. EC2 is an on-demand computing service on the AWS cloud platform. It also allows the user to configure their instances as per their requirements i.e. allocate the RAM, ROM,...AWS
Siddhartha Gauravsgaurav.hashnode.dev·Oct 21, 2024Amazon EC2 Basics: A Beginner's Guide (Part 1)Amazon Elastic Compute Cloud (EC2) is the backbone of AWS's cloud computing offerings. It allows users to rent virtual machines (called EC2 instances) and run applications without managing physical servers. In this detailed guide, we’ll break down th...1 likeAWSAWS
Victor Okekecloudchain.hashnode.dev·Sep 21, 2024A Walkthrough on deploying Your Static Website on EC2 Using NGINX ServerCloud computing has transformed how many businesses operate, allowing them to scale rapidly while maintaining cost-efficiency. As companies shift towards more scalable and distributed infrastructure, deploying websites on cloud platforms like AWS is ...35 readsAWS
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....ec2
Muhammad Hamza Shabbirhamzasba.hashnode.dev·Aug 28, 2024Create EC2 with Custom User Data & Connect via Instance Connect and SSHEC2 stands for Elastic Compute Cloud. EC2 is an on-demand computing service on the AWS cloud platform. Under computing, it includes all the services a computing device can offer to you along with the flexibility of a virtual environment. It also allo...1 like·52 readsec2
Infraboyinfraboy.hashnode.dev·Jun 24, 2024Introduction to AWS EC2AWS EC2 Amazon Web Services (AWS) Elastic Compute Cloud (EC2) is a fundamental service that provides scalable computing capacity in the cloud. It allows developers to run virtual servers, known as instances, which can be configured and managed easily...AWS ( Amazon Web Service )EC2 instance
Arnold Bernardarnold101.hashnode.dev·Jun 20, 2024Day 3 - EC2 Deep DiveWhat is AWS EC2 ? An EC2 instance refers to a virtual server provided as part of Amazon Web Services (AWS) Elastic Compute Cloud (EC2) service. EC2 instances are resizable compute capacity in the cloud, designed to make web-scale cloud computing easi...AWS