Tag: AWS

Crafting Captivating Narratives: The Power of Gen AI with SageMaker

Reading Time: 14 minutes In the evolving landscape of AI-driven innovation, crafting compelling narratives has reached new heights with the power of Generative AI, and Amazon SageMaker stands as a pivotal platform for realizing this potential. This hands-on exploration will guide you through harnessing the capabilities of Generative AI, specifically the GPT-2 model, to craft engaging stories from incomplete […]

Build AI Apps with Amazon PartyRock and Amazon Bedrock

Reading Time: 16 minutes Introducing Amazon PartyRock, an innovative platform that redefines the landscape of app exploration and creation. For Part 1 of this blog, refer here. In this transformative hands-on implementation, we will guide you through the PartyRock playground, an exciting journey that encompasses navigating its free features, signing in to unlock personalized experiences, experimenting with suggested apps, […]

Amazon PartyRock: A Playground for Generative AI Enthusiasts

Reading Time: 5 minutes In a groundbreaking move, AWS has recently introduced PartyRock, an Amazon Bedrock Playground, designed to make generative AI app-building both fun and intuitive. This hands-on playground empowers users to create a variety of apps with just a few simple steps, opening doors to explore the vast realm of generative AI. In Part 2 of this […]

How to Create an Amazon Price Tracker Service Using Python?

Reading Time: 12 minutes Hey there, shopping savvy! Ever wished you could magically know when your favorite Amazon items go on sale? Guess what – we’ve cracked the code!  Learn how to build your very own Amazon Price Tracker using Python. Imagine getting alerts right in your inbox when prices drop. Let’s dive in and make those savings dreams […]

Deploying a Rust Rocket REST API on AWS EC2 with Docker and GitHub Actions

Reading Time: 5 minutes When Rust compiles code, you get an executable if you created the application using the –bin command. In this blog, we shall look at how we can create a Dockerfile to create an image with this executable. We shall then deploy this image on EC2 using GitHub Actions which will be set on our repository […]

Deploy a Yew Rust Application on an AWS EC2 Ubuntu Instance & Nginx

Reading Time: 5 minutes After you’ve finished developing your Yew Rust application, it’s time to make it available to your users. It is expected to be placed on a server someplace, either on a Cloud service provider or an on-premises server, for this purpose. This blog will go over how to launch your Yew Rust application on AWS EC2. […]

How to upload large files (1GB and beyond) to AWS S3 using NestJS (backend) and ReactJS (frontend)?

Reading Time: 5 minutes When dealing with file uploads, you must be aware that files are uploaded in buffers stored in memory and if the file is larger than the allocated memory in your VM, it may run out of memory and the application might crash. For example, if your allocated memory is 2GB, if you try to upload […]

How to ETL API data to AWS S3 Bucket using Apache Airflow?

Reading Time: 7 minutes 2.5 quintillion bytes of data are produced every day with 90% of it generated solely in the last 2 years (Source: Forbes). Data is pulled, cleaned, transfigured & then presented for analytical purposes & put to use in thousands of applications to fulfill consumer needs & more. While generating insights from the data is important, […]

Amazon EKS Clusters Locally on AWS Outposts

Reading Time: 9 minutes AWS recently announced the availability of Amazon EKS local clusters on AWS Outposts. It means that now users can run the Amazon EKS cluster entirely on Outposts, including the Kubernetes control plane and nodes. To make things easier, AWS now allows you to host your entire Amazon EKS cluster on Outposts. Let’s see what else […]

How to detect operational issues in Lambda Function automatically with Amazon DevOps Guru for Serverless?

Reading Time: 8 minutes Hands-on In this hands-on, we will see how we can detect operational issues in Lambda Function with Amazon DevOps Guru for Serverless. We will first log in and navigate to the AWS console. Then, we will change the region to the one that has Amazon DevOps Guru available. Navigating to the Amazon DevOps Guru dashboard, […]

Back To Top