Page MenuHomePhabricator

Allow private IP address to always be used, even if elastic IP is allocated
AbandonedPublic

Authored by hach-que on Sep 10 2014, 3:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 2, 9:45 PM
Unknown Object (File)
Tue, Dec 17, 9:29 PM
Unknown Object (File)
Dec 6 2024, 2:57 PM
Unknown Object (File)
Dec 4 2024, 12:06 AM
Unknown Object (File)
Nov 26 2024, 10:07 PM
Unknown Object (File)
Nov 22 2024, 1:47 AM
Unknown Object (File)
Nov 18 2024, 6:32 AM
Unknown Object (File)
Nov 13 2024, 7:22 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

This provides an additional option that forces connection through the private instance IP address, even if an elastic IP address is allocated. This is because (unless a NAT instance is configured) an elastic IP address is required to access the internet, but you can't route out from AWS back into a different instance on an elastic IP.

(Grabbed this diff by doing git show HEAD on the production machine, which is why there's no context)

Test Plan

Tested in production :)

Diff Detail

Repository
rP Phabricator
Branch
live-master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3955
Build 3968: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

hach-que retitled this revision from to Allow private IP address to always be used, even if elastic IP is allocated.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
hach-que set the repository for this revision to rP Phabricator.
hach-que edited edge metadata.
epriestley edited edge metadata.

Depends on premature D10395.

This revision now requires changes to proceed.Aug 8 2015, 5:49 PM