Research group digest

I’ve just finished my first working draft of a python API to describe and execute an EC2 deployment with a controlled lifecycle. This is part of the larger Desktop-to-Cloud (D2C) project, aimed at assisting researchers with deploying scientific, job-based applications to the cloud. An Example deployment = Deployment( name="testDeployment", ec2ConnFactory=ec2ConnFactory, roles=[ Role( name="testRole", ami=AMI(amiId="ami-47cefa33"), count=1, [...]

Comments