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…
Month: October 2022
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…
Amazon FSx for Windows File Server
In this article we will take a look at AWS FSx, a feature that has been a huge hit since its launch in reInvent 2018. FSx stands for File System server and enables us to set up our windows compatible file system with just few mouse clicks. File systems are…
Amazon Elastic File System (Amazon EFS)
There are multiple storage offerings in AWS. Some of the popular storage solutions are: AWS S3 AWS EBS AWS EFS In this blog, we will discuss EFS architecture. What is an Amazon Elastic File System? Amazon Elastic File System (EFS) is a cloud-based file storage service for applications and workloads…
S3 Bucket Versioning
In this blog post, we are going to discuss versioning in S3. We are also going to enable versioning in S3 bucket. Versioning in S3: Before we look into S3 bucket versioning let us look into what an Amazon S3 bucket is, a leading provider of scalability, data availability, security,…