Target Tracking or Step Scaling
Predictive scaling vs Dynamic scalling
- Dynamic uses metrics like CPU Untilization
NLB - Network Load Balancer
ALB - Application Load Balancer
Auto Scaling Cooldown
WAF - Web Application Firewall
SQS - Simple Queue Service
SQS - Hides the message before consumers can process
SQS - Locks message so other consumers can’t process it
SQS - Short Polling
- Default
SQS Long Polling
SQS - Standard
SQS - FIFO
SQS - Dead Letter
SQS Message Size
256
SQS Queue Depth
SNS - Simple Notification Service
NLB with SSL
- Terminates on service such as ec2
ALB with SSL
- New connection to Service
How many messages per sec can a fifo aws support?
300 or 3000 if batching
Or
3000 or 30,000 with high throughput
Protocols used by SNS
Http/https
JSON-email
SQS
SMS
How do you update a launch configuration with a new ami?
You don’t. You create a new one and update the asg to use the new configuration
Can an asg be modified once defined?
Yes
Can you add running ec2 instances to an asg?
Yes