Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from ctienshi/master
Browse files Browse the repository at this point in the history
Adding Identity Server Pattern2
  • Loading branch information
msmshariq authored Jun 7, 2018
2 parents dd081f1 + ee46c7c commit 832965d
Show file tree
Hide file tree
Showing 6 changed files with 1,478 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# aws-is
# AWS Resources for WSO2 Identity Server

This repository contains CloudFormation templates to deploy WSO2 Identity Server with different patterns in Amazon Web Services(AWS).

## Quick Start Guide

1. Checkout this repository into your local machine using the following Git command.
```
git clone https://github.com/wso2/aws-is.git
```

2. Go to [AWS console](https://console.aws.amazon.com/ec2/v2/home#KeyPairs:sort=keyName) and specify a key value pair for authentication in **us-east-1** region. This could be used to ssh into the instances. Add a Server Certificate to AWS using ACM or IAM as explained [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html). This will be used at the load balancer listeners.

3. Go to [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home) and select ``Launch Cloudformer``.

4. Browse to the cloned repository and select the Cloudformation template for the preferred deployment pattern and proceed with the deployment.
<br> Available patterns are [Scalable-IS](https://github.com/wso2/aws-is/tree/master/Scalable-IS) and [IS-with-Analytics](https://github.com/wso2/aws-is/tree/master/IS-with-Analytics).
5. Follow the on screen instructions and provide the SSH key value pair name given in step 2, Server-Certificate-Name given in step 3 and other requested information and proceed.

6. Access the web UIs via the URLs available in the **Outputs** tab and login using the following credentials.
* Username: admin <br>
* Password: admin

**NOTE:** The services listed through above URLs may take around 15 minutes to become available, after stack creation.
Binary file added images/is-pattern1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions is-with-analytics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# WSO2 Identity Server with Analytics

Clustered deployment of WSO2 Identity Server configured with Analytics

Loading

0 comments on commit 832965d

Please sign in to comment.