开发者

How to get the tags from an Amazon AWS EC2 instance with java library

I have been using Typica as my java library of choice for interfacing with my EC2 and EBS instances. AWS recently added tags to their API, but it seems that Typica has not updated to support the tags ability inside their ImageDescription object.

Has anyone used a 3rd party library in java for interfacing with the tags API in EC2? Is there any alternatives (other than rolling it myself) th开发者_StackOverflowat I'm missing?


To use the latest features you'd better use Amazon AWS SDK for Java, their original library.

After you get used to, is not that bad, and you can also wrap it with your classes to make it behave the way you like.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜