Changes for page XWiki Installation on AWS

Last modified by Sanchita Singh on 2021/08/27

From version 1.9
edited by Vincent Massol
on 2021/08/26
Change comment: Remove AMI mention since it doesn't exist yet
To version 1.10
edited by Vincent Massol
on 2021/08/26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -63,7 +63,7 @@
63 63  
64 64  == AWS Identity and Access Management And Security Groups ==
65 65  
66 -here we will be using an IAM role with the least privileged access. We will not store SSH keys, secret keys, or access keys on the provisioned instances. A security group acts as a firewall that controls the traffic for one or more instances. When we launch an instance, we associate one or more security groups with the instance. we add rules to each security group that allows traffic to or from its associated instances. Here we will configure the security group to have inbound access to TCP 22 (permission to allow SSH from the internet), TCP 80 (permission to allow HTTP access from the internet), TCP 443 (permission to allow HTTPS access from the internet), and also will allow port 8080 access.
66 +Here we will be using an IAM role with the least privileged access. We will not store SSH keys, secret keys, or access keys on the provisioned instances. A security group acts as a firewall that controls the traffic for one or more instances. When we launch an instance, we associate one or more security groups with the instance. we add rules to each security group that allows traffic to or from its associated instances. Here we will configure the security group to have inbound access to TCP 22 (permission to allow SSH from the internet), TCP 80 (permission to allow HTTP access from the internet), TCP 443 (permission to allow HTTPS access from the internet), and also will allow port 8080 access.
67 67  
68 68  = Additional Resources =
69 69  

Get Connected