Changes for page XWiki Installation on AWS

Last modified by Sanchita Singh on 2021/08/27

From version 1.12
edited by Sanchita Singh
on 2021/08/27
Change comment: added IAM roles for user permission
To version 1.13
edited by Sanchita Singh
on 2021/08/27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -55,7 +55,7 @@
55 55  
56 56  == Deployment Using CDK Code ==
57 57  
58 -The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud application resources using familiar programming languages. The second method uses AWS CDK to deploy XWiki. The architecture is more or less the same as we will deploy using the first method(i.e. cloudformation template). The main reason for providing CDK code is if you want to tweak the configuration according to you, you can do it better as CDK uses high-level language, unlike cloudformation. You'll need CLI installed and configured in your machine for using this method. Follow the step-by-step guide for installing XWiki using CDK codeĀ [[Deployment Using CDK Code>>doc:.Deployment Using CDK Code.WebHome]]
58 +The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud application resources using familiar programming languages. The second method uses AWS CDK to deploy XWiki. The architecture is more or less the same as we will deploy using the first method(i.e. cloudformation template). The main reason for providing CDK code is if you want to tweak the configuration according to you, you can do it better as CDK uses high-level language, unlike cloudformation. You'll need [[CLI installed and configured>>https://docs.aws.amazon.com/de_de/cdk/latest/guide/getting_started.html]] in your machine for using this method. Follow the step-by-step guide for installing XWiki using CDK codeĀ [[Deployment Using CDK Code>>doc:.Deployment Using CDK Code.WebHome]]
59 59  
60 60  = Security =
61 61  

Get Connected