aws

A Quick Overview of EC2 Storages

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” Table of Content Elastic Block Store (EBS) Key Features EBS Snapshot EBS Encryption Encrypting an Unencrypted EBS Volume EBS Volume Types EBS Multi-Attach EC2 Instance Store Amazon EFS (Elastic File System) Amazon Web Services (AWS) provides a plethora…

Leetcode

1235. Maximum Profit in Job Scheduling

Efficiency is key when it comes to managing multiple jobs with varying start times, end times, and profits. In such scenarios, making the right choices can lead to a significant increase in overall profit. This is where dynamic programming comes to the rescue. In this blog, we’ll explore a Java solution that optimizes job scheduling…