Comments inline. On 1 August 2013 01:50, Mykhaylo Dobrovolskyy <[email protected]> wrote: > Hi, > > Can you pls explain how VPC is working within scalr. > > I tried to play with it, but I got confusing like: > > a) I have old subnets which I want to use, but scalr don't know nothing > about internet access in these subnets, is it safe to use them?
It is safe and you can re-use them, but you'll need to handle routing and make sure that scalr has access to this instances. > b) This VPC router, I want to provision instance with EIP assigned on it, > but this instance could be provisioned only when I'm using routing table > with default via VPC router, that I'm understand, but if we changing routing > in that way, EIP will not work, because EIP require igw to be assigned as > default gateway for the subnet. Without default via VPДrouter - instace will > always remain in Pending state what is normal, since it's not able to > connect to apt.scalr and another services VPC router used only for instances without EIP. If you're using scalr subnets and routing tables, scalr create one subnet for outbound access where routing table route 0.0.0.0/0 traffic via Router Instance and second subnet with route via IGW. > > So, for now, I'm trying to figure out if it's possible to re-use old subnets > and second, how to properly configure scalr to use EIP in VPC. If you want to use EIP, you need to use subnet which will use routing table that has route 0.0.0.0/0 via IGW. It doesn't matter will you use scalr subnets or old - custom ones. > > Thanks as usual for the help. Regards, Igor > > -- > 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/groups/opt_out. > > -- 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/groups/opt_out.
