Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ant Tasks for Amazon EC2/S3?

Does anyone know of a good library providing Ant tasks for performing operations against Amazon EC2/S3? I'd like to leverage S3 for deployment of new WAR files for my applications, and figured Ant would be a good way to keep simplify the process and keep everything consistent. Any recommendations?

like image 284
Shadowman Avatar asked Feb 26 '23 04:02

Shadowman


2 Answers

Try CSS Labs's Ant extensions.

like image 88
Shalom Carmel Avatar answered Feb 28 '23 19:02

Shalom Carmel


aws-ant-task is stable and actively maintained as of October 2012. And it works super!

like image 24
jedierikb Avatar answered Feb 28 '23 18:02

jedierikb