File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,27 @@ arkade install inlets-operator \
6969 --token-file $HOME /Downloads/do-access-token
7070```
7171
72+ If you have ` doctl ` installed, you can list the available regions and see whether they have available capacity to launch a new VM.
73+
74+ ``` bash
75+ doctl compute region ls
76+ Slug Name Available
77+ nyc1 New York 1 true
78+ sfo1 San Francisco 1 false
79+ nyc2 New York 2 false
80+ ams2 Amsterdam 2 false
81+ sgp1 Singapore 1 true
82+ lon1 London 1 true
83+ nyc3 New York 3 true
84+ ams3 Amsterdam 3 true
85+ fra1 Frankfurt 1 true
86+ tor1 Toronto 1 true
87+ sfo2 San Francisco 2 true
88+ blr1 Bangalore 1 true
89+ sfo3 San Francisco 3 true
90+ syd1 Sydney 1 true
91+ ```
92+
7293### Create tunnel servers on AWS EC2
7394
7495Instructions for [ AWS EC2] ( https://aws.amazon.com/ec2/ )
You can’t perform that action at this time.
0 commit comments