Skip to content
View samidha1-1's full-sized avatar

Block or report samidha1-1

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. aws-ebs-cost-optimization aws-ebs-cost-optimization Public

    An AWS Lambda–based automation to optimize cloud costs by removing unused EBS snapshots.

    Python

  2. jenkins-CI-pipeline-using-docker-agent jenkins-CI-pipeline-using-docker-agent Public

    This repo demonstrates how jenkins pipeline work , how to write a simple docker as a agent jenkinsfile .

    Python

  3. Secure-3-Tier-Web-Application-Architecture-on-AWS Secure-3-Tier-Web-Application-Architecture-on-AWS Public

    This project demonstrates how to deploy a secure 3-tier web application on AWS using VPC, public and private subnets, Application Load Balancer, EC2, RDS, Bastion Host, and NAT Gateway.

    Python

  4. automated_system_health_monitor automated_system_health_monitor Public

    The `script.sh` monitors system health by checking uptime, disk space, memory usage, and system errors. It gathers data with commands like `uptime`, `df -h`, `free -h`, and `tail` for log files. Th…

    Shell