TutorialsTraining and Inference in SageMaker AIIn this post I introduced several ways to perform training and inference on SageMaker AI platform with simplistic dataset and algorithm
Tech ReviewsSageMaker AI and NetworkingThis post reviews the networking connectivity options for notebooks, inference endpoint and pipeline jobs in SageMaker AI.
Field NotesThe Leanest Web and Email HostingThis post discusses my current small business setup as the most cost-effective web and email hosting solution
Tech ReviewsFirewall Deployment PatternsFirewall deployment an important design area in cloud networking infrastructure. This article reviews a few firewall deployment patterns
Tech ReviewsCloud Certifications for Learning?What I have learned in the last six years to choose cloud certifications wisely in a market with a lot of certification exams
Field NotesDebating between count and for_each in TerraformIn Terraform we use loop to create an array of resources, using count or for_each. Both count and for_each have their respective use cases.