> ## Documentation Index
> Fetch the complete documentation index at: https://docs.milkstraw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Guides overview

> Runbooks for AWS savings upgrades recommended by MilkStraw AI.

## Savings upgrade guides

Pick the runbook that matches your platform. Every guide includes prerequisites, console walkthroughs, and rollback checkpoints.

<CardGroup cols={2}>
  <Card title="Amazon EKS · Upgrade EC2 instance types" icon="arrow-up" href="upgrade-eks-instance-types">
    Create a new node group with target instance types and migrate workloads safely.
  </Card>

  <Card title="AWS Elastic Beanstalk · Upgrade EC2 instance types" icon="leaf" href="upgrade-elastic-beanstalk-instance-types">
    Clone your environment with the new instance types, validate, and swap traffic.
  </Card>

  <Card title="Amazon EC2 Auto Scaling · Upgrade instance types" icon="cubes" href="upgrade-asg-instance-types">
    Run blue/green or instance refresh deployments with updated launch templates.
  </Card>

  <Card title="Amazon EBS · Migrate gp2 volumes to gp3" icon="database" href="upgrade-ebs-gp2-to-gp3">
    Modify gp2 volumes in place or via CLI to cut storage costs.
  </Card>
</CardGroup>
