Categories
aws llamaindex llm openai

Llamaindex + OpenAI and S3 Index storage

I have been playing around with the LLM Stack. I used Llamaindex, OpenAi and S3 in the app I have shared below. https://github.com/aldomatic/llamaindex-s3-index-storage

Categories
aws cloud

AWS CDK Projects

I have created a repo that will host a collection of CDK projects. These were created for learning purposes, but can be leveraged for other usages. This will be an on going project. https://github.com/aldomatic/AWS-CDK-Projects

Categories
aws cloud

Managing User Session Access to Instances in AWS via Session Manager

This is just another approach to grant access to instances via Session Manager. The most common  way is SSH via a key-pair. 1. Create a Policy The policy below can be attached to a group. This group of users will then be able to connect to any instance that has the tag “Environment”: “Development”. You […]