Questions tagged [elastic-ip]

An Elastic IP address (EIP) is a static IP address designed for dynamic cloud computing.

According to Amazon, "with an EIP, you can mask the failure of an instance by rapidly remapping the address to another instance. Your EIP is associated with your AWS account, not a particular instance, and it remains associated with your account until you choose to explicitly release it."

For more information see http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html

213 questions
0
votes
4 answers

AWS EC2 ipaddress

I managed to login to ubuntu and do some installation and ftp some image files(just to test if the network works). How can I view it using Public IP or Elastic IP from browser? I don't want to transfer the DNS yet because I am testing out the…
sooon
  • 4,718
  • 8
  • 63
  • 116
0
votes
1 answer

How to configure JBoss 7.1 on windows server 2008 AWS Amazon EC2 to access java application via a domain, elastic IP and Route 53?

How do I access a java web application hosted on Amazon AWS EC2, windows 2008 server, jboss 7.1, through an internet domain using java web server and jboss 7.1? I can access the application on localhost: 8080/webcontent server but I can not set up…
Panda
  • 93
  • 1
  • 6
-1
votes
1 answer

AWS: Can i use one ip elastic for more than 1 instance?

I created some AWS instances that will be used to access customer servers, but customers want to limit server access to just a few fixed IPs, so I thought of using elastic ip for that, but as there are several instances I'm looking to see if there…
-1
votes
2 answers

AWS EC2 multiple IPs, which one will be the default one to send out traffic?

I have created an ec2 ubuntu instance with an initial public IP assigned. After, I added two additional elastic IPs to the machine and did ip addr add ELASTIC_IP/20 dev ens5 to enable them on the machine. There is an existing program written in…
-1
votes
1 answer

Why traceroute of AWS public IP goes to the US?

I've used the traceroute command to see which network path packets are taking when reaching out to an EC2 instance with a public IP address. I don't understand why at step 8 of the traceroute, packets are going to the USA (Seattle) My EC2 is located…
John Doe
  • 418
  • 6
  • 18
-1
votes
2 answers

Assignment of AWS Elastic API makes the site unavailable

I have an EC2 instance running with an Elastic API. As the instance is years old, I have set up a new instance with the latest AMI and other packages, which was working well on testing. In order to make the new instance live, I tried assigning the…
-1
votes
1 answer

Amazon Elastic IP's Pricing and issues

I am trying to understand Elastic IPs pricing in AWS. There are few queries that are puzzling for me. As per AWS Docs, 1) Limit Elastic IP addresses per region for EC2-VPC is 5. So, If i have 3 VPCs in 3 regions and connected through VPC peering.…
-1
votes
2 answers

Static IP for AWS Elastic Beanstalk environment with load balancer for Tableau Trusted Authentication

I have an Elastic Beanstalk environment with load balancer. Also I have an hosted zone associated with the load balancer in order to access the environment via custom domain name. Now I want a static IP to use in Tableau Trusted Authentication. I am…
-1
votes
1 answer

CloudFormation ElasticIP Parameter

I have a CloudFormation template which adds OpenVPN to an existing VPC and requires an Elastic IP allocation ID as a parameter. It also adds the public IP address from the same Elastic IP to the OpenVPN instance configuration (in it's UserData…
bobmarksie
  • 3,282
  • 1
  • 41
  • 54
-1
votes
2 answers

Does AWS Public IP addresses get issued per Network interface or per EC2 instance?

Lets say I have a CentOS server running on AWS. When I deployed it, I got a public IP t which I can connect to from my other systems, and a Private IP on that server that shows up if I do ifconfig, which is not accessible by systems outside that…
-1
votes
2 answers

AWS EC2 - Will there be a network/connection failure while changing Elastic IP on the fly?

If we dissociate the Elastic IP from a running EC2 instance and associate a new address while the processes in the instance are communicating to the internet, will there be an error in the existing connection?
vivek_jonam
  • 3,237
  • 8
  • 32
  • 44
-1
votes
1 answer

IP Addressing AWS

I had an instance running on EC2 until I stopped it temporarily. Upon restarting the Public IP changed. I read that this is allocated automatically, so is there a way to use another means i.e. Elastic IPS to get the same Public IP as before stopping…
Olli
  • 512
  • 3
  • 6
  • 22
-1
votes
1 answer

How to create subdomains using apache and aws elastic api?

In our current configuration we are having one ec2 aws instance. On this we are serving one api server which is developed using laravel and one front end which is developed using angular apache. And for dns resolution we are using godaddy. Now we…
vinit payal
  • 1,201
  • 2
  • 13
  • 27
-1
votes
2 answers

Cannot SSH to system after releasing elastic IP

I had an EC2 instance with elastic IP on AWS. Because of the cost, I disassociated elastic IP from the instance. Now, my instance got a new IP. But now I cannot SSH into my instance. Most probably my apache has not started because of which my…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
-1
votes
1 answer

Amazon Web Service - Designing Mgmt Network

Hi I have a quick question, i tried to build 1 ubuntu web server instance in AWS with config like below: 1 Ubuntu instance with 2 network interfaces which 1 interface for public (http and https) (eth0) and the other one is for mgmt console (ssh:22)…
AnD
  • 3,060
  • 8
  • 35
  • 63
1 2 3
14
15