[{"data":1,"prerenderedAt":344},["ShallowReactive",2],{"docs-\u002Fdocs\u002Fdeployment\u002Faws":3},{"id":4,"title":5,"body":6,"description":335,"extension":336,"meta":337,"navigation":338,"path":339,"redirect":340,"seo":341,"stem":342,"__hash__":343},"docs\u002Fdocs\u002Fdeployment\u002Faws.md","AWS Deployment",{"type":7,"value":8,"toc":327},"minimark",[9,13,17,22,32,36,292,296,301,310,314,323],[10,11,5],"h1",{"id":12},"aws-deployment",[14,15,16],"p",{},"This guide covers deploying DBConvert Streams on Amazon EC2.",[18,19,21],"h2",{"id":20},"prerequisites","Prerequisites",[23,24,25,29],"ul",{},[26,27,28],"li",{},"AWS account",[26,30,31],{},"SSH client for server access",[18,33,35],{"id":34},"deployment-steps","Deployment Steps",[37,38,39,107,193],"ol",{},[26,40,41,45,66,69,74,92,94,98,100,101,103],{},[42,43,44],"strong",{},"Launch EC2 Instance",[23,46,47,57,60,63],{},[26,48,49,50],{},"Log in to ",[51,52,56],"a",{"href":53,"rel":54},"https:\u002F\u002Fconsole.aws.amazon.com",[55],"nofollow","AWS Management Console",[26,58,59],{},"Go to EC2 Dashboard",[26,61,62],{},"Click \"Launch Instance\"",[26,64,65],{},"Select any Linux distribution and choose instance type (t2.small\u002Ft3.small or larger recommended)",[67,68],"br",{},[70,71],"img",{"alt":72,"src":73},"Launch EC2 instance — select AMI and instance type","\u002Fimages\u002Fdocs\u002Fec2\u002Flaunch-instance.png",[23,75,76,87,90],{},[26,77,78,79],{},"Configure Key pair (login):\n",[23,80,81,84],{},[26,82,83],{},"Select existing key pair OR",[26,85,86],{},"Create new key pair (download and save the .pem file)",[26,88,89],{},"Configure storage (20GB minimum) and review the summary",[26,91,62],{},[67,93],{},[70,95],{"alt":96,"src":97},"Configure key pair, storage, and launch","\u002Fimages\u002Fdocs\u002Fec2\u002Flaunch-instance-2.png",[67,99],{},"After launch, the instance summary shows the public IP, instance state, and connection details.",[67,102],{},[70,104],{"alt":105,"src":106},"EC2 instance summary with public IP and running state","\u002Fimages\u002Fdocs\u002Fec2\u002Flaunch-instance-3.png",[26,108,109,112,114,115,118,119,121,125,187,189],{},[42,110,111],{},"Connect to Your Instance",[67,113],{},"Use the ",[42,116,117],{},"Connect"," button in the EC2 console to get the SSH command for your instance.",[67,120],{},[70,122],{"alt":123,"src":124},"EC2 Connect dialog with SSH command","\u002Fimages\u002Fdocs\u002Fec2\u002Fconnect-1.png",[126,127,132],"pre",{"className":128,"code":129,"language":130,"meta":131,"style":131},"language-bash shiki shiki-themes github-light github-dark","# Set correct permissions for your key pair file\nchmod 400 your-key-pair.pem\n\n# Connect using the key pair\nssh -i ~\u002F.ssh\u002Fyour-key-pair.pem ec2-user@YOUR_INSTANCE_IP\n","bash","",[133,134,135,144,159,166,172],"code",{"__ignoreMap":131},[136,137,140],"span",{"class":138,"line":139},"line",1,[136,141,143],{"class":142},"sJ8bj","# Set correct permissions for your key pair file\n",[136,145,147,151,155],{"class":138,"line":146},2,[136,148,150],{"class":149},"sScJk","chmod",[136,152,154],{"class":153},"sj4cs"," 400",[136,156,158],{"class":157},"sZZnC"," your-key-pair.pem\n",[136,160,162],{"class":138,"line":161},3,[136,163,165],{"emptyLinePlaceholder":164},true,"\n",[136,167,169],{"class":138,"line":168},4,[136,170,171],{"class":142},"# Connect using the key pair\n",[136,173,175,178,181,184],{"class":138,"line":174},5,[136,176,177],{"class":149},"ssh",[136,179,180],{"class":153}," -i",[136,182,183],{"class":157}," ~\u002F.ssh\u002Fyour-key-pair.pem",[136,185,186],{"class":157}," ec2-user@YOUR_INSTANCE_IP\n",[67,188],{},[70,190],{"alt":191,"src":192},"Successful SSH connection to the EC2 instance","\u002Fimages\u002Fdocs\u002Fec2\u002Fconnect-2.png",[26,194,195,198,280,282,283,286,287,291],{},[42,196,197],{},"Install and Start DBConvert Streams",[126,199,201],{"className":128,"code":200,"language":130,"meta":131,"style":131},"# Install DBConvert Streams\ncurl -fsSL https:\u002F\u002Fdbconvert.nyc3.digitaloceanspaces.com\u002Fdownloads\u002Fstreams\u002Flatest\u002Fdocker-install.sh | sh\n\n# Change to the installation directory\ncd \u002Fopt\u002Fdbconvert-streams-docker\n\n# Start with HTTP\n.\u002Fstart.sh\n\n# Or start with HTTPS (recommended for production)\n.\u002Fstart.sh -s\n",[133,202,203,208,226,230,235,243,248,254,260,265,271],{"__ignoreMap":131},[136,204,205],{"class":138,"line":139},[136,206,207],{"class":142},"# Install DBConvert Streams\n",[136,209,210,213,216,219,223],{"class":138,"line":146},[136,211,212],{"class":149},"curl",[136,214,215],{"class":153}," -fsSL",[136,217,218],{"class":157}," https:\u002F\u002Fdbconvert.nyc3.digitaloceanspaces.com\u002Fdownloads\u002Fstreams\u002Flatest\u002Fdocker-install.sh",[136,220,222],{"class":221},"szBVR"," |",[136,224,225],{"class":149}," sh\n",[136,227,228],{"class":138,"line":161},[136,229,165],{"emptyLinePlaceholder":164},[136,231,232],{"class":138,"line":168},[136,233,234],{"class":142},"# Change to the installation directory\n",[136,236,237,240],{"class":138,"line":174},[136,238,239],{"class":153},"cd",[136,241,242],{"class":157}," \u002Fopt\u002Fdbconvert-streams-docker\n",[136,244,246],{"class":138,"line":245},6,[136,247,165],{"emptyLinePlaceholder":164},[136,249,251],{"class":138,"line":250},7,[136,252,253],{"class":142},"# Start with HTTP\n",[136,255,257],{"class":138,"line":256},8,[136,258,259],{"class":149},".\u002Fstart.sh\n",[136,261,263],{"class":138,"line":262},9,[136,264,165],{"emptyLinePlaceholder":164},[136,266,268],{"class":138,"line":267},10,[136,269,270],{"class":142},"# Or start with HTTPS (recommended for production)\n",[136,272,274,277],{"class":138,"line":273},11,[136,275,276],{"class":149},".\u002Fstart.sh",[136,278,279],{"class":153}," -s\n",[67,281],{},"Open ",[133,284,285],{},"http:\u002F\u002FYOUR_INSTANCE_IP"," in your browser. For the full setup guide, see ",[51,288,290],{"href":289},"\u002Fdocs\u002Fdeployment\u002Fdocker","Docker deployment",".",[18,293,295],{"id":294},"managing-services","Managing Services",[297,298,300],"h3",{"id":299},"stop-services","Stop Services",[126,302,304],{"className":128,"code":303,"language":130,"meta":131,"style":131},".\u002Fstop.sh\n",[133,305,306],{"__ignoreMap":131},[136,307,308],{"class":138,"line":139},[136,309,303],{"class":149},[297,311,313],{"id":312},"update-services","Update Services",[126,315,317],{"className":128,"code":316,"language":130,"meta":131,"style":131},".\u002Fupdate.sh\n",[133,318,319],{"__ignoreMap":131},[136,320,321],{"class":138,"line":139},[136,322,316],{"class":149},[324,325,326],"style",{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}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);}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}",{"title":131,"searchDepth":146,"depth":146,"links":328},[329,330,331],{"id":20,"depth":146,"text":21},{"id":34,"depth":146,"text":35},{"id":294,"depth":146,"text":295,"children":332},[333,334],{"id":299,"depth":161,"text":300},{"id":312,"depth":161,"text":313},"Guide for Deploying DBConvert Streams on Amazon Web Services","md",{},false,"\u002Fdocs\u002Fdeployment\u002Faws",null,{"title":5,"description":335},"docs\u002Fdeployment\u002Faws","uIbzcSV9ZuBbmbCv4jJcujBMmG0Fi16om15v6rtXFU4",1783896283421]