Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Jan 22, 2025A Step-by-Step Guide To Deploy Docker Containers On AWS EC2 InstanceThis article shows you how to deploy your Docker container or image onto an AWS EC2 instance. Without further ado, here’s everything you need to know: from basic EC2 and docker setup to running your first container. Docker and containers have gained ...Docker
Kunal Katiyarkunalkatiyar.hashnode.dev·Jan 19, 2025A Comprehensive Guide to GCP's Auto Scaling and Custom Metrics for Big ArchitecturesMotivation This week, I was working on optimizing our Kafka consumer services, when I noticed the most load that we used to have was during night when some job runs, and mostly the resources were being unused. I quickly looked into the lag build up,...10 likesautoscaling
Revan Mudnallaunching-linux-based-ec2-instance-gb.hashnode.dev·Jan 14, 2025EC-2 Instance - Launch and Connect Linux based Instance (Git bash)Table of Contents Introduction Launch Instance Configuration Steps to Launch Instance Introduction In previous blog we already know about EC-2 instance if to add up few things service interface allows you to obtain and configure capacity with m...AWS
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 5, 2025AWS EC2 Made Easy: Important Concepts and QuestionsQ.1 If you forgot to take backup of EC2 machine and it will get corrupt, what will you do? Answer: Tags -> More information about your EC2 machine We take backup of EC2 machines having YES tag only Select EC2 - Manage tags- add tags You can chec...AWS
Pintu Patradevops360.hashnode.dev·Dec 25, 2024AWS provides a wide variety of EC2 instance types1. General-Purpose Instances Balanced compute, memory, and networking resources, suitable for a variety of workloads. **T-Series (Burstable Performance) **Examples: t4g, t3, t2 Use Cases: Web servers, small databases, and development environments....instance
Chetan Mohanrao Mohodaws-zero-to-one.hashnode.dev·Dec 23, 2024AWS IAM: A Step-by-Step Guide to Secure Your AWS Account and Manage ResourcesWhen you access your AWS account, you can view your account details and the services you have disabled. If you grant access to your account to someone else and they enable services without disabling them afterward, it can lead to high costs and poten...aws roles
Aliraza Khanaliraza-khan.hashnode.dev·Dec 23, 2024Step-by-Step Guide to Opening a Port on Oracle Cloud InstanceWhen working with Oracle Cloud Infrastructure, you may encounter a scenario where you need to open a specific port on your instance to allow external access. However, opening the port from the security group alone might not work. This is because Orac...Oracle
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 20, 2024Terraform Best Practices: How to Leverage Locals, Count, and For_eachPrerequisite: To gain a better understanding, it is advisable to read this blog first: Click here before continuing with this one. GitHub: Refer this repository. Ever felt like Terraform configurations could be simpler or more flexible? Dive into t...locals block
Stanley Udebuanistanj.hashnode.dev·Dec 9, 2024A Fun Guide to Launching EC2 on AWS and Installing a Web Server with PowerShellAre you ready to jump into the cloud and launch your own EC2 instance in AWS? Don't worry! This step-by-step guide is super simple and fun. You’ll also learn how to install a web server using PowerShell to get your website up and running in no time. ...AWS
Shaik Mustafacloudcomputingbymustafa.hashnode.dev·Dec 4, 2024Mastering EC2 Instance Modifications: A Guide to Updating NAME tags, INSTANCE TYPE, SECURITY GROUPS AND EBS VOLUMEHello Techies👋 In this blog we are going to explore how to make some modifications on EC2 Instance. As well all know EC2 Instance contains NAME AMI INSANCE TYPE KEY-PAIR SECURITY GROUPS NETWORKING CONFIGURATIONS EBS VOLUME In this blog, i a...163 likes·707 readsinstance modifications