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.

Complicated issue:
The emails with image sent from my email marketing system for Gmail accounts stopped displaying the images. Ex. <Img src = “http://www.dominio.com.br/uploads/assets/imagem1.jpg” alt = “”> in GMail is getting <img src = “image1.jpg” alt = “”> only.
Looking at the code it seems that GMail is removing the full location of the image and leaving only the file name in the src attribute.
I tried sending my own server and yahoo and images appear without problem, only in GMail that the problem appears.
Could someone show me what to do?
Thanks.