This repository contains the activities completed by me under a DevSecOps/AWS scholarship provided by Compass UOL in partnership with UNINTER International University Center.
I utilized GitHub's projects and issues to track tasks by breaking down each assignment's specifications.
Additionally, each Pull Request (PR) is associated with a respective issue and reviewed by Qodo Merge, formerly known as PR-Agent.
You can view the progress of this project's tasks here.
repository-root/
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ └── user_story.md
│ └── PULL_REQUEST_TEMPLATE.md
├── docs/
│ ├── general/
│ │ ├── cron_vs_systemd_timers/
│ │ │ ├── cron_vs_systemd_timers.md
│ │ │ └── cron_vs_systemd_timers.pt-BR.md
│ │ ├── structured_logging/
│ │ │ ├── structured_logging.md
│ │ │ └── structured_logging.pt-BR.md
│ │ └── wordpress/
│ │ ├── wordpress.md
│ │ └── wordpress.pt-BR.md
│ ├── sprint2/
│ │ ├── README.md
│ │ ├── README.pt-BR.md
│ │ ├── check_nginx_health_endpoint/
│ │ │ ├── check_nginx_health_endpoint.md
│ │ │ └── check_nginx_health_endpoint.pt-BR.md
│ │ ├── check_nginx_system_status/
│ │ │ ├── check_nginx_system_status.md
│ │ │ └── check_nginx_system_status.pt-BR.md
│ │ ├── schedule_nginx_health_endpoint_cron/
│ │ │ ├── schedule_nginx_health_endpoint_cron.md
│ │ │ └── schedule_nginx_health_endpoint_cron.pt-BR.md
│ │ ├── schedule_nginx_systemd_timer/
│ │ │ ├── schedule_nginx_systemd_timer.md
│ │ │ └── schedule_nginx_systemd_timer.pt-BR.md
│ │ └── wsl_installation/
│ │ ├── wsl_installation.md
│ │ └── wsl_installation.pt-BR.md
│ └── sprint3/
│ ├── aws_infrastructure/
│ │ ├── aws_infrastructure.md
│ │ └── aws_infrastructure.pt-BR.md
│ ├── docker_setup/
│ │ ├── docker_setup.md
│ │ └── docker_setup.pt-BR.md
│ ├── lb_autoscaling/
│ │ ├── lb_autoscaling.md
│ │ └── lb_autoscaling.pt-BR.md
│ ├── references/
│ │ ├── references.md
│ │ └── references.pt-BR.md
│ ├── troubleshooting/
│ │ ├── troubleshooting.md
│ │ └── troubleshooting.pt-BR.md
│ ├── wordpress_deployment/
│ │ ├── wordpress_deployment.md
│ │ └── wordpress_deployment.pt-BR.md
│ ├── README.md
│ └── README.pt-BR.md
├── scripts/
│ └── sprint2/
│ ├── check_nginx_health_endpoint.sh
│ ├── check_nginx_system_status.sh
│ ├── deploy_nginx.sh
│ ├── schedule_nginx_health_endpoint_cron.sh
│ └── schedule_nginx_systemd_timer.sh
├── .gitignore
├── README.pt-BR.md
└── README.md
This project is licensed under the MIT License.