Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c498ed1

Browse files
authored
Merge pull request #23 from QuLogic/bigger-droplet
Bump droplet size to $10
2 parents e57c891 + d1e9329 commit c498ed1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ The summary of the initial setup is:
114114
3. Grab the SSH host fingerprints.
115115
4. Reboot.
116116

117-
We currently use a simple $5 droplet from DigitalOcean. You can create one from
118-
the control panel, or using the `doctl` utility. Be sure to enable monitoring,
119-
and add the `website` tag and relevant SSH keys to the droplet. An example of
120-
using `doctl` is the following:
117+
We currently use a simple $10 droplet from DigitalOcean. You can create one
118+
from the control panel, or using the `doctl` utility. Be sure to enable
119+
monitoring, and add the `website` tag and relevant SSH keys to the droplet. An
120+
example of using `doctl` is the following:
121121

122122
```
123123
doctl compute droplet create \
124124
--image fedora-35-x64 \
125125
--region tor1 \
126-
--size s-1vcpu-1gb \
126+
--size s-1vcpu-2gb \
127127
--ssh-keys <key-id>,<key-id> \
128128
--tag-name website \
129129
--enable-monitoring \
@@ -136,7 +136,7 @@ of the new droplet from the output, e.g., in:
136136

137137
```
138138
ID Name Public IPv4 Private IPv4 Public IPv6 Memory VCPUs Disk Region Image VPC UUID Status Tags Features Volumes
139-
294098687 mpl.org 1024 1 25 tor1 Fedora 35 x64 new website monitoring,droplet_agent
139+
294098687 mpl.org 2048 1 50 tor1 Fedora 35 x64 new website monitoring,droplet_agent
140140
```
141141

142142
the droplet ID is 294098687.

0 commit comments

Comments
 (0)