Cloud management tool LASIC 0.2 released
Cloud management tool LASIC 0.2 released
Join the DZone community and get the full member experience.
Join For FreeA public release of LASIC is now available.
LASIC is a language that facilitates automated creation, management and termination of systems in a cloud environment. It allows you to create scripts that describe a system, its components, and the relationship between those components using a declarative syntax. Various verbs can then be applied to the script such as deploy (create a new system), shutdown, or runAction(run some action on components of the system). LASIC currently supports Amazon's cloud environment (AWS) including:
- Lauching, terminating and configuring instances
- Copying files and executing install scripts on an instance
- Elasic Load Balancers
- Autoscaling groups
- Creating and assigning elastic ips
- Creating and mounting EBS volumes
LASIC stands for Language for Automating Systems in the Cloud. LASIC is open source under the Apache 2.0 license and was written in Scala.
You can download LASIC at http://lasic.googlecode.com/files/lasic-0.2.jar.
To learn how to use LASIC see the users guide.
To try a sample LASIC script which creates a Java web application with a load balancer, two applications servers (tomcat) and a mysql database, check out the examples page.
Feedback welcome in the lasic-users discussion group.
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}