What goes into a Launch Template?
What’s the most up to date and flexible way to create a reusable configuration for launching EC2 instances?
Launch templates. Launch configurations are the older version. It’s not wrong to use them, but when possible, use templates.
Is user data included in the Launch Template or Launch Configuration?
Yes
Advantages of Launch Templates
- Networking: Configurations don’t include networking information. Templates could.
For which services can be Auto Scaling configured?
Only for EC2
What can be done to reduce build times in EC2 instances?
Bake AMIs to reduce build times. You can avoid long provisioning times by putting everything in an AMI. This is better than using user data whenever possible.
Tips for improving Auto Scaling
Options when scaling RDS?
DynamoDB access patterns and pricing/scaling options
- Sporadic: On-demand
Can you switch pricing/scaling options in DynamoDB?
Yes, but only once per 24 hours per table
Cost vs Performance when scaling DynamoDB? (exam)
Keep cost in mind rather than performance when scaling DynamoDB