Your company is creating an Instagram clone called Udagram.
Developers want to deploy a new application to the AWS infrastructure.
You have been tasked with provisioning the required infrastructure and deploying a dummy application, along with the necessary supporting software.
This needs to be automated so that the infrastructure can be discarded as soon as the testing team finishes their tests and gathers their results.
/Scripts/create.sh
- Creates stack/Scripts/delete_stack.sh
- Deletes stack/Scripts/update.sh
- Updates stack/img
- Screenshots of the workflowfinal-project-networking.yml
- CloudFormation template for creating networking resourcesfinal-project_networking.json
- parameters for final-project-networking.yml.our_servers.yml
- CloudFormation template for creating serversour_servers.json
- parameters for server components
The Scripts folder contains bash scripts to perform various operations as described below
Scripts/create.sh stack-name final-project-networking.yml final-project_networking.json
Scripts/update.sh final-project-networking.yml final-project_networking.json
Scritps/delete_stack.sh stack-name