From b1fc61f318168f6db9f99a99c62df9bf9949d43a Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 10 Jun 2024 17:33:35 +0100 Subject: [PATCH] Add hic-windows-nicedcv-example --- configs/hic-windows-nicedcv-example.yml | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 configs/hic-windows-nicedcv-example.yml diff --git a/configs/hic-windows-nicedcv-example.yml b/configs/hic-windows-nicedcv-example.yml new file mode 100644 index 0000000..8d63ca4 --- /dev/null +++ b/configs/hic-windows-nicedcv-example.yml @@ -0,0 +1,36 @@ +--- +name: "hic-dcvwindows-example" + +base: + # E.g. DCV-Windows-2023.1.16388-DOD-78-2023-12-20T09-36-56.648Z + name: "DCV-Windows-2023*-DOD-*" + owner: "amazon" + +template: + name: windows + +# subnet_id: + +instance: + type: t3.2xlarge + volume_size: 50 + +env: + - "AUTOHIBERNATE_TIME=120" + +modules: + - aws_ec2launch + - 7zip + - conda + - dbeaver + - firefox + - libreoffice + - notepad++ + - rstudio + - ssms + - vscode + - autohibernate + +files: + - src: conda-envs/example.yml + dst: conda-environment.yml