Create a CI/CD pipeline, starting with Github Actions, and AWS EC2 Appspec files and scripts to install, build and start frontend and backend servers on AWS EC2.
Acceptance Criteria
[x] Create AWS Roles and Instances.
[x] Create AWS AppSpec file.
[x] Write Install script for backend.
[x] Write Build script.
[x] Write Start Server script.
[x] Write Stop Server script.
[x] Write Validate Server script.
[x] Create a Github Workflow to perform the deployment.
Description
Create a CI/CD pipeline, starting with Github Actions, and AWS EC2 Appspec files and scripts to install, build and start frontend and backend servers on AWS EC2.
Acceptance Criteria