Skip to content

AkujinLuffy/akujinluffy.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS DevOps Project Checklist

This repository contains a GitHub Pages site that presents a comprehensive checklist for implementing AWS DevOps best practices with GitHub and Terraform.

About This Project

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

View the Checklist

Updating the Checklist

To modify the checklist:

  1. Edit the index.md file
  2. Keep the Jekyll front matter at the top of the file
  3. Use markdown checkbox syntax - [ ] for uncompleted items and - [x] for completed items

Local Development

To run this site locally:

  1. Install Ruby and Jekyll: Jekyll Installation Guide
  2. Clone the repository: git clone https://github.com/yourusername/akujinluffy.github.io.git
  3. Navigate to the repository: cd akujinluffy.github.io
  4. Install dependencies: bundle install
  5. Start the local server: bundle exec jekyll serve
  6. Open your browser and go to http://localhost:4000

Deployment

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:

  1. Go to your repository settings
  2. Scroll down to the GitHub Pages section
  3. Select the source as "main branch"
  4. Your site will be published at

Customization

  • Edit _config.yml to change site settings
  • Modify assets/css/style.scss to customize the appearance

About

AWS-based DevOps project using GitHub and Terraform

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •