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·690 readsinstance modifications
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024All APEX Vanity URL options on OCIThis blog is an Index of Blogs on this subject. Many of these blogs go in depth, referring to other blogs. Will these options work on the APEX Service? Yes they will. Note: All Private Endpoint and Load Balancer options require a Paid ADB and does no...268 readsOracle
Dinesh khadeday05-of-90daysofdevops-journey.hashnode.dev·Oct 26, 2024Shell Scripting For Devops :Shell : Shell is a utility to communicate with kernel . I am using two types of shell 1. sh 2.bash Script: A Shells are tools that let us interact with the kernel. I use two types of shells: 1. sh and 2. bash sh: This is a type of shell used for wri...Devops
Gedion Danielblog.gediondaniel.dev·Oct 26, 2024EBS vs EFS vs Instance StoreWhen choosing between EBS, EFS, and Instance Store in AWS, it's essential to understand how each type of storage is unique. Here’s a quick comparison to help you decide: FeatureEBS (Elastic Block Store)EFS (Elastic File System)Instance Store T...ebs