Archive

Cloud

Migration to Cloud Based data center check list

Cloud Data Center – Site Survey check list  The following is a list of information about the existing data center List of servers to be deployed (with the following attributes) Server role Operating system Installed applications / services Part of cluster (type) Hardware / Hypervisor Storage size CPU RAM Physical attached hardware and peripherals (tokens, keys, ect) …

EC2 Auto scaling – Quick Reference

Create launch configuration as-create-launch-config AutoScaleServerConfig –image-id ami-b3558cda –instance-type m1.large –group auto-scale-nodes –key zlango_prd Create AS group as-create-auto-scaling-group AutoScaleServerGroup –launch-configuration AutoScaleServerConfig –availability-zones us-east-1a –min-size 1 –max-size 3 –cooldown 600 –load-balancers auto-scale-lb Create Up scale policy as-put-scaling-policy AutoScaleUpPolicy –auto-scaling-group AutoScaleServerGroup –adjustment=1 –type ChangeInCapacity –cooldown 600 Create Up scale alarm mon-put-metric-alarm AsHighCPUAlarm –comparison-operator GreaterThanThreshold –evaluation-periods 1 –metric-name CPUUtilization …

How to manage a cloud with 410TB

A very interesting presentation about a Pinterest, an online picture pinboard for organising your favourite snaps and sharing them Enjoy: http://www.theregister.co.uk/2012/04/30/inside_pinterest_virtual_data_center/

Architecting Cloud Applications – the essential checklist

Architecting Cloud Applications – the essential checklist View another webinar from Object Consulting

Cloud Data Center Check List

The following is a quick checklist for who ever may think about setting up a Cloud Data Center Servers Operating System Instance Types (http://aws.amazon.com/ec2/instance-types/) Storage per server Disk arrays Applications and services (IIS, MSSQL, Nginx, Tomcat, Apache, PHP, Ruby, RabbitMQ, etc) OS configuration (hardening, etc) Security Firewall rules per server (group of servers) Data Encryption Domain …