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 -~----------~----~----~----~------~----~------~--~---
