I want to apply caching on my images by Google CDN so I created a bucket and then create load balancing and enable CDN.
First: I have created a bucket. and upload some images. and give permission to the public.
gsms-bucket/images/image1.jpg
gsms-bucket/images/image2.jpg
and so on...
https://storage.googleapis.com/gsms-bucket/images/image1.jpg
https://storage.googleapis.com/gsms-bucket/images/image2.jpg
Second: create Load balancing and Enable CDN.
https://34.117.32.244/images/image1.jpg
https://34.117.32.244/images/image1.jpg
Now My Question is... Is it possible to replace IP (34.117.32.244) with my domain (example.com) for accessing images? IF I add New A Record it gives an error "A Record is already added".