spoiler alert: auto scaling is far to be magical
as usual with aws, everything is an object and for autoscaling u got several objects and several links between them
First you define a launch configuration : what type of machine you want to laucnh
Then an autoscaling group : it will use the launch configuration to create new EC2
In this autoscaling group, you have to define auto scaling policies ie what to do (remove or add x instances) and link them to a cloudwatch alert (cpu is high or network or whatever cloudwatch monitors)
the autoscaling group can also be linked to an ELB so when EC2 are added/removed, they also are registred/deregistered from ELB
Scaling graphite
via arnaudb
Un site de torrent qui décrit son architecture, interessant... nginx (load balancing), spdy, ssl..
Les dotconferences (il parait que c'est bien), à voir les dotScale sur le scaling !
Qu'est ce que le sharding ?
Peut servir à scale