Skip to content
View amaurybsouza's full-sized avatar
:octocat:
Automating security checks 🤖
:octocat:
Automating security checks 🤖

Highlights

  • Pro

Organizations

@Terraform-Tutorials @Ansible-Tutorials @Kubernetes-Tutorialz @Docker-Tutorialz

Block or report amaurybsouza

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

Hi👏👏 I'm Amaury Borges Souza

Engineer, Professor, AWS Community Builder, Hashicorp Ambassador & Tech Writer.

Amaury simplifies technical complexity into practical business value. He is a senior security engineer🛡️ and professor specialized in DevSecOps, Cloud Security, IaC and modern application protection.

🔭 He is recognized as 3️⃣x AWS Community Builder & 3️⃣x HashiCorp Ambassador, contributing closely with product teams and representing the community on international conferences such as HashiTalks, HashiConf, AWS Summits, DevOps Days, SREDay and cloud conferences. Connect with him on LinkedIn.

👨‍🏫DevSecOps Labs (used in my FIAP MBA courses)

As part of my academic work, I teach DevSecOps, AppSec, Cloud Security, IaC, and AI-driven Security as an MBA Professor at FIAP; one of Brazil’s leading technology universities.

  • IaC Security Lab — Terraform + Checkov + TFLint + ValidIaC
  • CI/CD Security Pipeline — SAST, SCA, IaC scanning, Secrets e DAST
  • Container Security & SBOM Lab — Trivy + CycloneDX
  • Kubernetes Security Lab — NSA/CISA Benchmark + Kubescape
  • Incident Response Automation Lab — Slack + GitHub Actions
  • AI + DevSecOps Lab — scanning, generation & remediation

🤝 Connect with me.

Pinned Loading

  1. iac-practice iac-practice Public

    ☸️🚀🏗️A bit automation with Terraform to provision an EC2 instance (infrastructure as Code) on AWS and using Ansible to install Docker on this instance. A excellent hands-on to practice the union of…

    HCL 18

  2. zabbix-otrs-integrating zabbix-otrs-integrating Public

    🚀💻📚A BIG hands-on of how you can Integrate OTRS 6 ticket system with Zabbix, it's had installed using versions Zabbix 3.4 and OTRS 6. Please, onsulte the documentation of Zabbix before to start the…

    Python 4 2

  3. devops-cheatsheet devops-cheatsheet Public

    🐧👨‍💻🚀This DevOps cheatsheet helps you with the most commonly and used commands for easy reference like Linux, Ansible, Terraform, Docker, Kubernetes, AWS Cloud, Git, Gitlab and olthers (constantly …

    36 21

  4. main.tf main.tf
    1
    module "gitLab_deploy" {
    2
      source = "../modules/gitLab_app"
    3
      app_region = "us-east-1"
    4
      ami = "ami-04505e74c0741db8n"
    5
    }
  5. scripts-bash scripts-bash Public

    The practical way how to use scripting (bash), some examples of script from basic to advanced for infrastructure automation and daily routine working on LINUX servers. (constantly updating)

    Shell 4 3

  6. linux-deep-dive linux-deep-dive Public

    LPIC-1 Certification Study: Linux Administrator. Browsing through folders and files, you can see a summary of each topic that was studied, hope it helps in your study process.

    3