This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ctienshi/master
Adding Identity Server Pattern2
- Loading branch information
Showing
6 changed files
with
1,478 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.