Skip to content

DeQuayG/Pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pipe

This repository holds the code for my CI/CD Pipeline Application Project!

Within this repo I have my Terraform code which provisions infrastructure on AWS. The specific infrastructure created includes:

  • A VPC
  • Public and Private Subnets in different Availability Zones (as is best practice)
  • The infrastructure as well as the configurations to support the VPC and Subnets, such as Security Groups, Route Tables, an Internet Gateway as well as a NAT Gateway
  • An Elastic Load Balancer
  • An ECS Cluster, Service, and Tasks
  • IAM Roles and Policies, including CloudWatch log permissions
  • 2 S3 Buckets, one to store WebScraped data, another to store Terraform state

The Repo also contains a Dockerfile to create a Docker Image. This is how I containerized a WebScraper application to upload to ECR and pulled to ECS. That same docker file is also used with a CI/CD pipeline implemented using GitHub actions. Both the Python code and GitHub Actions configuration yaml file are also within the repo

*Please note that the Terraform code will work with a simple copy-paste, but you'll have to input your own AWS ECR Image URl from the command-line

This is the accompanying blog post for this project: https://medium.com/@dmglascoe/deploying-a-containerized-web-scraper-with-a-ci-cd-pipeline-to-aws-using-terraform-boto3-and-5aaeefadf8e6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published