[{"data":1,"prerenderedAt":170},["ShallowReactive",2],{"term-d\u002Fdigitalocean":3,"related-d\u002Fdigitalocean":154},{"id":4,"title":5,"acronym":6,"body":7,"category":132,"description":133,"difficulty":134,"extension":135,"letter":136,"meta":137,"navigation":138,"path":139,"related":140,"seo":148,"sitemap":149,"stem":152,"subcategory":6,"__hash__":153},"terms\u002Fterms\u002Fd\u002Fdigitalocean.md","DigitalOcean",null,{"type":8,"value":9,"toc":126},"minimark",[10,15,19,23,26,30,115,119,122],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"DigitalOcean is the developer-friendly cloud that says 'we know AWS is confusing, here are cheap Linux servers with clean docs.' You get a virtual machine (called a Droplet) for $4\u002Fmonth and a dashboard that doesn't require a PhD to navigate. Indie devs and startups love it.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"DigitalOcean is a cloud infrastructure provider focused on simplicity and developer experience. It offers virtual machines (Droplets), managed Kubernetes (DOKS), managed databases, object storage (Spaces), and App Platform. Known for transparent pricing, excellent documentation, and a lower learning curve than AWS.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Create a Droplet via CLI\ndoctl compute droplet create my-server \\\n  --size s-1vcpu-1gb \\\n  --image ubuntu-22-04-x64 \\\n  --region nyc1 \\\n  --ssh-keys your-key-id\n","bash","",[38,39,40,49,73,84,95,106],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sHwdD","# Create a Droplet via CLI\n",[41,50,52,56,60,63,66,69],{"class":43,"line":51},2,[41,53,55],{"class":54},"sBMFI","doctl",[41,57,59],{"class":58},"sfazB"," compute",[41,61,62],{"class":58}," droplet",[41,64,65],{"class":58}," create",[41,67,68],{"class":58}," my-server",[41,70,72],{"class":71},"sTEyZ"," \\\n",[41,74,76,79,82],{"class":43,"line":75},3,[41,77,78],{"class":58},"  --size",[41,80,81],{"class":58}," s-1vcpu-1gb",[41,83,72],{"class":71},[41,85,87,90,93],{"class":43,"line":86},4,[41,88,89],{"class":58},"  --image",[41,91,92],{"class":58}," ubuntu-22-04-x64",[41,94,72],{"class":71},[41,96,98,101,104],{"class":43,"line":97},5,[41,99,100],{"class":58},"  --region",[41,102,103],{"class":58}," nyc1",[41,105,72],{"class":71},[41,107,109,112],{"class":43,"line":108},6,[41,110,111],{"class":58},"  --ssh-keys",[41,113,114],{"class":58}," your-key-id\n",[11,116,118],{"id":117},"when-youll-hear-this","When You'll Hear This",[16,120,121],{},"\"I'm just running this on a $6 DigitalOcean Droplet.\" \u002F \"DigitalOcean's docs are way better than AWS's.\"",[123,124,125],"style",{},"html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":51,"depth":51,"links":127},[128,129,130,131],{"id":13,"depth":51,"text":14},{"id":21,"depth":51,"text":22},{"id":28,"depth":51,"text":29},{"id":117,"depth":51,"text":118},"cloud","DigitalOcean is the developer-friendly cloud that says 'we know AWS is confusing, here are cheap Linux servers with clean docs.","beginner","md","d",{},true,"\u002Fterms\u002Fd\u002Fdigitalocean",[141,142,143,144,145,146,147],"VPS","Droplet","IaaS","Self-Hosted","AWS","Linode","Render",{"title":5,"description":133},{"changefreq":150,"priority":151},"weekly",0.7,"terms\u002Fd\u002Fdigitalocean","JbGj5fG-Lg-ZGKRFJYVAxjleCcHSXTrRw0cLluN-uuw",[155,159,164,167],{"title":145,"path":156,"acronym":157,"category":132,"difficulty":134,"description":158},"\u002Fterms\u002Fa\u002Faws","Amazon Web Services","AWS is like a giant magical warehouse where you can rent computers, storage, databases, and basically anything tech-related — by the minute.",{"title":143,"path":160,"acronym":161,"category":132,"difficulty":162,"description":163},"\u002Fterms\u002Fi\u002Fiaas","Infrastructure as a Service","intermediate","IaaS is when you rent the raw computer hardware in someone else's data center.",{"title":147,"path":165,"acronym":6,"category":132,"difficulty":134,"description":166},"\u002Fterms\u002Fr\u002Frender","Render is another developer-friendly hosting platform that does web services, databases, cron jobs, and static sites all in one place.",{"title":144,"path":168,"acronym":6,"category":132,"difficulty":134,"description":169},"\u002Fterms\u002Fs\u002Fself-hosted","Self-hosted means you run the software on your own servers instead of using someone else's managed cloud version.",1776518274566]