Skip to content

Commit

Permalink
Modified IAM Role instructions. Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
skavanagh committed Oct 23, 2018
1 parent 6b53011 commit 212cb85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ec2box</groupId>
<artifactId>ec2box</artifactId>
<version>1.50.00</version>
<version>1.50.01</version>
<packaging>war</packaging>
<name>EC2Box</name>
<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.400</version>
<version>1.11.433</version>
</dependency>
<dependency>
<groupId>loophole.mvc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/manage/set_iam_role.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<h3>Set IAM Role</h3>
<p>To allow EC2Box to access to your instance information, you'll need to create an 3rd party IAM role with
Account ID 652647611965, then set AmazonEC2FullAccess permissions for the role. Finally, set the
Account ID 652647611965, then set AmazonEC2ReadOnlyAccess permissions for the role. Finally, set the
generated Amazon Resource Name (ARN) below. Detailed instructions can be found <a
href="https://www.sshkeybox.com/docs/ec2box/iam_role/">here</a>.</p>
<div th:replace="_res/inc/errors"></div>
Expand Down

0 comments on commit 212cb85

Please sign in to comment.