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

https://github.com/andreibarbuoz/uipath-aws-deploy


https://github.com/andreibarbuoz/uipath-aws-deploy

Last synced: 2 months ago
JSON representation

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.