Yes, you can do that on AWS. In our case, we just defined a security group called 'riak', we set the inbound restrictions on that group and also tell it to only accept connections for other EC2 nodes that have the same security group. On riak node creation, we give the 'riak' security group to the node. You also have the option to define the IP source of the inbound connection (which is what you are looking to do). This was all done via the AWS console. Just go to the "Security" tab in the EC2 section of the AWS console.
Hope that helps. On Sat, Feb 2, 2013 at 1:01 AM, vvsanil <[email protected]> wrote: > Hello Ian > > If we are operating outside a VPC, can we just instruct our Riak cluster > (which sits under an ELB) to accept traffic only from our app server IP? > > Could you elaborate more on how you handled your security? > > Thank you, > > > > > > > > -- > View this message in context: > http://riak-users.197444.n3.nabble.com/Riak-Security-on-AWS-tp4026708p4026719.html > Sent from the Riak Users mailing list archive at Nabble.com. > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
