Avatar (Fabio Alessandro Locati|Fale)'s blog

Google Cloud Snapshot Cleaner v0.2.0

September 22, 2019

Last week, in a previous article, I’ve introduced you to gcsc (Google Cloud Snapshot Cleaner). I’ve just released the version 0.2.0 of it, and it has a lot of clean-ups done, both in the code and the user experience.

There are also some new features, but the one I’m more satisfied with, is the introduction of the http subcommand, to expose an HTTP server. The webserver will listen to any URI and Methods, and the request will trigger the snapshot clean-up.

Read More

Google Cloud Snapshot Cleaner v0.1.0

September 16, 2019

I’ve just tagged the first version (0.1.0) of gcsc (Google Cloud Snapshot Cleaner). The idea behind this small software is to create a more flexible way to keep the Google Cloud Disks Snapshots tidy.

Google Cloud does provide a very nice way to automatically snapshot your disks, leveraging the resource policies. This is very nice, since it allows you to be sure that the Google Cloud always and reliably snapshots your disks. The tool also allows you to auto-delete the snapshots after a certain period, but I found this feature a little bit too limited. The main reason is that it does not allow you to have complex retention policies. In fact, the tool only allows to set a single expiration date for all snapshots.

Read More

Google Professional Cloud Architect

August 30, 2019

After less than a week from achieving the Google Associate Cloud Engineer certification, I took the Google Professional Cloud Architect exam.

Preparing this exam, I found odd the fact that Google provides three case studies to bring to the exam. I was even more impressed by the number of questions around those cases. It felt odd since it felt like you could prepare very well those three case studies and be advantaged in the exam. Overall, I think that this is not the case, since having prepared the cases, will only help you not having to re-read the whole case before answering the questions. Also, I found myself to read the case name, read the question, read the answers, choose the answer, and then read the case text again, just to be sure.

Read More

Google Associate Cloud Engineer

August 24, 2019

As for a company certification goal, I decided to certify as a Google Associate Cloud Engineer as well as Google Professional Cloud Architect this month.

The Google Associate Cloud Engineer certification is mainly focused around GCP standard operations, such as managing IAM, osLogin, as well as many other core services such as compute instances, Cloud SQL and many more. I found the certification to be fairly well balanced, with maybe a little bit a skew toward IAM and security, which I do appreciate due to the importance of these topics.

Read More

An HTTP server to serve GCS files

April 12, 2018

As many other clouds, Google Cloud Platform provides an Object Storage service, Google Cloud Storage. As many other Object Storage service, Google Cloud Storage provides an HTTP server to deliver your files quickly. When I started to use Google Cloud Storage and its HTTP server I have not been entirely pleased by how it works and therefore I wanted to re-implement the HTTP server so that I can manage it completely.

Read More
Newer