Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

Bhubaneswar, India

info@krescitus.com

+1 -800-456-478-23

Uncategorized

Transforming Product Images with AWS Bedrock: A Comprehensive Guide to Dynamic Background Replacement in Angular Applications

In today’s visually driven marketplace, the ability to showcase products effectively can make a significant difference in consumer engagement and sales. High-quality images with appealing backgrounds are essential for drawing in potential customers. This blog post will guide you through the process of utilizing AWS Bedrock to dynamically change the background of product images within […]

Blogs

How to build an image and text generation Generative AI use case in AWS

Introduction: Generative Artificial Intelligence (AI) has revolutionized the way we approach creative tasks, allowing machines to generate novel and realistic content. One compelling use case of Generative AI is the synthesis of images and text, a technology that finds applications in diverse fields, from content creation to marketing and design. Generative AI in AWS: Amazon […]

Blogs

How to process real-time clickstream events using AWS Kinesis Data Stream, Kinesis Data Firehose, and Lambda

Amazon Kinesis Data Stream is used to collect large streams of data records in real time. You can create data-processing applications, known as Kinesis Data Streams applications. A typical Kinesis Data Streams application reads data from a data stream as data records.  Amazon Kinesis Data Stream provides two APIs for putting data into an Amazon Kinesis stream: PutRecord and PutRecords. Put […]

Blogs

FETCH SIMILAR IMAGE FROM S3 (USING AMAZON AURORA)

Requisites –  S3 bucket. (Create an S3 bucket to store images) Amazon Aurora PostgreSQL instance Postgres server Lambda functions STEP-1   After creating the S3 bucket, proceed to create Amazon Aurora PostgreSQL. On the Aurora console, create a new cluster. For Engine options¸, select Aurora (PostgreSQL Compatible). For the Engine version, choose your engine version. For […]

Blogs

Deploying a PHP File with ECS use of Fargate

Upload a simple PHP application to Docker, and then upload that image  ECR(Elastic Container Registry)Repository. Then, we can deploy that image to  ECS(Elastic Container Service) and run it on a Fargate Cluster.  The three AWS Services we are going to use: Elastic Container Service (ECS), Elastic Container Registry (ECR), and Fargate. Elastic Container Registry (ECR) […]

Blogs

DEPLOY ANGULAR AND NODE JS PROJECT USING DOCKER

Deploying a full-stack web application requires efficient containerization and cloud orchestration. In this guide, I will walk you through the end-to-end deployment of an Angular frontend and a Node.js backend using Docker Desktop, AWS Elastic Container Registry (ECR), and AWS Elastic Container Service (ECS). We’ll start by containerising both applications using Docker, pushing the images […]

Blogs

Cloud Formation Stack

 Imagine you’re about to launch a web application. You need servers, databases, storage, security configurations, and perhaps a content delivery network. You could go into AWS, manually create each resource, configure them, and wire everything together. But there’s a catch: what if you need to repeat this process multiple times for different environments like development, […]