This repository contains a GitHub Pages site that presents a comprehensive checklist for implementing AWS DevOps best practices with GitHub and Terraform.
This checklist is designed to help track progress when implementing an AWS-based DevOps project using GitHub and Terraform. It covers:
- Project setup and repository structure
- Infrastructure as Code with Terraform
- CI/CD pipeline configuration
- Security and compliance implementation
- Monitoring and observability setup
- Operations and optimization practices
To modify the checklist:
- Edit the
index.md
file - Keep the Jekyll front matter at the top of the file
- Use markdown checkbox syntax
- [ ]
for uncompleted items and- [x]
for completed items
To run this site locally:
- Install Ruby and Jekyll: Jekyll Installation Guide
- Clone the repository:
git clone https://github.com/yourusername/akujinluffy.github.io.git
- Navigate to the repository:
cd akujinluffy.github.io
- Install dependencies:
bundle install
- Start the local server:
bundle exec jekyll serve
- Open your browser and go to
http://localhost:4000
This site is automatically deployed using GitHub Pages. When you push changes to the main branch, GitHub will automatically build and deploy your site.
To enable GitHub Pages:
- Go to your repository settings
- Scroll down to the GitHub Pages section
- Select the source as "main branch"
- Your site will be published at
- Edit
_config.yml
to change site settings - Modify
assets/css/style.scss
to customize the appearance