<html lang="en" data-theme="toggle"> <head> <link rel="stylesheet" href="/styles.css" /> </head> <body class="container"> <header class="nav-links"> <div class="left"> <a class="inactive" href="/">FAQ</a> <a class="inactive" href="/policy">policies</a> <a class="active" href="/pricing">pricing</a> <a class="inactive" href="/console">console</a> </div> <div class="right"> <i>E408-AEE4</i> <a class="button" href="#">Logout</a> </div> </header> <main> <section class="grid"> <div> <header> <h3 class="pricing-header">compute</h3> </header> <div> <table> <thead> <tr> <th>type</th> <th>monthly</th> <th>cpus</th> <th>mem</th> <th>ssd</th> </tr> </thead> <tbody> <tr> <td>us-east-xs</td> <td>$4.50</td> <td>1</td> <td>1G</td> <td>32G</td> </tr> <tr> <td>us-east-s</td> <td>$6.75</td> <td>2</td> <td>2G</td> <td>32G</td> </tr> <tr> <td>us-east-m</td> <td>$9.00</td> <td>4</td> <td>4G</td> <td>32G</td> </tr> <tr> <td>us-east-l</td> <td>$13.50</td> <td>4</td> <td>6G</td> <td>32G</td> </tr> <tr> <td>us-east-xl</td> <td>$18.00</td> <td>6</td> <td>8G</td> <td>32G</td> </tr> </tbody> </table> </div> <i> <br> compute instances are QEMU virtual machines with shared CPU on an AMD EPYC 3rd gen system with ECC memory. <br> compute instances get given x86-64-v2-AES cores instead of the host's instruction set. <br> <br />Available operating systems:<br /> - FreeBSD 14.2<br />- NetBSD 10.1<br />- Arch Linux<br />- Ubuntu 22.04<br />- Rocky Linux 9<br />- Alpine Linux 3.21<br />- Debian 12 </i> </div> <div> <header> <h3 class="pricing-header">bricks</h3> </header> <div> <table> <thead> <tr> <th>type</th> <th>monthly</th> <th>size</th> </tr> </thead> <tbody> <tr> <td>us-east-xs</td> <td>$2.15</td> <td>256G</td> </tr> <tr> <td>us-east-s</td> <td>$4.35</td> <td>512G</td> </tr> <tr> <td>us-east-m</td> <td>$8.50</td> <td>1000G</td> </tr> <tr> <td>us-east-l</td> <td>$12.75</td> <td>1500G</td> </tr> <tr> <td>us-east-xl</td> <td>$17.00</td> <td>2000G</td> </tr> </tbody> </table> </div> <i> <br /> Bricks are sections of a shared RAIDz pool made up of HDDs, they can be resized but this is a manual process so please inform us by email. </i> </div> </section> </main> <footer> (c) Attribution-ShareAlike 4.0 International <br /> A service by <a href="https://myco.systems/">MycoSystems LLC</a> </footer> </body> </html>