简体   繁体   中英

Deploy R application in AWS SageMaker RStudio

I have an analytics application written in R, using the Shiny package.I build the code using RStudio IDE in AWS SageMaker. Could you please guide the possible ways that I can deploy the web app in AWS and make it available in the public inte.net. We don't like to use ec2.

Any help would be highly appreciated.

For this, you will need RStudio Connect. Once you have a server up and running, you can connect your RStudio on SageMaker installation to that server and deploy seamlessly.

I know you say you don't like EC2, but your best bet at the moment is to follow the instructions of this blog Host RStudio Connect and Package Manager for ML development in RStudio on Amazon SageMaker on how to achieve this. It also includes CDK code, so you can kickstart and not even touch EC2 (just follow the instructions, assuming you are broadly familiar with CDK ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM