How to Set Up Apache Superset using Docker Compose with PostgreSQL and MySQLIntroduction Apache Superset is a modern data exploration and visualization platform. In this guide, we will walk through how to set it up using Docker Compose and connect it with PostgreSQL and MySQL on an AWS EC2 instance. Prerequisites AWS EC2 Ubu...Jul 15, 2025·2 min read
AWS EC2 Instance Cheat SheetAmazon EC2 (Elastic Compute Cloud): A service that provides scalable, secure, and customizable virtual servers (instances) in the cloud. 1. Instance Types: General Purpose: Balanced compute, memory, and networking (e.g., t2.micro, t3.medium). Compu...Sep 29, 2024·2 min read
Launching an EC2 Instance with Jenkins Using AWS User DataWhen you launch an instance in Amazon EC2, you have the option of passing user data to the instance that can be used to perform common automated configuration tasks and even run scripts after the instance starts. You can pass two types of user data t...Sep 25, 2024·5 min read
AWS Security GroupWhen managing resources in the cloud, security is one of the most crucial aspects. In AWS, a Security Group (SG) acts as a virtual firewall that controls the traffic to your EC2 instances and other resources. This blog will dive into What is an AWS S...Sep 24, 2024·4 min read
AWS EC2 Instance Types Explained: Choose the Right Instance for Your WorkloadsAmazon Web Services (AWS) provides a wide range of EC2 (Elastic Compute Cloud) instance types to meet different computing needs. These instances are essentially virtual machines that allow you to run applications in the cloud. Each instance type is o...Sep 23, 2024·4 min read
Simplifying AWS Public and Private IP AddressesWhen using AWS, knowing the difference between public and private IP addresses is essential. Public IPs connect your EC2 instance to the outside world (internet), while private IPs are for internal communication within your VPC. For example, a web se...Sep 22, 2024·3 min read
Understanding Amazon Machine Image (AMI) in AWSAn Amazon Machine Image (AMI) is a critical component when launching EC2 instances in AWS. Think of it as a blueprint for your cloud servers, including everything you need—like the operating system, software, and configurations—to deploy virtual mach...Sep 21, 2024·3 min read