EC2로 FX 자동 매매 서버 구축
EC2에서 다시 환경 구축하기로 결정
AMI 선정
aws ec2 describe-images \
--region ap-northeast-1 \
--owners amazon \
--filters "Name=platform,Values=windows" \
"Name=name,Values=Windows_Server-*-Japanese-*-Base-*" \
--query "sort_by(Images, &Name)[].[ImageId, Name]" \
--output text
![](https://s1.md5.ltd/image/79bcec0c488859de811a8dfaf0208699.png)
EC2 시작
![](https://s1.md5.ltd/image/f8fe5abf9e01f51c3279662ee682c0d9.png)
![](https://s1.md5.ltd/image/a261efe81fc9a036117f3300937b0c10.png)
![](https://s1.md5.ltd/image/90a6998ca7f4523f90bb3924dfb30b27.png)
※VPC는 이전 작성한 것을 유용
![](https://s1.md5.ltd/image/5b4f353a1ba0ff83a2c22a158dafe14a.png)
![](https://s1.md5.ltd/image/0773eb242f2941978deac24776759229.png)
![](https://s1.md5.ltd/image/66c114730c26155c78fb7e35c648c295.png)
![](https://s1.md5.ltd/image/2371fc719de8e272231027723f5f6e81.png)
![](https://s1.md5.ltd/image/2e131038b6a2ddcef4aa436a046d8bd3.png)
![](https://s1.md5.ltd/image/47a6518b6aa197f5f8cf5ee4bcf2d83b.png)
로그인
※자택 IP는 바뀌는 경우가 있으므로, RDP 접속하기 전에 매번 SG에 등록한 마이 IP의 확인이 필요
![](https://s1.md5.ltd/image/7de07fddd124d6138468043bd7fd6033.png)
![](https://s1.md5.ltd/image/5b86320632999299cb2334183ef5c3b0.png)
![](https://s1.md5.ltd/image/cf60b2b0d3895153ea5932eeac364b12.png)
![](https://s1.md5.ltd/image/0efdbf05be5d8791d6e07909704069fd.png)
![](https://s1.md5.ltd/image/7938865bd8a5f80709e1c639adea92a1.png)
![](https://s1.md5.ltd/image/d07bcddaf211a72d2eac7b8f5eaa9ead.png)
![](https://s1.md5.ltd/image/4a4126434a8153f95a0828b751edfaef.png)
MT4 설치
Amazon Lightsail로 FX 자동 매매 서버 구축 참조
감상
Reference
이 문제에 관하여(EC2로 FX 자동 매매 서버 구축), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/nkmk1215/items/807690aa6be8ef3fc068텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)