himanshublog.hashnode.devHow to Increase AWS EBS Volume Size on EC2 Instances with Zero DowntimeFollow our step-by-step guide to expand an EBS volume efficiently without affecting uptime. In this guide, we’ll explore how to increase EBS volume size in AWS EC2 Linux or Ubuntu instances without any downtime. If you’re using AWS EC2 instances, whi...Nov 6, 2024·6 min read
himanshublog.hashnode.devAWS S3 Cross Region ReplicationWhat is AWS S3 Cross-Region Replication (CRR)? Amazon S3 allows cross region replication of the newly uploaded objects to S3 destination buckets asynchronously and automatically across different AWS Regions. Users can configure the replication rul...May 31, 2022·6 min read
himanshublog.hashnode.devAWS S3 Same Region Replication (SRR)What is AWS S3 Same Region Replication (SRR)? AWS S3 Same Region Replication allows replicating the newly uploaded objects to S3 destination buckets asynchronously and automatically present in the same region as the source bucket. Still, it could be ...May 23, 2022·7 min read
himanshublog.hashnode.devArray in JavaIn this tutorial, you will learn about Arrays in Java, including how to declare an Array, initialize it, and access the Array, and how Array is stored in memory. Before diving into the Arrays tutorial in Java, let's start with a simple scenario where...Jan 29, 2022·7 min read