agent: | Auto Exec |
What is an "Expert"? How do we create our own expert?
Add credentials for various integrations
Managing workspaces and access control
DagKnows Architecture Overview
Setting up SSO via Azure AD for Dagknows
Enable "Auto Exec" and "Send Execution Result to LLM" in "Adjust Settings" if desired
(Optionally) Add ubuntu user to docker group and refresh group membership
Deployment of an EKS Cluster with Worker Nodes in AWS
Adding, Deleting, Listing DagKnows Proxy credentials or key-value pairs
Comprehensive AWS Security and Compliance Evaluation Workflow (SOC2 Super Runbook)
AWS EKS Version Update 1.29 to 1.30 via terraform
Instruction to allow WinRM connection
MSP Usecase: User Onboarding Azure + M365
Post a message to a Slack channel
How to debug a kafka cluster and kafka topics?
Open VPN Troubleshooting (Powershell)
Execute a simple task on the proxy
Assign the proxy role to a user
Create roles to access credentials in proxy
Install OpenVPN client on Windows laptop
Setup Kubernetes kubectl and Minikube on Ubuntu 22.04 LTS
Install Prometheus and Grafana on the minikube cluster on EC2 instance in the monitoring namespace
update the EKS versions in different clusters
AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar
Parse EDN content and give a JSON out
Check whether a user is there on Azure AD and if the user account status is enabled
Get the input parameters of a Jenkins pipeline
Send a Slack message if a new S3 bucket is created in AWS
- 1JliMd3iLqdtfuShGv2OECreate a Lambda function
1
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Create a Lambda function that sends a message to Slack using the Slack API.inputsoutputsOpen AWS Lambda console Click on 'Create function' Choose 'Author from scratch' Enter function name, runtime (e.g. Node.js), and role Write code to send message to Slack using Slack API Save and deploy the Lambda functioncopied1 - 2ATjNiwXWUJpf2s3akoH4Set up S3 event notification
2
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Configure S3 bucket to trigger the Lambda function when a new bucket is created.inputsoutputsOpen AWS S3 console Select the bucket for which you want to receive notifications Go to 'Properties' and then 'Events' Click on 'Add notification' Choose 'All object create events' for Event type Select the Lambda function created earlier Save the notification configurationcopied2 - 3W5LqzfaXLrhjeIilBptBConfigure Slack API
3
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Get the Slack API token and channel ID to send messages to Slack.inputsoutputsGo to Slack API website and create a new app Get the API token and channel ID Update the Lambda function code with the API token and channel ID Save and deploy the Lambda functioncopied3