Questions tagged [amazon-elastic-ip]

AWS Elastic IP addresses (EIP) allow the assignment of public static IPv4 addresses to resources, generally EC2 instances. An EIP can be remapped quickly, which allows the user to mask the failure of instances or software.

An Elastic IP Address (EIP) is a public static IPv4 address, which is reachable from the Internet. You can associate an Elastic IP address with your EC2 instance to enable communication with the Internet; for example, to connect to your instance from your local computer.

Elastic IPs provide resource mobility within a single VPC within a single AWS region, assisting with architecting fault tolerant applications. An unallocated EIP incurs charges.

Questions specifically dealing with AWS' Elastic IP should use this tag.

150 questions
0
votes
0 answers

Aws EC2 and Route 53 connection

I'm trying to connect domain (bought with Amazon r53) and EC2 instance. So far I have got elastic IP and attached to the instance added that elastic IP to r53 traffic record (A, TTL 300, simple routing) ping resolves assigned elastic IP correctly…
Juffin
  • 1
0
votes
1 answer

How to get the Auto-assigned IP address from an Amazon Instance via aws-cli

As many of you know AWS have Auto-Assigned "Public" IP's and Elastic IP's for the instances, I can get the Elastic IP's via cli with the describe-addresses command:…
Nic
  • 105
  • 1
  • 5
0
votes
1 answer

Is it possible to share same AWS Elastic IP addresses between two and more VPC?

I have "VPC-A" with NAT and attached Elastic IP address. Couple of services are running inside under load and couldn't be easily moved. Also I have "VPC-B" with own NAT for subnet and, of course, with other Elastic IP address. A peering connection…
0
votes
1 answer

How to setup a static ip address for outgoing traffic in AWS?

I have a number of EC2 instances in 3 availability zones. The application that I'm running on these instances are communicating with multiple third party applications that have a whitelist mechanism. I know that I'm able to communicate to those…
0
votes
1 answer

How to use different Elastic IP address for outgoing traffic on the same EC2 instance?

I have an EC2 instance with multiple IPs assigned to it. I use IPs for different sites on the same server, it seems that EC2 instance uses the same IP for outgoing traffic. For instance when I use curl to investigate my IP address using the proxy it…
John Doe
  • 3
  • 3
0
votes
1 answer

SSH connect breaks when elasticIP is assigned on AWS

When I try to connect to an ec2 instance with the route 53 service I bought the SSH connection disappears for no reason that I can determine. The web server created on it works, but the ssh no longer connects or switches to the public key. I'm…
0
votes
1 answer

AWS: Can't access 2nd NIC through EC2 dashboard

I'm kind of fumbling through this, but I think I'm doing everything right. I have two Network Interfaces on my instance (t2.micro). One has two Elastic IPs. I'm trying to get a 3rd elastic IP on the 2nd interface going. I have tried through the…
0
votes
2 answers

ec2 instance connection timed out but can be pinged

I've seen many similar questions but none like this. So I started an ec2 instance and installed apache, Wordpress, etc on top. And I was able to access everything fine with the public IP provided to me. Then I created a hosted zone on route 53 to…
0
votes
1 answer

Assigning AWS Elastic IP (public) and running load balancing EC2 servers

I'm about to deploy an app where users can add their own domain name to their profile. I need to give a fixed IP address for them update their DNS servers using Elastic IP. I would also like to run loading balancing (and auto-scaling)…
0
votes
1 answer

how can I move domains to an AWS ELB who are currently assigned to a static Elastic IP without changing DNS on their registrar

I have a large list of domains (which I do not control the domain registry for as they are clients). I would like to route their traffic through an AWS ELB and upgrade their infrastructure, however asking them all to change DNS in their registrar…
0
votes
1 answer

Adding secondary IP to EC2

I've got two servers with two two EIPs and I've done a migration from one to the other and now want one of the EC2s to manage both EIPs till I upgrade it. I've followed the instructions to add it and it displays in the console however no additional…
Rudiger
  • 191
  • 1
  • 15
0
votes
1 answer

Lost ability to ssh to ec2 instance after adding a second network interface with an EIP

I have an environment with a public and a private subnet. One of the servers in the private subnet requires both an Elastic IP address that resides on a network interface that is connected to the public subnet and a second network interface that…
Gary Sharpe
  • 103
  • 5
0
votes
1 answer

ec2 run-instances and associate static IP address in one step?

Is it possible to launch an EC2 instance and associate an IP address in one step? Or does one need to manually do it after it's up?
hendry
  • 677
  • 2
  • 10
  • 23
0
votes
1 answer

Static IP address EC2 network attach

I heard (perhaps wrongly) that using an Amazon Elastic IP "EIP" on a network interface and attaching that to an EC2 instance might be a quicker way of bringing up (or switching to) a new machine. However I am little confused how to handle the…
hendry
  • 677
  • 2
  • 10
  • 23
0
votes
0 answers

Change public IP address of EC2 instance to Elastic IP Address

I am running some web crawling jobs on an AWS hosted server. The crawler scrapes data from an eCommerce website but recently the crawler gets "timeout errors" from the website. The website might have limited my visiting frequency based on my IP…
Alex
  • 111
  • 1
  • 5