Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Build VS Code Server with Terraform

You can quickly build a vscode server in the AWS with this terraform project

Usage

Note

You need to install terraform and configure AWS IAM

Init the terraform project

terraform init

Check the terraform deploy plan

terraform plan

Start to deploy the vscode server in the AWS cloud

terraform apply -var="ssh_public_key_filepath=~/.ssh/code_server_rsa.pub"

If you have a hosted domain in Route53, you could deploy the server with domain

terraform apply -var="ssh_public_key_filepath=~/.ssh/code_server_rsa.pub" -var="domain_zone_id=YOUR_DOMAIN_ZONE_ID" -var="domain_name=YOUR_PREFER_DOMAIN_NAME"

About

Quick build a vscode server in the AWS

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages