Page History
Sv translation | ||
---|---|---|
| ||
이 문서는 클라우드 제공 업체 AWS (Amazon Web Service) 내에 MagicINFO Server의 기본적인 인프라를 구축하는 방법을 제공합니다. 1. VPC 생성1.1 Create VPC - IPv4 CIDR 지정 B block 으로 (예 10.96.0.0/16) 1.2 VPC의 routing table 이름 수정 2. Network ACL 수정2.1 1.1과정 이후 Network ACL 이름 수정 2.2 TAG 설정 2.3 3번 과정 에서 Subnet 생성시 Subnet association 생성 3. Subnet 생성3.1 WAS 용 Subnet 2개 C Block 으로 (예 10.96.1.0/24,10.96.2.0/24) 3.2 DB용 Subnet 2개 C Block 으로 (예 10.96.3.0/24,10.96.4.0/24) 3.3 WAS/DB 각각 route table 생성 3.4 tag 설정 4. Route table 생성4.1 기본 생성된 route table name 수정 4.2 PUBLIC route table (igw 포함) 4.3 db route table 추가 (igw 미포함) 4.4 각 ROUTE TABLE의 SUBNET ASSOCIATION 설정 4.5 TAG 설정 5. igw 생성5.1 TAG 설정 5.2 igw -> actions -> attach to vpc 5.3 생성 후 public route table에 추가 6. EC2 생성 (2개)6.1 AMI를 기존 존재하는 Region에서 Copy기능을 사용하여 현재 region에 copy 6.2 Security Group 설정 6.3 태그 설정 7. RDS 생성7.1 SubnetGroups에서 3.2에서 생성된 db 서브넷 추가 7.2 rds 생성 8. Certification manager에 인증서 등록9. Load Balancer 생성9.1 TAG 설정 9.2 TARGET GROUP 생성 9.3 TARGET GROUP 매핑 10. security groups 이름 및 포트 세팅11. 매직인포 원격 접속 및 세팅 |
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 |