PinnedCloud Native Monitoring ApplicationProject Overview and High level Design Let's start with the High Level Design. The diagram below provides a visual representation of the services used in this project and how they are connected. This application uses Python, Docker, DockerImage, Elas...Jun 26, 2023·8 min read
DevSecOps ProjectProject Overview and High level Design Let's start with the High Level Design. The diagram below provides a visual representation of the services used in this project and how they are connected. This application uses EC2 Instance, Docker, DockerImage...Dec 19, 2023·10 min read
Mlflow Integration with Kubeflow on Charmed KubeflowKubeflow on Minikube Cluster You can deploy the Kubeflow pipeline on Kubernetes/minikube cluster on Windows host machine powershell with administrative privileges using the following few commands : set PIPELINE_VERSION=2.0.0 kubectl apply -k "github....Jul 28, 2023·6 min read
CRON Expressions using EventBridgeScheduling expressions for rules You can create rules that self-trigger on an automated schedule in EventBridge using cron or rate expressions. All scheduled events use UTC time zone and the minimum precision for schedules is 1 minute. EventBridge su...Jun 30, 2023·2 min read
SNS End PointOur primary goal is to process only orders from US locations (us-west or us-east) that are lab-supplies using a Amazon SNS target (Orders). Similar to the previous use case, but using SNS. let's go for it!! Implement an EventBridge rule to target SNS...Jun 30, 2023·3 min read
Step Function End PointImplement an EventBridge rule to target Step Functions Use the EventBridge Console to: Add a rule to the Orders event bus with the name "EUOrdersRule" Define an event pattern to match events with a detail location in "eu-west or eu-east". { "so...Jun 30, 2023·3 min read
API Destination End PointIdentify App URL Open the AWS Management Console for Cloud formation. You can find the API URL for this challenge in the Outputs of the CloudFormation Stack with a name containing ApiUrl. Configure the EventBridge API Destination with basic auth sec...Jun 30, 2023·2 min read