Skip to main content

CDK Construct for a VSCode Server development environment on EC2

Project description

CDK VSCode Server Construct

This is a CDK Construct for creating a VSCode server on an Amazon Linux EC2 instance.

View on Construct Hub

Open in Visual Studio Code npm version Build Status Release Status License npm downloads

CDK VSCode Server Construct

You can easily access Visual Studio Code Server through your browser and start development.

In the EC2 security group's inbound rules, communication from the Internet is not allowed, ensuring secure access to the VSCode server. Additionally, by passing the IAM policy to be attached to the EC2 instance as a property, you can grant appropriate permissions for AWS access within VSCode.

Usage

Install the package:

npm install cdk-code-server

Use it in your CDK stack:

import { CodeServer } from 'cdk-code-server';

new CodeServer(this, 'CodeServer');

You can customize the instance type, vpc, and other properties:

import { CodeServer } from 'cdk-code-server';
import * as ec2 from 'aws-cdk-lib/aws-ec2';

// Use an existing VPC
declare const vpc: ec2.IVpc;
// Use an existing policy as a instance role
declare const policy: iam.PolicyStatememnt;

new CodeServer(this, 'CodeServer', {
  vpc,
  // Specify the instance type
  // Default is c7g.2xlarge
  instanceType: ec2.InstanceType.of(ec2.InstanceClass.T3, ec2.InstanceSize.MEDIUM),
  // Specify the CPU architecture
  // Default is ec2.AmazonLinuxCpuType.ARM_64
  cpuType: ec2.AmazonLinuxCpuType.X86_64,
  // Specify the IAM policy for the instance role
  // Default is a policy that has an administrator access
  policy,
  // Specify the size of the EBS volume
  // Default is 30 GB
  volumeSize: 100,
});

Setup VSCode Server

After the stack is deployed, you can access the server via AWS Systems Manager (SSM) Session Manager by default and start the VSCode server:

Access to the EC2 instance (Default: SSM)

  1. In the AWS Console, go to the EC2 Instances page and select your instance.
  2. Click the "Connect" button, choose "Session Manager", and click "Connect".
  3. Once connected, switch to the ec2-user account:
sudo su --login ec2-user

Start the VSCode server

Execute the following command to start the VSCode server:

[ec2-user@ip-10-0-0-23 ~]$ code tunnel service install
[2024-06-10 02:10:42] info Using GitHub for authentication, run `code tunnel user login --provider <provider>` option to change this.
To grant access to the server, please log into https://github.com/login/device and use code 3811-9932

Next, open your browser and go to https://github.com/login/device, enter the code, and complete the authentication.

In the example above, enter '3811-9932' > Continue > Continue > Authorize-Visual-Studio-Code.

Return to the EC2 instance, run the code tunnel again, and open the displayed URL https://vscode.dev/tunnel/ip-{privateIp}{region} in your browser.

[ec2-user@ip-10-0-0-23 ~]$ code tunnel
*
* Visual Studio Code Server
*
* By using the software, you agree to
* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
*
[2024-06-10 02:11:44] info Creating tunnel with the name: ip-10-0-0-23ap-north
[2024-06-10 02:11:44] info Open this link in your browser https://vscode.dev/tunnel/ip-10-0-0-23ap-north

Connected to an existing tunnel process running on this machine.

Open this link in your browser https://vscode.dev/tunnel/ip-10-0-0-23ap-north

VSCode will open, and you'll be prompted with "What type of account did you use to start this tunnel?" Select GitHub.

At this point, the GitHub authentication screen may appear again, so press Authorize.

Once you open the terminal, you’re all set.

VSCode


(Option) Access via EC2 Instance Connect Endpoint (EIC Endpoint)

If the useInstanceConnectEndpoint option is set to true, you can connect via the EC2 Instance Connect Endpoint.

  1. In the AWS Console, go to the EC2 Instances page and select your instance.
  2. Click the "Connect" button, choose "EC2 Instance Connect", then select "Connect using EC2 Instance Connect Endpoint", and click "Connect".
  3. Once connected, you will see a screen similar to the following:

EC2 Instance Connect

  1. Follow the same steps as in the SSM section to start the VSCode server and connect via tunnel.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk_code_server-1.0.11.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cdk_code_server-1.0.11-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

File details

Details for the file cdk_code_server-1.0.11.tar.gz.

File metadata

  • Download URL: cdk_code_server-1.0.11.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.14.6

File hashes

Hashes for cdk_code_server-1.0.11.tar.gz
Algorithm Hash digest
SHA256 9c216f8d30bc3c5f4dcc0c64f891c474b1fc850719a2089342ece0f9b84cb4e3
MD5 70abf3f6661712fcac6ac87c0d044d1e
BLAKE2b-256 a24962c0f0b94a25e769b177262833a5293a445ab21ae05383b6efeeef28b6ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for cdk_code_server-1.0.11.tar.gz:

Publisher: release.yml on badmintoncryer/cdk-code-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cdk_code_server-1.0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for cdk_code_server-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 26c022378eb2ab5872a08b8d9ae644982f53c99eede5faf5e64843677b5dd5df
MD5 1674d2f6bfc3ecd7915b3f0e4b99e107
BLAKE2b-256 e99416e04c4c1e4b3c00012ee0639e6a6b3b622694900a46f415c860059e1074

See more details on using hashes here.

Provenance

The following attestation bundles were made for cdk_code_server-1.0.11-py3-none-any.whl:

Publisher: release.yml on badmintoncryer/cdk-code-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page