ylastic blog

 
Filed under

CloudFormation

 

BitNami CloudFormation templates in Ylastic

The fine folks from BitNami released several of their application stacks as CloudFormation templates. You can start using these templates from within Ylastic right away. How easy is it to use them? No copying files, no downloads, no remembering URLs. There is now a new default BitNami template location available on your repositories page.

Cf21

Select the BitNami location to view all of the available templates, along with estimated running costs.

Cf22

I am going to run through creating a SugarCRM application from one of these templates. Here is a visualization of this template.

Cf29

Click the little stack icon to create a SugarCRM stack, provide some basic information, setup monitoring and alerts if you like. Click Create Stack.

Cf24

That's it! CloudFormation will sprinkle some magic dust and your SugarCRM app will be up and running.

Cf25

View and drill into all the resources created by this template. 

Cf28

Click the outputs icon for this stack and it will display the URL generated by the stack for you to access this application.

Cf26

Click the URL to go to the app start page.

Cf27

Enjoy :-)

Filed under  //   BitNami   CloudFormation   EC2   aws   stack   template  

Comments [0]

Management and monitoring for CloudFormation

AWS announced CloudFormation for creating complex infrastructures or environments called stacks that are composed of multiple AWS resources working together. Sound exciting? Yep. We think so too. Ylastic just released complete support for managing and monitoring this service, making it that much more easier for you to build your infrastructure in the cloud. Jeff Barr has a nice explanation of some of the CloudFormation basics in his post. Ylastic lets you setup repositories that contain your templates. Currently these are S3 buckets, and support for other kinds of repositories is in the works.

Cstacks1
Cstack2

We retrieve all of the templates in your repositories automatically and have them available whenever you need to create a stack from these templates. You can view estimated hourly and monthly costs that will be incurred when you create a stack from a template. The CloudFormation team provides several samples for you to get started, and these are automatically available to everyone. 

Cstacks3

View the body of a template to see the structure.

Cstack4

Get a nice visualization of the template if you prefer pictures :-)

Cstack5

Create a stack from a template of your choice. Specify a name for the stack and region. You can even edit the template if you want to make some last minute changes prior to creating the stack. 

Cstack6

Specify any parameters that may be required by this template.

Cstack7

Select the metrics that you want to monitor for this stack.

Cstack8

Choose how you want to receive any alerts generated.

Cstack9

That's it! Click create and CloudFormation will get to work its magic, creating all the resources in the correct order. On your stacks page you can view your stacks and all their associated resources, events, and other info.

Cstack10

Each stack makes available a list of actions that are being taken when the stack is being created. 

Cstack12

Incurred costs for a stack for the current month are displayed along with a total for all of your stacks.

Cstack15

Select a stack to view all associated resources, grouped by resource type :-)

Cstacks16

Your instances and db instances will display a sparkline graph of the CPU util over the last 10 min, and load balancers will all display the latency for the last 10 minutes.

Dbinstance_cpu

Click the sparkline to get complete cloudwatch metrics for the resource.

Cstack17

Click the group heading for a resource to navigate to the respective Ylastic page for that resource so you can dig deeper into it.

Dbnavigate

Filter the resources and view details where appropriate.

Cstack22

Here is the WordPress welcome page from this stack.

Cstack19

 

Here is an alert for this stack sent as a DM on twitter.

Cstack20

Stack changes are tracked as part of the normal ylastic audit trail.

Cstack21

A hat tip to Taimur, Reto, Chris and rest of the folks from the CloudFormation team for all their hard work on this new service. We have lots more goodies on the way. Stay tuned :-)

Filed under  //   CloudFormation   EC2   aws   costs   s3   template  

Comments [0]