Portfolio
The following GitHub repositories showcase projects representing my professional skills and experiences.
AWS Terraform EC2 CW Agent Project
Description: A Terraform project provisioning an AWS EC2 instance with the CloudWatch Agent automatically installed and configured to push custom metrics in a dedicated namespace.
Tech Stack:
- AWS (EC2, IAM, CloudWatch)
- Bash: Utilize user data for setting up instance on startup
- JSON: Configure the CloudWatch Agent with a custom infrastructure.json
- Terraform (HCL): Automate cloud deployments with modularization