Skip to content

mistwire/daily_terraform_bites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here are some ideas for daily Terraform projects, starting easy and gradually increasing in complexity. Each project is designed to take a maximum of 60 minutes to complete:

Week 1: Basics

  1. Create a simple S3 bucket
  2. Deploy a basic EC2 instance
  3. Set up a VPC with public and private subnets
  4. Create an IAM user and group
  5. Deploy a static website on S3

Week 2: Networking and Security

  1. Configure a security group for EC2 instances
  2. Set up a Network Load Balancer
  3. Create a VPN gateway
  4. Implement a Web Application Firewall (WAF)
  5. Deploy a bastion host for secure SSH access

Week 3: Databases and Storage

  1. Create an RDS instance
  2. Set up DynamoDB tables with autoscaling
  3. Implement ElastiCache for Redis
  4. Create an EFS file system
  5. Set up S3 bucket versioning and lifecycle policies

Week 4: Compute and Containers

  1. Deploy an Auto Scaling Group for EC2 instances
  2. Create an ECS cluster with Fargate
  3. Set up an EKS cluster
  4. Implement Lambda functions with API Gateway
  5. Deploy a multi-container application using ECS

Week 5: Monitoring and Logging

  1. Set up CloudWatch alarms for EC2 instances
  2. Create a CloudTrail trail for AWS account activity
  3. Implement CloudWatch Logs for EC2 instances
  4. Set up SNS topics for notifications
  5. Create a CloudWatch dashboard for key metrics

Week 6: Advanced Concepts

  1. Implement cross-region replication for S3 buckets
  2. Set up a multi-region application with Route 53
  3. Create a CI/CD pipeline using CodePipeline and CodeBuild
  4. Implement a disaster recovery solution using AWS Backup
  5. Deploy a serverless application using AWS SAM and Terraform

These projects gradually increase in complexity and cover various aspects of AWS infrastructure. They are designed to be completed within 60 minutes, but you can adjust the scope as needed. Remember to use Terraform best practices, such as modularization and version control, as you progress through these projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages