From b7d186125c9c8b8c9f7808ccad069ecd4a3576d9 Mon Sep 17 00:00:00 2001 From: Chas Emerick Date: Thu, 17 Oct 2013 06:52:15 -0400 Subject: [PATCH] link to better page on IAM roles for Java devs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad481d3..9bfea1f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ to do anything: **Security Note** If your application using Bandalore is deployed to EC2, _you should not put your AWS credentials on those EC2 nodes_. Rather, - [give your EC2 instances IAM roles](http://docs.aws.amazon.com/IAM/latest/UserGuide/role-usecase-ec2app.html), + [give your EC2 instances IAM roles](http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-roles.html), and use the nullary arity of `create-client`: ```clojure