ah....ok....missed that part :) On Thu, Jan 22, 2009 at 4:17 PM, Sam <[email protected]> wrote:
> > Yes it is in Scalr but > >>(As this was low profile internal app we do not have this on scalr). > > On Jan 22, 2:12 pm, Arie Fishler <[email protected]> wrote: > > Isn't it what's provided in the security-group > > config<https://scalr.net/sec_groups_view.php>on scalr? > > > > On Thu, Jan 22, 2009 at 4:05 PM, Sam <[email protected]> wrote: > > > > > Hi Matt, > > > > > Thanks a lot for your help. > > > I used the syntax given by you and used amazon console > > >https://console.aws.amazon.com/ > > > (As this was low profile internal app we do not have this on scalr). > > > It works as expected. > > > > > Many thanks again ! > > > > > On Jan 22, 1:08 pm, Matt McGinnis <[email protected]> wrote: > > > > I haven't tested this, but it should work. Basically, you just > > > > authorize your myscalr.www group to only allow access to your > > > > company's IP address. You might also need to give http access to the > > > > scalr application server, I'm not sure about that. Here is the > > > > command: > > > > > > ec2-authorize myscalr.www -P tcp -p 80 -s XXX.XXX.XXX.XXX/32 > > > > > > where XXX.XXX.XXX.XXX is the company IP address. This also assumes > > > > that your scalr www group is named myscalr.www. I would also give > the > > > > same group https access. > > > > > > ec2-authorize myscalr.www -P tcp -p 443 -s XXX.XXX.XXX.XXX/32 > > > > > > Optionally, you could just give your company access to all ports: > > > > > > ec2-authorize myscalr.www -P tcp -p 0-65535 -s XXX.XXX.XXX.XXX/32 > > > > > > Hope that helps. > > > > > > On Jan 22, 5:50 am, Sam <[email protected]> wrote: > > > > > > > I wish to restrict a particular domain's access by web to my > company > > > > > IP address only. > > > > > I tried to look into the previous posts in Scalr but could not find > a > > > > > way to do it. > > > > > Something to do with security groups? > > > > > Could you please help me? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
