Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dillonhandyside/swe40006-deploymentproject
Repository for SWE40006 Software Deployment and Evolution team project.
https://github.com/dillonhandyside/swe40006-deploymentproject
aws aws-codepipeline ci-cd cicd devops
Last synced: about 1 month ago
JSON representation
Repository for SWE40006 Software Deployment and Evolution team project.
- Host: GitHub
- URL: https://github.com/dillonhandyside/swe40006-deploymentproject
- Owner: DillonHandyside
- Created: 2023-10-05T02:48:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T00:34:10.000Z (about 1 year ago)
- Last Synced: 2023-10-17T11:57:27.517Z (about 1 year ago)
- Topics: aws, aws-codepipeline, ci-cd, cicd, devops
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SWE40006 Deployment Project
A CI/CD pipeline for SWE40006 - Software Deployment and Evolution.
Explore the docs »
Table of Contents
## About
This repository is linked to our AWS CI/CD pipeline. Once code is tested and pushed to this repository, it automatically notifies the build server to create an artefact.
#### Built With
![AWS][aws]
![GitHub][github]#### AWS Services
Elastic Beanstalk creates the EC2/CloudWatch instances for our application:![Elastic Beanstalk][elasticbeanstalk]
![EC2][ec2]
![CloudWatch][cloudwatch]
S3 holds our application artefacts:![S3][s3]
And finally, CodePipeline, CodeBuild and CodeDeploy handles our CI/CD pipeline functionality:![CodePipeline][codepipeline]
![CodeDeploy][codedeploy]
![CodeBuild][codebuild]## Features
- [x] Feature
- [x] Sub-feature## Usage
Provide instructions on how to run/access the web app.
## Contributing
Provide instructions on how to do a pull request.
### Prerequisites
### Installation
## Acknowledgments
* [Img Shields](https://shields.io)
[aws]: https://img.shields.io/badge/Amazon_AWS-232F3E?style=for-the-badge&logo=amazon-aws&logoColor=white
[ec2]: https://img.shields.io/badge/EC2-232F3E?style=for-the-badge&logo=amazonec2&logoColor=white
[cloudwatch]: https://img.shields.io/badge/CloudWatch-232F3E?style=for-the-badge&logo=amazoncloudwatch&logoColor=white
[s3]: https://img.shields.io/badge/S3-569A31?style=for-the-badge&logo=amazons3&logoColor=white
[codepipeline]: https://img.shields.io/badge/CodePipeline-0049AB?style=for-the-badge&logo=amazon-aws&logoColor=white
[codedeploy]: https://img.shields.io/badge/CodeDeploy-0049AB?style=for-the-badge&logo=amazon-aws&logoColor=white
[codebuild]: https://img.shields.io/badge/CodeBuild-0049AB?style=for-the-badge&logo=amazon-aws&logoColor=white
[elasticbeanstalk]: https://img.shields.io/badge/Elastic_Beanstalk-66459B?style=for-the-badge&logo=amazon-aws&logoColor=white
[github]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white