https://github.com/pyristix/old-portfolio-website
A containerized Flask application deployed to AWS with a CI/CD pipeline.
https://github.com/pyristix/old-portfolio-website
Last synced: about 1 month ago
JSON representation
A containerized Flask application deployed to AWS with a CI/CD pipeline.
- Host: GitHub
- URL: https://github.com/pyristix/old-portfolio-website
- Owner: Pyristix
- License: gpl-2.0
- Created: 2021-12-31T22:19:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T17:17:22.000Z (about 1 year ago)
- Last Synced: 2025-04-13T22:16:25.567Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# old-portfolio-website
A containerized Flask application for my old portfolio website. I deployed the website to the AWS cloud via four distinct methods:
1. EC2 instances with application load balancing
2. Static S3 bucket deployment using CloudFront for a CDN and CodePipeline for automated deployment from this GitHub repository
3. ECS cluster deployment with automated Docker image building using CodeBuild and CodePipeline for CI/CD and ECR for image storage
4. Elastic Beanstalk using a Dockerrun.aws.json file for deployment from a Docker Hub image### Technologies used
- Docker
- AWS
- Flask
- Python