This repository contains an AWS CloudFormation template for WSO2 Identity Server.
- Clone the repository
$ git clone https://github.com/malithie/aws-cloudformation-templates.git
- Go to AWS console and create a key value pair. This will be used to ssh to the nodes.
- 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.
- Go to AWS CloudFormer console.
- Select Create Stack option and select choose a template option.
- Browse and select the wso2-is-with-alb-cf-template.yml and proceed with the deployment.
- Follow the on screen instructions and provide the ARN of the certificate uploaded in step 3, SSH key, WUM username, password and proceed.