Skip to content

AWS Infrastructure Git Repository

Create & Setup GitHub Repository for AWS Networking Infrastructure

  1. Create a new private GitHub repository for networking infrastructure in your team's GitHub organization.
  2. GitHub repository name must be aws-infra.
  3. Update README.md in your repository with instructions for standing up and tearing down your infrastructure.
  4. Fork the GitHub repository in your namespace. You will do all development work on your fork.
  5. All Terraform code for AWS networking infrastructure should be in this repository.
  6. Add appropriate .gitignore to your repository. A collection of useful .gitignore templates can be found here.

Pull Request Status Checks

Implement Terraform pull request status checks in your GitHub repository as per the requirements.