Amazon Simple Queue Service (SQS) and Amazon Simple Notification Service (SNS) are two of the most popular cloud-based services available on Amazon Web Services (AWS). SQS is a message queue service that allows applications to exchange messages and SNS is a notification service used to send alert messages. Both offer…
Author: Samuel Tucker
Making .sh file in AWS CloudShell
What is AWS CloudShell? AWS CloudShell is an easy-to-use cloud computing service to deploy and manage your other cloud services inside of a CLI (Command Line Interface). It is an effective way to manage your AWS cloud applications and infrastructure in a large-scale environment. CloudShell helps to streamline the process…
Getting Started with Azure ML Workspaces
Why Azure ML SDK? Azure Machine Learning is a Microsoft cloud platform for performing machine learning workloads. Because Azure ML is built on the Microsoft Azure cloud platform, this allows Azure ML to: Model deployment with real-time inferences Use built-in monitoring for training, datasets, and services Easily manage multiple versions…