Technically, if you need to log information, the correct answer is typically Stackdriver as it is already integrated into Google Cloud. However, there are instances where you may need an alternative solution – such as in this scenario, in which a quick and easy method of checking the services is required.
In this test section, rather than utilizing Logging to a centralized system such as Stackdriver, we will be posting our data to a Google Sheet. An approach such as this can be a very handy technique to know, so it is worth incorporating it into our solution to demonstrate how this is achieved.
From a high level, the following process is applicable to the test service:
- Write information to sheets
- Application Audit
- Vulnerability Fix
Take a look at the following diagram in order to understand the components involved in this solution:
In the preceding...