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
Category: Topics
A collection of topics in cloud computing.
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…
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 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,…
Using AWS CLI to Enable Versioning
back to main page This section covers enabling versioning on an S3 bucket using AWS CLI Step 1: Login to AWS through CLI After installing AWS in our Command line interface, type the command This command will request you for your AWS login information as well as the default output format…
Using AWS Console to Enable Versioning
back to main page In this section we will enable versioning on an S3 bucket from AWS S3 console. Step 1: Login to AWS Management Console and open S3 Login to AWS Management Console and open S3 service. You can either go to Services -> Storage -> S3 or Type s3 in the search bar…
AWS Serverless: Lambda and DynamoDB
This BLOG would be dedicated in learning things around AWS Serverless: Lambda and DynamoDB. This Page would be covering HOP and theoretical part to understand the concepts of AWS Serverless. What is Serverless? Serverless is something new as name suggests it’s like without a server, where Developers with serverless services…
How to setup Virtual Machine on vultr and reasons why user can use this provider
VULTR Virtual Server Review VULTR offers global cloud hosting with brilliantly fast SSD VPS cloud storage. And they are 100% Kernel-based Virtual Machine. The VULTR homepage is clear and easy to understand. The one thing I see in common with all the VPS providers is they all Boast about Fast SSD…
How to expand the storage on a Linux EC2 instance.
On AWS, do the following steps to expand the storage on a Linux EC2 instance From the AWS portal, Navigate: EC2 -> Instances. Click on the instance in which you want to expand the storage. Scroll down and select Storage. In the Block devices, Click on the volume ID. You…