Amazon provides its cloud services under the name of AWS (Amazon Web Services). Under this, there are multiple services that one can avail based on their requirement such as Elastic Cloud Computing (EC2), Relational Database Services (RDS), Simple Storage Service (S3), Simple Notification Services (SNS), etc… As the name suggests,…
Azure Sentinel
Today, I’ll be sharing some information on Azure Sentinel, one of Azure’s general cloud security services. What is Sentinel? Microsoft Sentinel or Azure Sentinel is a cloud-native solution which provides: Security information and event management (SIEM): SIEM is an approach to security management that combines SIM (security information management: This is an…
Azure Virtual Machine Backup & Restore
Microsoft Azure, formerly known as Windows Azure or Azure, is Microsoft’s public cloud computing platform. It provides a range of cloud services, including compute, analytics, storage and networking. Users can pick and choose from these services to develop and scale new applications, or run existing applications in the public cloud.…
Overview of Amazon Kubernetes Service
What is a Container? Containers are basically lightweight standardized units that has the ability to package whole application code, libraries, configurations written in any programming language across various hardware architectures. They are very useful for running microservices based architecture as they are very agile and scalable and they can take…
AWS S3 Buckets
S3, is the object storage service provided by AWS. To store our data in Amazon S3, we work with resources known as buckets and objects
Azure Storage Service- Tables
Introduction Azure table storage service is a sub-service of Azure storage account service, a highly scalable NoSQL data store that offers a key/attribute store with a schema-less design that stores very high volumes of semistructured NoSQL and nonrelational data in the cloud. Table storage service has been the preferred choice…
Azure SQL Database
Microsoft Azure SQL Database is a managed cloud database provided as part of Microsoft Azure. A cloud database is a database that runs on a cloud computing platform, and access to it is provided as a service.
Machine Learning Service – AWS vs Azure
Amazon Web Services – SageMaker Amazon SageMaker is a fully managed machine learning service. With SageMaker, data scientists and developers can quickly and easily build and train machine learning models, and then directly deploy them into a production-ready hosted environment. It provides an integrated Jupyter authoring notebook instance for easy…
Amazon Elastic File System(Amazon EFS)
Amazon Elastic File System (Amazon EFS) is a simple, server less, set-and-forget elastic file system that transfers the file data without installing or managing storage.
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…