Skip to content
View aseelmalkawi's full-sized avatar

Block or report aseelmalkawi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. python-app-k8s-aws-actions python-app-k8s-aws-actions Public

    A CICD pipeline that packages a Django app as a wheel file, builds a docker image for the app, pushes it to the ECR, promotes the image on the prod branch, then deploys it to an EC2 in a k8s cluster.

    Python

  2. lambda-function-to-send-slack-msgs-for-Maintainence-Window-status lambda-function-to-send-slack-msgs-for-Maintainence-Window-status Public

    This Lambda function will help stay in touch with the System Manager Maintenance Windows status without constantly checking. It features a Slack bot, AWS EventBridge, and AWS Lambda boto3 python fu…

    Python

  3. unhealthy-instances-in-aws-target-group-solution unhealthy-instances-in-aws-target-group-solution Public

    How to fix the unhealthy targets in an AWS Target Group using a bash script, and an automated Actions workflow.

    Shell

  4. GH-Actions-CICD-node-app GH-Actions-CICD-node-app Public

    A CICD pipeline that packages a node app as a tar file, builds a docker image for the app, pushes it to the ECR, promotes the image, then deploys it to an EC2.

    Shell

  5. iis-app-pool-stopped-monitoring-and-solution iis-app-pool-stopped-monitoring-and-solution Public

    When hosting websites on Windows Servers on IIS pools, this is a method to monitor the pools status and an automated workflow to restart them if they stop.

    Python

  6. dockerized-dotnet-app dockerized-dotnet-app Public

    A dockerized .NET app using Docker multistage build, docker compose for orchestration, and nginx as a reverse proxy to host the website on an EC2 on dev. On prod, the website is deployed via a kube…

    C#