Skip to content

Commit

Permalink
fixed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosenz committed Mar 12, 2024
1 parent 692d771 commit bc3ac1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1-GettingStarted/3-Installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ Review ***"parameters-override.yaml"***, the following changes will need to be m
### Deployment
#### Create OCPInstall Role
[Download the OCPInstall_Role.yaml](https://github.com/ibm-client-engineering/solution-wxai-aws/assets/Cloudformation/OCPInstall_Role.yaml)
[Download the OCPInstall_Role.yaml](../../assets/Cloudformation/OCPInstall_Role.yaml)
Create the role by running the following command:
```
aws cloudformation deploy --stack-name OCPInstall-role-1 -template-file OCPInstall_Role.yaml --capabilities CAPABILITY_NAMED_IAM --tags *add Key=Value tag here*
```
#### Create LambdaExecution Role
[Download the LambdaExecutionRole.yaml](https://github.com/ibm-client-engineering/solution-wxai-aws/assets/Cloudformation/LambdaExecutionRole.yaml)
[Download the LambdaExecutionRole.yaml](../../assets/Cloudformation/LambdaExecutionRole.yml)
Create the role by running the following command:
```
Expand Down

0 comments on commit bc3ac1b

Please sign in to comment.