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
2 answers

I've kept charged from EIP on AWS

I've made a few EIPs in Tokyo region before and I released all of them already and there is no EIP anymore. the way i released them is not the right way in the official doc. i just terminated instances that were using the EIPs and then released them…
user10205970
0
votes
2 answers

AWS: Make EC2 instances reachable from each other

I have a VPC with several instances; These need to be reachable among them via public urls, i.e. one instance, say mysub1.mydomain.com should be able to access mysub2.mydomain.com and vice-versa; My only way for the moment to go about this is: a)…
pkaramol
  • 16,451
  • 43
  • 149
  • 324
0
votes
0 answers

Cannot access AWS instance with Elastic IP in my browser

I have followed what the guideline(https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Internet_Gateway.html) has told me to do, and my instance have an Elastic IP. However, when I paste the Elastic IP into my browsers(Google Chrome/…
Junwen
  • 1
  • 1
0
votes
1 answer

Creation of AMI from operating wordpress site yield "connection refused" with elastic ip

I created an AWS server and installed wordpress with an elastic ip address and verified that the default website was up and running. I wanted to make a backup image at that point so that I could use it as a beginning point for other websites. …
William Terrill
  • 3,484
  • 4
  • 31
  • 41
0
votes
2 answers

Rails server on AWS hosting

I have hosted a rails application on AWS. Every time I want to access my website, I have to go through some steps which are quite repetitive. 1. ssh -i <my-keypair-pem> ec2-user@<AWS-IPv4-public-IP> 2. rails s -p <port> -b 0.0.0.0 After…
A.A. F
  • 349
  • 5
  • 16
0
votes
1 answer

Cloudformation + EBS. How to create a static IP and route all outbound app server traffic through it?

I have the following Cloudformation config, it does the following: Creates and Elasticbeanstalk app Links a domain name to its loadbalancer I need to be able to access an FTP server but they only allow whitelisted IP addresses. How would I go…
0
votes
0 answers

AWS - Elastic IP will Connect Private IP?

I have an account in AWS, created local instance windows 2012 R2 standard edition. tried to configure Elastic (Static IP) IP to Local instance example like http://localhost:8080 to http://elasticip:8080 if it is possible to configure on AWS ??
0
votes
1 answer

how to assign an ip address to an ec2 instance using the v2 ruby sdk

how to assign an ip address to an ec2 instance using the v2 ruby sdk after the instance has been created. I tried the ec2.associate_address() method (mentioned in…
american-ninja-warrior
  • 7,397
  • 11
  • 46
  • 80
0
votes
1 answer

Cloud fomation: 2 EIPs, 2PIPs on one ENI

Getting "EIP will not stabilize" errors. Code is below... might be the code, or could be cloudformation bug. I would like to attach 2 EIPs to the interface, one to the primary private IP and one to the secondary private IP. It works when I do it…
0
votes
1 answer

S3 bucket with same CNAME as app?

I have the following setup: Domain registered mydomain.com App hosted on EC2 webserver on port 80 that's a accessible right now at mydomain.com/myapp .csv files hosted on an S3 bucket named myapp at the following endpoint like so:…
Ray
  • 3,137
  • 8
  • 32
  • 59
0
votes
1 answer

Access specific port run by services using elastic ip

I have windows server 2008 R2 running in AWS (with Elastic IP)where i am running Apache service to host one of website which i can easily access using various method like Like "localhost:port" works fine Using server NIC ip address:port works…
Nic
  • 151
  • 1
  • 17
0
votes
2 answers

Nginx don't handle request if I make request by AWS elastic IP

I have ec2 instance with 2 interfaces, et0 and et1. I assigned to that interfaces 2 elastic IPs. et0 works good, request made to IP assigned to that IP are handled by server with that listen 80 default_server; nginx config. In…
Artur Kasperek
  • 565
  • 2
  • 5
  • 17
0
votes
0 answers

Elastic IP Not Resolving to Private Instance

I have an elastic IP associated with an EC2 instance. The instance is on a VPC that has an igw routing 0.0.0.0/0. Right now I am able to accept connections on my private IP address but nothing when I try to connect to my Elastic IP. What am I…
user2019182
  • 295
  • 5
  • 19
0
votes
0 answers

Amazon Elastic IP & EBS volumes released when the instance is stopped

I created an EC2 in stance in Amazon, then I attached an EBS volume & an Elastic IP to it. After 2 days, my EC2 machine was stoped, and just after that, automatically EBS volume & Elastic IP was released and now I can't recover them anymore!!! I…
0
votes
2 answers

How to change an Elastic IP in ec2

Is it possible to change the IP in ec2 using the server you are on? What I currently do in the console is: Shutdown ec2 Disassociate the Elastic IP address Release the Elastic IP address (so I can create a new one, otherwise, it says max…
David542
  • 104,438
  • 178
  • 489
  • 842