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!
I’ve tried the command
apt install python-certbot-nginx -t stretch-backports
But it didn’t seem to work. Here is the error message:
root@ip-172-31-44-111:/home/admin# apt install python-certbot-nginx -t stretch-backports
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-certbot-nginx : Depends: python3-certbot-nginx but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Edit: Found the culprit.
The dependency python3-zope.interface requires python version “less than” 3.6 while I have python version 3.6 so that’s what caused the problem above.
Edit2: If someone experience the same issue, you can do this
sources.listsources.listUnfortunately when running the certbot command, I get the following issue:
Failed authorization procedure. www.domain.at (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.domain.at/.well-known/acme-challenge/8Wq_1ppzPmULjf9LcjT-TR20rO03WV7jE1IaIhGiH_Q [2a01:aee0:0:10::11]: ...
This comment has been deleted
This comment has been deleted
This comment has been deleted
This comment has been deleted