Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.09 KB

AWS CloudFormation Templates for WSO2 Identity Server Deployments

This repository contains an AWS CloudFormation template for WSO2 Identity Server.

Setup instructions

  1. Clone the repository
$ git clone https://github.com/malithie/aws-cloudformation-templates.git
  1. Go to AWS console and create a key value pair. This will be used to ssh to the nodes.
  2. Add a self signed certificate for AWS ACM as explained here. Copy the ARN value of the created certificate. This certificate will be used for the ALB fronting WSO2 Identity Server.
  3. Go to AWS CloudFormer console.
  4. Select Create Stack option and select choose a template option.
  5. Browse and select the wso2-is-with-alb-cf-template.yml and proceed with the deployment.
  6. Follow the on screen instructions and provide the ARN of the certificate uploaded in step 3, SSH key, WUM username, password and proceed.