@@ -90,16 +90,63 @@ SSKAI에서 제작하는 `최적의 GenAIOps 환경을 제공하는 플랫폼`
90
90
` ` ` bash
91
91
git clone https://github.com/kookmin-sw/capstone-2024-12.git
92
92
cd ./capstone-2024-12
93
- terraform init
94
- # 약 15분 가량 소요됩니다.
95
- terraform apply --auto-approve
96
- # 배포 완료 후, Terraform output에 플랫폼에 접속할 수 있는 경로가 삭제됩니다.
93
+ # 약 40분 가량 소요됩니다.
94
+ python3 sskai_execute.py
95
+
96
+ Enter REGION: us-east-1
97
+ Enter AWSCLI PROFILE: default
98
+ Enter MAIN SUFFIX: SSKAI
99
+ 0. Exit this operation.
100
+ 1. Build and Deploy container image.
101
+ 2. Deploy SSKAI Infrastructure.
102
+ Enter the number: 1
103
+ You can build only with x86/64 architecture and Unix kernel (Mac/Linux).
104
+
105
+ Enter the type of operation (create/delete): create
106
+ Building and Deploying in progress.
107
+ It takes about 15 minutes.
108
+ Processing...
109
+
110
+ Complete
111
+
112
+ python3 sskai_execute.py
113
+ 0. Exit this operation.
114
+ 1. Build and Deploy container image.
115
+ 2. Deploy SSKAI Infrastructure.
116
+ Enter the number: 2
117
+ Enter the type of operation (create/delete): create
118
+ It takes about 20 minutes.
119
+ Processing...
120
+
121
+ Complete
97
122
` ` `
98
123
4. 배포된 플랫폼 제거
99
124
` ` ` bash
100
125
cd ./capstone-2024-12
101
- # 약 20분 가량 소요됩니다.
102
- terraform destroy --auto-approve
126
+ # 약 25분 가량 소요됩니다.
127
+ python3 sskai_execute.py
128
+
129
+ 0. Exit this operation.
130
+ 1. Build and Deploy container image.
131
+ 2. Deploy SSKAI Infrastructure.
132
+ Enter the number: 2
133
+ Enter the type of operation (create/delete): delete
134
+ It takes about 20 minutes.
135
+ Processing...
136
+
137
+ Complete
138
+
139
+ python3 sskai_execute.py
140
+
141
+ 0. Exit this operation.
142
+ 1. Build and Deploy container image.
143
+ 2. Deploy SSKAI Infrastructure.
144
+ Enter the number: 1
145
+ Enter the type of operation (create/delete): delete
146
+ It takes about 5 minutes.
147
+ Processing...
148
+
149
+ Complete
103
150
` ` `
104
151
105
152
# ## 5. 결과물 예시
0 commit comments