Pages

Thursday, January 16, 2020

IBM i on Google Cloud

IBM Power Systems on Google Cloud

Latest News is that Google Cloud is now offering IBM Power Systems as part of their cloud solutions.

Customers can run IBM Power Systems (AIX, IBM i or Linux on IBM Power) as a service on Google Cloud

Here are some useful links from Google Cloud and IBM




No comments:

Post a Comment

How to Iterate Over a List and Get Indexes with 'enumerate' Function in Python

'enumerate' function There are different ways of accessing the data from a list like using range and then index or accessing the ele...