Ah. I feared this. To make a very long story short, some of our applications / deploy scripts have hard coded IP addresses that they expect. This is done because our legacy bare-metal infrastructure does not have functioning DNS during certain parts of our deployment. Machines that come immediately after these early stages look for a host at a specific IP. Once the 0th and 1st stage infrastructure has been set up, DNS and auto-discovery/auto-configuration starts to work.
Basically, there is one role in my farm that has a single instance (min/max set to 1, manual scaling). This instance lives in a specific subnet within a VPC. Instances that are launched after it will attempt to use *this* instance for NAT/Bootstrapping/Etc. They do this w/o the use of DNS (hard coded IP). The ability to set the IP manually for this specific instance is desired. Thanks. -K On Wed, Feb 18, 2015 at 5:40 PM, Thomas Orozco <[email protected]> wrote: > Hey Karl, > > Unfortunately, this is currently not possible in Scalr. Would you mind > describing your use case to me? > > Cheers, > > On Wednesday, February 18, 2015 at 1:20:25 PM UTC-8, > [email protected] wrote: >> >> Hi. Searching this forum for "private ip" does not yield much. >> >> *My Question* >> When using an AWS/VPC Cloud, it is possible to manually set the IP >> address of a node? >> >> >> >> The EC2 Create Instance call does support this option >> >> >> https://docs.aws.amazon.com/AWSRubySDK/latest/AWS/EC2/ >> InstanceCollection.html#create-instance_method >> >> >> (search for ':private_ip_address') on that page. >> >> Is there a way to do this within scalr? >> >> >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "scalr-discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scalr-discuss/mP_i1XnhSB4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
