Cloud With Yuvi

Home » Archives for Cloud With Yuvi
Push Image using CLI

How to Push Image to ECR: A Complete AWS CLI Guide

Introduction In modern containerized deployments, storing custom Docker images in a secure, private registry is critical for multi-tenant isolation. Amazon Elastic Container Registry (ECR) serves as the primary component for storing these artifacts within AWS. However, successfully executing your first remote push sequence using the AWS CLI requires more than just running simple terminal scripts….

Read More
Hadoop Word Count on AWS EC2

Hadoop Word Count on AWS EC2: Step-by-Step Guide

Setting up distributed big data processing engines locally often presents memory limitations on developer workstations. Executing the Hadoop Word Count MapReduce application by deploying Apache Hadoop in Pseudo-Distributed Mode on an AWS EC2 instance bridges this gap, allowing software engineers to simulate multi-node cluster behaviors such as HDFS block replication, NameNode namespace management, and YARN…

Read More
data-pipeline-in-aws

Data Analysis Pipeline with AWS S3, Glue, Athena & Power BI: Step-by-Step Guide

Introduction Building a serverless data lake architecture allows organizations to extract actionable insights from large-scale raw data without the overhead of provisioning relational database clusters or managing ETL servers. By coupling Amazon S3 for durable object storage with AWS Glue for automated schema inference and Amazon Athena for interactive SQL queries, you create a zero-infrastructure…

Read More
AWS S3 Glacier

AWS Glacier Tutorial: Vault Setup, CLI Upload & Restores

Introduction Long-term data archiving, regulatory compliance logging, and disaster recovery planning demand ultra-low-cost cloud storage options. Amazon S3 Glacier provides durable, secure, and extremely cost-effective object archiving designed for data accessed infrequently. Unlike real-time block or object storage engines (such as Amazon S3 Standard or EBS), Glacier relies on asynchronous retrieval workflows, trading immediate milliseconds-level…

Read More
cloudwithyuvi

5 Step Create and Configure a VPC in AWS

These days, every organization and industry wants to keep their system and applications secure, that’s why they create private network and use high security systems which is secure from third-party users or anonymous user. Similarly, AWS provide a secure virtual network known as AWS Virtual Private Cloud (VPC) service. In this blog, I will explain…

Read More