https://github.com/andreibarbuoz/uipath-aws-deploy
https://github.com/andreibarbuoz/uipath-aws-deploy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreibarbuoz/uipath-aws-deploy
- Owner: AndreiBarbuOz
- Created: 2019-07-22T22:30:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T10:30:40.000Z (about 5 years ago)
- Last Synced: 2025-01-12T10:34:15.191Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deployment pipeline for UiPath Orchestrator on AWS
## Deployment
```cmd
aws cloudformation create-stack --stack-name orch-deploy --template-body file://orch-deploy.yaml --parameters file://orch-deploy-params.json --capabilities CAPABILITY_IAM
``````cmd
aws cloudformation update-stack --stack-name orch-deploy --template-body file://orch-deploy.yaml --parameters file://orch-deploy-params.json --capabilities CAPABILITY_IAM
``````cmd
aws cloudformation validate-template --template-body file://orch-deploy.yaml --parameters file://orch-deploy-params.json
```## Implementation
The template deploys a CodePipeline which, in turn, deploys and then tests a CFN template for the UiPath Orchestrator. The pipeline is triggered by a GitHub webhook.