How to
In this page find the how to:
Last updated
Was this helpful?
In this page find the how to:
Last updated
Was this helpful?
Deploy the server
Change app and versioning
When you will have the correct IAM credentials, you will be able to install and push the script on EWS to deploy the server.
you need to have the latest version of AWS CLI installed in your machine ->
create a .yml file ( example: cloudformation.yml) local add the YAML code from this script:
run the command and name your deployment stack name (--stack-name <name>
) that you ( and the team) will be able to recognize:
aws cloudformation create-stack --stack-name stefano --template-body file://cloudformation.yml
Check the status of the deployment run on your terminal:
You can directly git clone the whole project from here, that will have the requirement template and application:
pull the repo locally from GitHub:
Do any changes on the code and also change the version
Create a new PR ( Pull Request ) make sure to add a description what you changed and why, and wait to get your PR approved
See live your change once the PR approved from a Senior Engineer responsible for this project
You can also check the workflows:
Find the whole project on