AI Enhanced Traffic Monitoring


https://youtu.be/3DMKfWDrTv8 Generative AI is a general purpose technology like electricity, capable of empowering existing systems across various sectors. For example, Amazon Connect leverages AI through Amazon Q to boost agent productivity, while Microsoft integrates Copilot to enhance its Office suite.I am exploring the potential of generative AI to improve monitoring systems for critical scenarios such … Continue reading AI Enhanced Traffic Monitoring

[AI Generated] AWS re:Invent 2024: Key Highlights and Game-Changing Announcements


AWS re:Invent 2024, Amazon Web Services' flagship conference, has once again proven to be a cornerstone event in the cloud computing industry. This year's event, held in Las Vegas, showcased groundbreaking innovations and strategic directions that will shape the future of cloud technology. Key Highlights from the Conference The event kicked off with powerful keynotes … Continue reading [AI Generated] AWS re:Invent 2024: Key Highlights and Game-Changing Announcements

Build a GenAI Chatbot with AWS Serverless Architecture


If you are interested to build a GenAI Chatbot with AWS Serverless architecture. Here you go - I have created a sample project to demonstrate that. https://www.youtube.com/watch?v=5PUlrJ-w2RM Let's take a look at the architecture: The frontend is written in React and deployed to CloudFront with Cognito authentication. The backend has 3 options: Lambda function URL … Continue reading Build a GenAI Chatbot with AWS Serverless Architecture

How to assume root user of an AWS account?


Due to that some tasks require root user credentials, from time to time we need to login into an AWS account as root, e.g removing a misconfigured S3 bucket policy which denies all principals. Conventionally, we login into the account from the AWS login console with root user email, password and MFA. Now, there is … Continue reading How to assume root user of an AWS account?