Page History
...
Sv translation | ||
---|---|---|
| ||
This document provides a way to build the basic infrastructure of MagicINFO Server within the cloud provider AWS (Amazon Web Service). 1. Create VPC1.1 Create VPC - IPv4 CIDR as B block (예 10.96.0.0/16) 1.2 Modify routing table name of VPC 2. Modify Network ACL2.1 Change Network ACL Name after step 1.1 2.2 Set TAG 2.3 If Subnet will be created at step 3, create Subnet association. 3. Create Subnet3.1 Create 2 Subnet as C Block for WAS (ex. 10.96.1.0/24,10.96.2.0/24) 3.2 Create 2 Subnet 2 as C Block for DB (ex. 10.96.3.0/24,10.96.4.0/24) 3.3 Create route table both WAS and DB 3.4 Set tag 4. Create Route table4.1 Modify default route table name 4.2 PUBLIC route table (igw included) 4.3 Add db route table (igw unincluded) 4.4 Set SUBNET ASSOCIATION of eact route table 4.5 Set TAG 5. Create igw5.1 Set TAG 5.2 igw -> actions -> attach to vpc 5.3 Add public route table 6. Create 2 EC26.1 Copy AMI to now region using copy existed region. 6.2 Set Security Group 6.3 Set TAG 7. Create RDS7.1 Add DB Subnet which is created at step 3.2 to Subnet Groups 7.2 Create RDS 8. Register the Certificate to Certification manager9. Create Load Balancer9.1 Set TAG 9.2 Create TARGET GROUP 9.3 Mapping TARGET GROUP 10. Set Security Groups Name and Port11. Remote Access to MagicINFO Server and Set |