Skip to content
/ bup-sandbox Public template

Personal sandbox to test assigned DevOps and infrastructure tasks using Terraform, GitHub Actions, and AWS.

Notifications You must be signed in to change notification settings

codezag/bup-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

bup-sandbox

Personal sandbox for testing and validating infrastructure and DevOps tasks
This repository is used to simulate and verify implementation steps before applying them in a work environment. It primarily focuses on Terraform modules, AWS configurations, and GitHub Actions CI/CD workflows.

πŸ“Œ Purpose

  • Safely test assigned infrastructure-related tasks
  • Validate Terraform code and GitHub workflows
  • Experiment with AWS services like S3, CloudTrail, VPC Flow Logs, etc.
  • Gain clarity before applying changes in production-like environments

🧱 Structure

.
β”œβ”€β”€ .github/
β”‚   └── workflows/          # GitHub Actions workflows
β”œβ”€β”€ modules/                # Terraform modules (e.g., s3)
β”œβ”€β”€ services/               # Service-specific implementations (e.g., bu-logging)
└── README.md

βš™οΈ Stack Used

  • Terraform
  • GitHub Actions
  • AWS (S3, CloudTrail, VPC Flow Logs, IAM, etc.)
  • VSCode

πŸš€ CI/CD Workflow

Triggered on push or PR to main branch.

Example steps:

  • Checkout code
  • Setup Terraform
  • terraform init β†’ terraform validate β†’ terraform plan
  • (Optional) Deploy to AWS for testing

πŸ” Notes

  • All configurations tested here are scoped to a personal AWS account.
  • No confidential or client-identifiable information is included.
  • Naming follows safe conventions (e.g., bup- prefix).

πŸ“¬ Contact

For personal use only. Maintained by codezag.

About

Personal sandbox to test assigned DevOps and infrastructure tasks using Terraform, GitHub Actions, and AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages