DEVESH NEMADEdeveshnemade.hashnode.dev·Dec 1, 2024Understanding AWS Essentials: Placement Groups, Elastic IP, EFA, and EC2 Key PairsPlacement Group Cluster Packs instances close together inside an Availability Zone. This strategy enables workloads to achieve the low-latency network performance necessary for tightly-coupled node-to-node communication that is typical of high-perf...Discussplacementgruop
Abishek Kafledevops.abisec.xyz·Oct 8, 2024Attach Elastic Network Interface to EC2 InstanceTasks An instance named devops-ec2 and an elastic network interface named devops-eni already exists in us-east-1 region. Attach the devops-eni network interface to the devops-ec2 instance. Make sure status is attached before submitting the task. ...DiscussCloud PlatformsAWS
Ankita Lunawatcloudhub2295.hashnode.dev·Oct 7, 2024Troubleshooting concept for EC2..1. Check EC2 Instance Status Verify Instance State: Ensure that the EC2 instance is running. Go to the AWS Management Console → EC2 Dashboard → Instances → Check the instance's state (Running, Stopped, Terminated). Instance Status Checks: Go to ...Discussec2
Dwaipayan Somretrinexdevops.hashnode.dev·Sep 13, 2024AWS VPC 3-Tier Architecture using TerraformAWS services and components used in this project: Amazon Virtual Private Cloud (VPC) Internet Gateway NAT Gateway Elastic IP address Route table Public Subnet Private Subnet Project Summary: This project demonstrates the deployment of a 3-ti...Discuss·11 likes·401 readsTerraform
Ritik Guptaritikguptablogs.hashnode.dev·Sep 11, 2024Identifying Unutilized AWS Elastic IPs to Optimize AWS Costs Using PowerShellWhen managing AWS resources, cost optimization is critical, especially when considering the hidden costs associated with resources that are allocated but not actively used. One such resource is Elastic IP (EIP) addresses, which can often be forgotten...Discuss·10 likes·181 readsAWS
Sachin Yalagudkarsachin1313.hashnode.dev·Aug 2, 2024How to attach the Secondary Elastic IP of EC2 Instance?Steps: To create a Secondary Elastic IP for EC2 Create a Secondary Private IP Address: Open the Amazon EC2 console. In the navigation pane, choose "Instances" and select your instance. Choose "Actions," then "Networking," and select "Manage IP Ad...Discuss·34 readssecondary elastic Ip
Utkarsh Guptautkarsh80.hashnode.dev·Jun 17, 2024AWS Elastic IPElastic IP Address in AWS: An Elastic IP address in AWS is a unique, static IP address designed for dynamic cloud computing. When you launch a virtual server (an EC2 instance) on AWS, it's given an IP address. However, this IP address can change if y...DiscussAWS
Chandra Prakash Reddydevopstour.hashnode.dev·Jun 11, 2024AWS Network & Security { Part - II }What is an Elastic IP? A static IPv4 address created specifically for dynamic cloud computing in Amazon Web Services (AWS) is called an elastic IP. An Elastic IP stays constant, in comparison to ordinary IP addresses, which can change if you restart ...Discuss·6 likes·39 readsAWS TourAWS
Ucheagwu Onyikeucheagwuonyike.hashnode.dev·May 4, 2024Setting Up EC2 And Associating Elastic IPDeploying WordPress on an AWS EC2 instance is easy. In this series, I will guide you through the process of deploying a WordPress website on an AWS EC2 instance. This means you will be handling the installation of the following: Webserver: To handle...DiscussDeploying A WordPress Site on AWS EC2EC2 instance
Anthony Nzukitonynzuki.hashnode.dev·Apr 25, 2024Uploading a Template on AWS CloudFormationHere is the template created from the previous blogpost AWSTemplateFormatVersion: 2010-09-09 Description: Creating an ec2 instance that has an EIP and Security group attached to it Resources: HTTpSShSecurityGroup: Type: AWS::EC2::SecurityGroup...Discuss·37 readsAWS CloudFormation FundamentalsCloud Computing