ArdiH (20)

Summarize file in AWS Bedrock without RAG

AWS Bedrock, RAG, Generative AI, what are those? Well, before we get started, here is the topic list that we are going to discuss. Note: for today, we are not going to use RAG for this article. But for better understanding, I’ll give you a…

Continue reading...

AWS Textract PDF Table only using Python

Prologue Optical Character Recognition (OCR) is a widely used technology to extract text from documents, whether they are scanned images, PDFs, or pictures. AWS Textract, a fully managed machine learning service, makes it easier to extract text, forms, and tables from a variety of document…

Continue reading...

How to secure S3 Bucket with KMS and test it

Hi folks. Today we're going to cover AWS KMS (Key Management Service) with S3 bucket. Before we test it, it's better to us to know about what is KMS. https://aws.amazon.com/kms/# AWS Key Management Service (KMS) gives you centralized control over the cryptographic keys used to…

Continue reading...

AWS Workspaces with custom image bundle 💻💿

Hello world, couple days ago, I just had customer meeting and we talk about Desktop client or VDI in the cloud which running Windows 10. So simply I said that the solutions is AWS Workspaces. Yes, AWS Workspaces! So the product is close with customer…

Continue reading...

Protect S3 Bucket with MFA and Bucket Policy

Here we go. MFA is the part of security. MFA is one of the most important tools in security. Not only to secure accounts when logging in, but MFA can also restrict users from doing something. I suggest to all readers of this article to…

Continue reading...

AWS Transcribe and demo

We're going to talk a little bit about AWS Transcribe now. What is AWS Transcribe? Amazon Transcribe makes it easy for developers to add speech to text capabilities to their applications. Audio data is virtually impossible for computers to search and analyze. Therefore, recorded speech needs…

Continue reading...

AWS Textract Simple OCR with NodeJS 🚀🔎

OCR Overview 🔎 First, we need to know what OCR is, OCR is Optical character recognition or optical character reader (OCR) is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo…

Continue reading...

Modify EC2 Instance by Lambda (NodeJS) 🚀

EC2 Instance Modification This is a simple program created to modify or change the EC2 instance with Lambda and use the Step Function Integration. With the help of a step function we will get a flow function according to what we defined. Here we will…

Continue reading...