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.
Guess if I had read the comments ahead of time, I would have found my answer… <br> <br>Etel says: <br>“This is because you are trying to run visudo as your regular user instead of as root. <br> <br> <br>To access visudo without getting the “Permission denied” result, be sure to switch to the root user: <br> <br> <br>“sudo bash” <br> <br> <br>and then you can run visudo without issue.” <br> <br>So with the new user logged in i did “sudo bash” then “visudo” and it worked just fine :)