Siddhartha Gauravsgaurav.hashnode.dev·Nov 19, 2024Detailed Guide to EC2 Instance Storage for BeginnersAmazon EC2 offers various storage options tailored for different workloads. Let’s explore them in detail with simple explanations and steps to get started. 1. Amazon EBS (Elastic Block Store) Amazon EBS is a persistent block storage system for EC2 i...DiscussAWSAWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 18, 2024How to Deploy a WordPress Website on AWS EC2 with MySQL Database on RDSIntroduction If you’re looking to host your WordPress site on AWS, you're in the right place! WordPress is one of the most popular platforms for building websites and blogs, and AWS offers a scalable and reliable environment to host it. In this guide...Discuss·2 likesDevops
Faizan Khanfaikhan-ec2.hashnode.dev·Nov 17, 2024Creating an AWS EC2 instanceI created an account on AWS and spun up an EC2 (Elastic Compute Cloud) instance. I had to try three times. The first attempt was the most tedious, as there was a lot to read, especially about the free-tier services. After some reading, watching a few...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Building APIs with AWS Lambda: My Journey from Traditional Servers to Serverlesslet me tell you something interesting! Remember those days when setting up an API meant renting a whole server, installing everything manually, and praying your server doesn't crash? Chai! Those days were not funny at all. But today, I want to share ...DiscussAWS
Manya khedemanyaa.hashnode.dev·Nov 15, 2024Hosting a website on an AWS EC2 InstanceConsider EC2 as your server in the cloud. It provides the power, flexibility, and control you desire, without the need to manage physical hardware. Deploying a website on an EC2 instance serves as an excellent practical project for gaining experience...DiscussEC2 instance
Srinath Thilakarathnesrinatht.hashnode.dev·Nov 12, 2024Must know things about ec2 Instances for AWS Solutions Architect Associate (SAA) examBilling stopping state on demand instances are billed spot instances are not not billed terminated and stopped states ondemand instances + spot instances not billed reserved instances billed on every state It is not possible to ena...DiscussSolutions Architect Associate
Gedion Danielblog.gediondaniel.dev·Nov 10, 2024How I Deployed My First Full Stack Node.js App on AWS EC2: A Complete GuideHey there! 👋 I remember how overwhelming it felt when I first tried to deploy a full stack application on AWS. After lots of trial and error, I've put together this guide to help you deploy your Node.js app with a React frontend and MySQL database o...DiscussEC2 instance
Linet Kendislina.hashnode.dev·Nov 2, 2024Infrastructure for the Rest of UsProblem At school, your Computer Science instructor is accustomed to using local equipment for running classroom applications. The class gradebook and a web portal for the CS department’s swag are hosted on a dusty Unix box stored in a closet. This ...DiscussCloudEC2 instance
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,...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon SQS: Producing Messages for Reliable Asynchronous ProcessingAmazon Simple Queue Service (SQS) is a powerful tool for decoupling the components of your applications and enabling reliable message processing. One of the core functionalities of SQS is producing messages, which allows you to send messages to a que...DiscussAWS