Teevity / ice

AWS Usage Tool
2.86k stars 435 forks source link

Update aws-sdk to latest version #220

Closed acmcelwee closed 7 years ago

acmcelwee commented 8 years ago

The main motivation for the upgrade is to have a version of the SDK that supports the new IAM Roles for ECS Tasks.

blentz commented 7 years ago

:-1: This doesn't work as-is because in 1.11, the aws-sdk-java dropped support for the non-free JSON library. (See: https://github.com/aws/aws-sdk-java/issues/712 )

So, if you're going to bump the library, you also need to update everything that references JSONObject & friends.