Skip to content

ComputingElevatedLab/ec2_scripts

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ VS Code Server Setup on Ubuntu EC2 πŸŽ‰

Welcome to the "VS Code in the Cloud" repository! 🌩️ Tired of running out of resources on your local machine? Want to show off your cool coding skills by hosting your own web-based VS Code server? You've come to the right place! 🎯

This script automates the process of setting up VS Code Server on an Ubuntu EC2 instance and even includes self-signed SSL for that sweet, sweet "secure" green lock. πŸ›‘οΈπŸ”’


πŸ“œ What Does This Script Do?

This bash script will:

  1. Update your system packages because nobody likes outdated software. πŸš‘
  2. Install all the cool tools you need (like curl, wget, and git). πŸ› οΈ
  3. Download and install the latest version of VS Code Server directly from the official GitHub repo. πŸ–₯️
  4. Generate self-signed SSL certificates because let's face it, we're secure like that. πŸ§™β€β™‚οΈβœ¨
  5. Configure your server with a password (changeme! – yes, you should change it). 🀫
  6. Automatically start VS Code Server for you every time you log in. 🏁
  7. Set up private and public IPs as environment variables because we're organized like that. πŸ—‚οΈ
  8. Adjust system limits so you can watch all the files you want without breaking a sweat. πŸ‘€
  9. Provide you with the access link to your web-based VS Code, complete with a totally professional warning about self-signed certificates. 🌐

πŸ› οΈ Setup Instructions

1. Clone This Repository, and run the setup file steps

git clone https://github.com/andrewbrimusu/ec2_scripts.git
cd ec2_scripts
chmod +x vs_code_setup.sh
./vs_code_setup.sh

About

ec2 scripts for AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%