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
Static website using cloudfront

How to Host a Static Website on AWS S3 and Speed It Up Using CloudFront

Introduction Serving static assets such as HTML files, CSS stylesheets, JavaScript bundles, and media directly from single-region web servers introduces geographical latency, bandwidth bottlenecks, and unnecessary compute costs. Hosting static assets inside Amazon S3 combined with Amazon CloudFront (AWS’s global Content Delivery Network) provides a serverless, highly available, and secure infrastructure operating entirely on edge…

Read More
Deploy Automatic CICD web app using ECR, ECS into AWS

Automate Flask Deployment with AWS Copilot & Fargate

Introduction Deploying containerized microservices manually to Amazon ECS (Elastic Container Service) requires orchestrating multiple infrastructure components, including VPC subnets, Application Load Balancers (ALB), Target Groups, IAM Execution Roles, and Task Definitions. Consequently, this operational complexity often slows down developer velocity. AWS Copilot CLI solves this challenge by providing an opinionated abstraction layer that provisions production-ready,…

Read More
cloudwithyuvi

5 Steps to Create and Configure a Custom VPC in AWS

Introduction Modern cloud architectures require strict network isolation to safeguard sensitive databases and application workloads from unauthorized access. Amazon Web Services provides this network layer through Amazon Virtual Private Cloud (AWS VPC). In this tutorial, we will explain the fundamental components of an AWS VPC and demonstrate step-by-step how to build a multi-AZ custom network…

Read More