At 2012-01-31T17:53-0500, Jeff Kirkell wrote: > You also need a security rule to allow the handoff port between the > two instances and not the outside world. I apologies for not recalling > how to do off the top of my head but as Carl said, it is in the > security firewall rules on the EC2 dashboard.
AWS Management Console -> EC2 -> Network & Security -> Security Groups Select group -> Inbound -> Add port (e.g. 8098) -> Add source -> Add Rule Note that the source can also be the name of a security group, so if all your riak hosts have the "riak" security group you can use that instead of an IP address. Click "Apply Rule Changes" when you've done all of them. In general, it's better to use the CLI tool chains (either the Amazon one or the Boto one), but this will get things going. Paul _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
