English Learning
AWS SAA 学习笔记
无麸质饮食记录
13-High Avaliablity & Scaling
type
status
date
slug
summary
tags
category
icon
password
- two types of scaling
- vertical scaling
- micro ⇒ large
- horizontal scaling
- ec2 ⇒ ec2 * 2
- three w’s of scaling
- what
- where
- when
- auto scaling
- groups: collection of EC2 instances
- steps:
- define template
- networking and purchasing
- elb configuration
- set scaling policy
- minimun
- maximum
- desired
- current instances count
- notifications
- types
- stepped scaling
- reactive scaling
- scheduled scaling
- predictive scaling
- warmup - cooldown
- give time to start
- scale relational db
- vertical scaling
- scaling storage
- read replicas
- aurora serverless
- scale non-relational db
- types
- provisioned
- on demand
- read capacity unit
- 1 RCU = 4KB / 1 strong
- capacity unit
- WCU
- 1 WCU = 1KB / 1 strong
- tips
- auto scaling is only for ec2
- disaster recovery strategies
- Recovery Point Objective
- data capacity - 4h
- Recovery Time Objective
- time - 2h
- backup and restore
Last update: 2024-04-04