Archive for the ‘cloud’ Category

Create Sequence Diagrams with just text

Tuesday, January 31st, 2012

http://www.websequencediagrams.com/

Alice->Bob: Authentication Request
note right of Bob: Bob thinks about it
Bob->Alice: Authentication Response
Alice->Bob: Do something
Alice->John: Yo
note left of John: Hey
alt text1
    A->B: text
else text2
    A->B: text
end
A-->B: text
A->A: text

Just came across this little gem while trying to look for a cloud-based tool to create UML diagrams. Pretty darn cool!

You can create a Sequence diagram just by typing the relationships between the entities and it gets rendered automatically.

Check them out.

AWS to include Windows instances into its Free Usage Tier

Monday, January 16th, 2012

This is on-top of the existing 750 micro-instance hours a month for linux instances! Which means you can now run 2 micro-instances of Windows and Linux each under the Free Usage Tier!

From AWS Blog

The AWS Free Usage Tier now allows you to run Microsoft Windows Server 2008 R2 on an EC2 t1.micro instance for up to 750 hours per month. This benefit is open to new AWS customers and to those who are already participating in the Free Usage Tier, and is available in all AWS Regions with the exception of GovCloud. This is an easy way for Windows users to start learning about and enjoying the benefits of cloud computing with AWS.

The micro instances provide a small amount of consistent processing power and the ability to burst to a higher level of usage from time to time. You can use this instance to learn about Amazon EC2, support a development and test environment, build an AWS application, or host a web site (or all of the above). We’ve fine-tuned the micro instances to make them even better at running Microsoft Windows Server.

LEMP Ubuntu Oneiric x64 EC2 AMI Image

Friday, January 13th, 2012

If you’re looking for a quick way to start hosting your PHP5 applications, here’s an EC2 AMI image I’ve created to help make it easier.

It is a x64 Ubuntu Oneiric EBS AMI Image running a LEMP (Linux, Nginx, MySQL, PHP) stack which is suitable for those who wants to make use of Amazon’s free-tier micro instances.

Click away

Its currently only available for the AP-Southeast region (Singapore).

Tip: Remember to create a swap partition.

Update: Forgot to list down the necessary authentication information.

- Login with the username ubuntu and your key when you start it.
- MySQL root default password is ubuntu1024. Remember to change it!