https://www.charlesbordet.com/en/guide-shiny-aws
Create an AWS account. Go to the EC2 dashboard. Set up an instance using the free tier by selecting AMI Catalog in the following menu Select Ubuntu Add 30 gb of SDD
https://www.charlesbordet.com/en/guide-shiny-aws
Create an AWS account. Go to the EC2 dashboard. Set up an instance using the free tier by selecting AMI Catalog in the following menu Select Ubuntu Add 30 gb of SDD
gh repo create --source=. --public
git init -b main
git add . && git commit -m "initial commit"
git remote add origin git@github.com:jamesmaino/<REMOTE_PATH>.git
git push
If you are modifying a cloned repo and what to change the remote origin you personal account use the following.
This post is largely built around a tutorial by Martin Lukac but this tutorial did not set up a persistent API service so some final steps are adapted from the plumber
documentation.
You start by logging into your AWS account. Once in, you select an RStudio Amazon Machine Image (AMI) from this link. You are free to choose any, but it's more efficient to choose based on your geography. The Rstudio service is actually not really necesary, as all the steps can be done directly from the terminal, but some users might feel more comfortable with it.
Once in AWS, you have to select the machine you want to run it on. AWS EC2 has a free tier option called t2.micro, and that's the one I will be using here. Click Review and Launch