johnsond 2017-12-20 10:05:21
sda_**** volume ID created earlier, then click Attach Volume
localhost login: prompt and hit Enter to log in.
setup-alpine and hit Enter to start the installation process.Select keyboard layout: us Select variant: us Enter system hostname ...: Hit Enter to accept default.Which one do you want to initialize?: Hit Enter to accept eth0 as the default interface.Ip address for eth0: Hit Enter to accept dhcp as the default value.Do you want to do any manual network configuration?: Hit Enter to accept n as the default value.Which timezone are you in?: Type EST and hit Enter.HTTP/FTP proxy URL?: Hit Enter to accept none as the default value.30 (the one from princeton), then hit Enter.Which SSH server?: Hit Enter to accept openssh as the default value.Which disk(s) would you like to use?: Review the lines above, and select the listed disk. There should be one as we already attached a volume to this instance. For me, it is vdb, so I type in vda and hit Enter.How would you like to use it?: Type sys and hit Enter.WARNING: Erase the above disk(s) and continue?: Type y and hit Enter.
sda_**** volume ID selected earlier, then click Detach Volume
sda_**** volume ID created earlier, then click Detach Volume
sda_****, click the drop-down arrow and select Upload to Image.
alpine-disk and Disk Format as Raw, then click Upload.
alpine-disk image.
1
2
3
$ apk update
$ apk add apache2
$ rc-service apache2 start
+ sign to allocate IP address.
egress means traffic that’s leaving from inside the private network out to the public internet (similar to standard network definition).
ingress refers to unsolicited traffic sent from an address in public internet to the private network – it is not a response to a request initiated by an inside system. In this case, firewalls are designed to decline this request unless there are specific policy and configuration that allows ingress connections.
Add Rules
Rule drop down box, select HTTP, then click Add.
Ingress rule for HTTP.