Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
/etc/resolv.conf is empty
/etc/network/interfaces.d/50-cloud-init.cfg:
auto lo
iface lo inet loopback
dns-nameservers 8.8.8.8 8.8.4.4
auto eth0
iface eth0 inet static
address 165.227.170.***
gateway 165.227.160.1
netmask 255.255.240.0
# control-alias eth0
iface eth0 inet6 static
address 2A03:B0C0:0003:00D0:0000:0000:0018:A001/64
gateway 2A03:B0C0:0003:00D0:0000:0000:0000:0001
# control-alias eth0
iface eth0 inet static
address 10.19.0.7
netmask 255.255.0.0
auto eth1
iface eth1 inet static
address 10.135.7.***
netmask 255.255.0.0
/etc/network/interfaces:
auto lo
iface lo inet loopback
source /etc/network/interfaces.d/*