Questions tagged as ['amazon-elastic-ip']
I have multiple web application servers running on different Amazon EC2 instances. At the moment, I am able to access those servers on client devices by assigning an Elastic IP to the EC2 instances and then calling the APIs using either the Elastic IP directly, or by pointing a purchased domain name to the Elastic IP. However, I am now running into the Elastic IP limit, meaning I would have to unassign ...

I have an ec2 AmazonLinux2 instance. It has a primary nic on eth0. I went ahead and attached another eni (with an associated public ip) eth1. I would like to make sure that I can send traffic via the eth1 as well but unable to.
curl --interface eth0 ifconfig.me --> Works, returns the public ip of the instance
curl --interface eth1 ifconfig.me --> Does not work, the call just hangs
Here are my in ...
I've built an AWS ALB & Target group via Terraform and everything looks correct but the Target Group is reporting unhealthy for HTTP, HTTPS, and TCP. The instance is a t3.nano in us-east-2 and has Nginx installed and running.
I've verified the following:
- Nginx is configured and running on ports 80 & 443
- Security groups allow HTTP & HTTPS from 0.0.0.0/0
- Instance is on a public subne ...
I have a VPC 10.0.0.0/16
with an Internet gateway and two subnets 10.0.100.0/24
and 10.0.200.0/24
in the same availability zone. A single security group allows tcp/22
inbound from 0.0.0.0/0
and everything outbound. I also have two network interfaces tied to the security group, one in each subnet. Each network interface has its own Elastic IP address. There is a routing table for each subnet poi ...