Pravin Jadhavcodetocloud.hashnode.dev·Feb 4, 2025Azure Storage: Everything You Need to KnowIn a world where we’re constantly creating, uploading, and downloading data at lightning speed, it’s essential to have a reliable, secure, and scalable way to store all that info. Enter Azure Storage—Microsoft’s cloud solution that lets you keep your...Azure
Jones Zachariah Noel NforThe Serverless Terminalblog.theserverlessterminal.com·Jan 28, 2025Amazon S3 is more than storage and brings in a lot for the analytics ecosystemAt AWS re:Invent 2024, Amazon S3 announced S3 Tables and S3 Metadata (preview) specifically for analytics workloads. Although not extensively into building Analytics workloads, coming from the background of building ETL pipelines that use S3 and parq...1 like·373 readsS3
Edidiong Asuquocoldstack-blog.hashnode.dev·Jan 27, 2025Comparing Coldstack to Traditional Cloud Storage Providers: What Sets It Apart?In today's digital age, cloud storage has become essential for businesses and individuals alike. With numerous cloud storage providers available, it can be challenging to navigate the options and choose the one that fits best. However, newer solution...20 likesCryptocurrency
Edidiong Asuquocoldstack-blog.hashnode.dev·Jan 26, 2025How Coldstack Revolutionizes Cloud Storage with Decentralized SolutionsIn the ever-evolving world of cloud computing, businesses and consumers alike face growing concerns about the efficiency, security, and costs associated with traditional cloud storage solutions. As companies store increasing amounts of data, the dema...20 likesCryptocurrency
Balraj Singhbalrajsingh.hashnode.dev·Jan 23, 2025One-Click Azure DevOps CI/CD Pipeline for Azure Container Web Apps with Terraform IntegrationThis document explains how to set up a CI/CD pipeline using Azure DevOps, Terraform, and Azure Container Web App to deploy a Python-based web application. The deployment is automated and can be started with just one click. Prerequisites Before diving...agent vm
Hridhi Kumarikumari-hridhi.hashnode.dev·Jan 21, 2025Transferring Files Between Different Projects In Cloud Storage BucketsSteps to create Bucket in project1. Go to Google Cloud Console and log in with credentials. Search Cloud Storage>Buckets in My First Project . In the Buckets page, click the "Create" button. Name the Bucket. Bucket names must be unique globally(...#gcs
Jineshkumar Patelblog.jineshkumar.com·Jan 18, 2025Enhancing S3 Security: Configuring MFA Delete with S3 VersioningIn today's digital landscape, data protection is paramount. Amazon S3, a popular cloud storage service, offers robust security features to safeguard your data. One such feature is Multi-Factor Authentication (MFA) Delete, which works in conjunction w...S3
Osama Shaikhblog.osshaikh.in·Jan 16, 2025DR Options for Storage on AzureKey Considerations for Storage DR on Azure 1. Understanding RPO and RTO Define RPO (Recovery Point Objective):RPO determines the maximum acceptable amount of data loss in the event of a disaster. For critical workloads such as financial systems or he...106 readsAzure
Anix Lynchgozeroshot.dev·Jan 14, 2025🔥Practical Guide to AWS S3 CLI1. List Buckets $ aws s3 ls 2023-11-04 14:39:50 my-ml-bucket 2023-11-04 14:40:23 my-training-data 2. Create a Bucket $ aws s3 mb s3://ml-model-bucket --region us-east-1 make_bucket: ml-model-bucket 3. Upload a File $ aws s3 cp model.pkl s3://ml-m...cli
Jineshkumar Patelblog.jineshkumar.com·Jan 11, 2025Choosing the Right Throughput Mode for Amazon EFS: A Performance GuideWhen using Amazon Elastic File System (EFS), selecting the right throughput mode is critical to balancing performance needs with cost efficiency. EFS offers three modes: Elastic Throughput (Default), Bursting Throughput, and Provisioned Throughput. L...AWS