shubhamkshetre.hashnode.devFor User behavior: Integrating Amazon Kendra with QuickSight1. Introduction Brief overview of the project and its objectives With the increasing volume of unstructured data, such as blog posts, documents, and articles, retrieving relevant information efficiently has become a challenge. Traditional search me...Feb 28, 2025·7 min read
shubhamkshetre.hashnode.devEnhancing Business Insights and Enterprise Search with Amazon QuickSight and Amazon KendraThink of Amazon QuickSight as a smart tool that helps regular business people understand their company data without being tech experts. It's like having a friendly data assistant! For example, imagine you run a coffee shop chain and want to understan...Feb 28, 2025·5 min read
shubhamkshetre.hashnode.devHow to Automate EC2 Log Transfers to S3 with AWS LambdaAutomating Log Retrieval from EC2 to S3 using Lambda and CloudWatch integration Setup EC2 instance Steps to Set Up EC2 Instance in a Private Subnet To set up an EC2 instance in a VPC with two private subnets (as AWS Lambda requires at least two priv...Jan 7, 2025·6 min read
shubhamkshetre.hashnode.devDeployment of tomcat server in AWS EC2 and stream logs to CloudWatchSetup EC2 Instance 1. Create EC2 Instance Using Terraform or AWS Management Console Create a main.tf file with the following configuration: provider "aws" { region = "us-east-1" } resource "aws_instance" "tomcat" { ami = "ami-0866a3c86...Nov 9, 2024·5 min read
shubhamkshetre.hashnode.devEasy Custom Ubuntu Server Auto-Install GuideThink back to a time when setting up Ubuntu servers felt like doing a puzzle on each computer, taking forever and keeping you up late. Now, picture a special file – let's call it a magic tool. This file works like a wizard's wand, making the whole se...Dec 19, 2023·9 min read