FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

Node JS + Express

by Koding

Downloaded 4356 times.

Back

Vestibulum id ligula porta felis euismod semper. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Maecenas sed diam…

OS: Windows
Provider: Amazon WS
Total VMs: 4
Other: Name Goes Here
Another Number: 4567
Clone to My Team
Cloned 625 times
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
          # Here is your stack preview
          # You can make advanced changes like modifying your VM,
          # installing packages, and running shell commands.

          provider:
            aws:
              access_key: '${var.aws_access_key}'
              secret_key: '${var.aws_secret_key}'
          resource:
            aws_instance:
              example_1:
                Instance_type: t2.nano
                ami: ''
                tags:
                  Name: 'fahrettin-holla'
                user_data: |-
                  apt-get update -y


          # Here is your stack preview
          # You can make advanced changes like modifying your VM,
          # installing packages, and running shell commands.

          provider:
            aws:
              access_key: '${var.aws_access_key}'
              secret_key: '${var.aws_secret_key}'
          resource:
            aws_instance:
              example_1:
                Instance_type: t2.nano
                ami: ''
                tags:
                  Name: 'fahrettin-holla'
                user_data: |-
                  apt-get update -y
        
1
2
          variables
        
1
2
          resume
        
OS: Windows
Provider: Amazon WS
Total VMs: 4
Other: Name Goes Here
Another Number: 4567
Clone to My Team
Cloned 625 times