Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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



  1. About


  2. Features

  3. Usage


  4. Contributing


  5. Acknowledgments

## 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]

(back to top)

## Features

- [x] Feature
- [x] Sub-feature

(back to top)

## Usage

Provide instructions on how to run/access the web app.

(back to top)

## Contributing

Provide instructions on how to do a pull request.

### Prerequisites

### Installation

(back to top)

## Acknowledgments

* [Img Shields](https://shields.io)

(back to top)

[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