Introduction I have become an avid fan of Google Colab notebooks for many reasons many of which are outlined here. I use it for prototyping, esp. as I am doing more data science and generative AI learning, prototyping and showcasing projects. In order to access third party APIs such as OpenAI which hosts the GPT-3.5 and […]
Category: Cloud Computing
Introduction Amazon Elastic Cloud Compute (EC2) instances form the backbone of compute resources in AWS. They are virtual machines that can be provisioned in the cloud and utilized to perform compute tasks, run services such as AWS EMR, AWS ECS etc. Terraform is an infrastructure as code (IAC) tool that lets users define both cloud […]