
October 30, 2022
Three years passed from the last AWS exam I took, and my AWS certifications were due a renewal. The first thing I checked was what was the exam code and which one I had taken three years ago. It turns out that the last time I took SAA-C01, this time, the only available version for the AWS Solutions Architect Associate exam was SAA-C03. SAA-C03 is still very new since it got released last month, so not much third-party material is available.
Read More 
May 23, 2022
We have seen a massive increase in the “real world” dependency on digital services in the last few years. This process will probably continue in the future, and we are not ready for it. In the same few years, we have seen a lot of cases where digital services went offline or got hacked. In a society that relies more and more on digital services, we can not afford such services not to be available or secure.
Read More 
October 31, 2021
I often see people and companies moving their workloads to the cloud. Speaking with them, they explain that the cloud is cheaper, more flexible, and more reliable than their current infrastructure. To further increase investment return, they often target a specific (single) cloud to reduce management costs and complexity.
By itself, this trend seems a very reasonable one. The risk is that, sometimes, people do not consider the less immediate risks around this move.
Read More 
December 10, 2019
In the last couple of weeks, I’ve seen problems allocating resources in the Google Cloud Platform in the Frankfurt region. The problem seemed to have occurred due to the high requests Google customers made to sustain their businesses during the Black Friday, Thanksgiving, Cyber Monday period. Making some searches on Google, I’ve found out that this is not the first time it occurs, and this is not only a GCP problem since AWS and Azure had similar incidents.
Read More 
November 8, 2019
A couple of days ago, I did re-take the AWS Certified Solution Architect - Associate exam. This was my second time at this certification (I did it the first time in 2015), and I had to retake the exam since my certification expired in 2017. The exam was fairly different this time from the previous time.
The first thing I noticed is that the certification itself is no longer expiring after 2 years since the validity got extended to 3 years.
Read More 
October 10, 2019
As part of my AWS re-certification path, I decided to start from the very begin, with the AWS Cloud Practitioner Essentials. I was sure to pass the exam, but since in the company I work for other people will be required to become AWS certified, I wanted to check out the exam beforehand, to be able to suggest to the people the right certification for them.
The exam is fairly straight forward and is mainly focused on the advantages of AWS and cloud in general.
Read More 
March 21, 2019
After the article on the reasons to use vanity URLs in Go and the one about how to implement a lightweight vanity URLs provider, I’d like to share with you how you can leverage AWS Lambda to implement a vanity URLs provider.
The first thing we will need is to import the github.com/aws/aws-lambda-go package. This package will provide us with the needed functions to easily integrate our Go code with AWS Lambda.
Read More 
February 29, 2016
Amazon Web Services (AWS) is the biggest public cloud provider and has released a set of tools to help out sysadmins and developers for integrating with their infrastructure.
The three tools we are going to discuss in this article are three of AWS’s most-used and well-known tools:
botocore: Low-level Python library boto3: High level Python library awscli: Command-line interface written in Python All those tools are currently available in Fedora (22+) and EPEL (7).
Read More 
January 27, 2016
A couple of weeks ago, I’ve announced the availability of AWS tools for Fedora. I’m very happy to announce that today they are available in the EPEL7 repository as well.
The Extra Packages for Enterprise Linux (EPEL) repository is an RPM repository managed by the Fedora community that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS, Scientific Linux (SL), and Oracle Linux (OL).
Read More 
January 16, 2016
In the last few weeks I’ve worked toward bringing the Amazon Web Services tools in Fedora. The three AWS tools that are coming in the next few days in Fedora are:
botocore: a low level Python library to interact with Amazon Web Services APIs boto3: a high level Python library to interact with Amazon Web Services APIs awscli: a Command Line Interface to interact with Amazon Web Services APIs Botocore just landed in Fedora updates repositories while boto3 and awscli will be pushed to the updates repository tomorrow or Monday morning.
Read More