Skip to content
View aykhanpashayev's full-sized avatar

Highlights

  • Pro

Block or report aykhanpashayev

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
aykhanpashayev/README.md

πŸ‘‹ Aykhan Pashayev

πŸŽ“ Cybersecurity Student @ Florida International University (Class of 2026) πŸ” CompTIA Security+ | ☁️ AWS Solutions Architect – Associate

🧭 Overview

I’m a cybersecurity student focused on cloud security, infrastructure design, and monitoring systems.

I learn best by building environments, observing how they behave, breaking them on purpose, and then fixing them properly.

🎯 Technical Focus Areas

☁️ Cloud Security & Observability

Logging, monitoring, and alerting are where I spend most of my time. Recent work includes CloudTrail- and CloudWatch-based detection, event-driven automation, and response workflows using Lambda and EventBridge.

βš™οΈ Infrastructure & Automation

I prefer repeatable, scripted setups over one-off configurations. If something can be defined as infrastructure or automated safely, that’s usually the direction I take.

πŸ” Security Fundamentals

IAM design, least-privilege access, network boundaries, and understanding how misconfigurations actually get exploited β€” not just documented.

πŸ€– AI + Security

Exploring where AI can realistically help with detection, analysis, and secure development β€” while staying aware of its limits and risks.

πŸ§ͺ Experience

🏫 Hardware Lab Assistant / Course Learning Assistant @ FIU

I help students troubleshoot Linux, networking, OS, and programming labs. Teaching forced me to explain concepts clearly instead of hiding behind jargon.

🧱 Projects & Repositories

Most repositories here are:

  • cloud security labs rebuilt from scratch

  • experiments to validate how AWS services behave

  • small tools created to understand a specific problem

  • If a repo exists, it’s because it answered a real question I had.

πŸ›  Tools & Technologies

☁️ Cloud

AWS β€” EC2, VPC, IAM, S3, CloudTrail, CloudWatch, Lambda, SNS, EventBridge

πŸ’» Languages

Python β€’ Bash β€’ Java β€’ SQL

πŸ–₯ Systems & Dev

Linux β€’ Windows β€’ Virtual labs β€’ Git β€’ CI/CD concepts

πŸ“œ Certifications

  • πŸ›‘ CompTIA Security+

  • ☁️ AWS Certified Solutions Architect – Associate

πŸš€ Career Direction

I’m building toward cloud security, security engineering, or platform engineering roles where reliability and security matter more than buzzwords.

🌍 Open to opportunities in the U.S. and Europe.

πŸ“ Notes

All work here is educational and ethical. The goal is to understand systems deeply enough to secure them properly.

πŸ“« Connect

πŸ”— LinkedIn β€” (https://linkedin.com/in/aykhanpashayev)

Pinned Loading

  1. aws-kms-encryption-lab aws-kms-encryption-lab Public

    Hands-on lab with AWS KMS, S3, EC2, EBS, and CloudTrail to encrypt data at rest.

    1

  2. cloudtrail-cloudwatch-monitoring-lab cloudtrail-cloudwatch-monitoring-lab Public

    Hands-on AWS lab configuring CloudTrail, SNS, CloudWatch, and EventBridge to build a logging and monitoring solution.

    1

  3. keylogger keylogger Public

    A simple Python based Keylogger

    Python

  4. Linux_Administration_Scripts Linux_Administration_Scripts Public

    Shell

  5. port-scanner port-scanner Public

    Simple python based network port scanner

    Python