We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9cd91 commit b1fc61fCopy full SHA for b1fc61f
configs/hic-windows-nicedcv-example.yml
@@ -0,0 +1,36 @@
1
+---
2
+name: "hic-dcvwindows-example"
3
+
4
+base:
5
+ # E.g. DCV-Windows-2023.1.16388-DOD-78-2023-12-20T09-36-56.648Z
6
+ name: "DCV-Windows-2023*-DOD-*"
7
+ owner: "amazon"
8
9
+template:
10
+ name: windows
11
12
+# subnet_id:
13
14
+instance:
15
+ type: t3.2xlarge
16
+ volume_size: 50
17
18
+env:
19
+ - "AUTOHIBERNATE_TIME=120"
20
21
+modules:
22
+ - aws_ec2launch
23
+ - 7zip
24
+ - conda
25
+ - dbeaver
26
+ - firefox
27
+ - libreoffice
28
+ - notepad++
29
+ - rstudio
30
+ - ssms
31
+ - vscode
32
+ - autohibernate
33
34
+files:
35
+ - src: conda-envs/example.yml
36
+ dst: conda-environment.yml
0 commit comments