• Title/Summary/Keyword: AWS 서버

Search Result 31, Processing Time 0.036 seconds

How to build a Linux virtual environment and Wordpress server using AWS (AWS를 이용한 리눅스 가상환경과 Wordpress 서버 구축 방법 제안)

  • Park, Tae-Whan;Lee, Kang-Hee
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.07a
    • /
    • pp.551-553
    • /
    • 2020
  • 본 논문에서는 아마존 웹 서비스(AWS)를 사용하여 리눅스 가상환경을 구성하고, 이를 바탕으로 wordpress 서버를 구축하는 방법을 제시한다. AWS는 아마존 회사에서 제공하는 클라우드 컴퓨팅 서비스이며 가상 컴퓨터와 스토리지, 네트워크 인프라 등 다양한 서비스를 제공한다. AWS에서 제공하는 서비스들 중 Lightsail을 사용하여 리눅스 가상서버와 Wordpress 서버를 구현한다. Amazon Lightsail은 AWS에서 제공하는 서비스들 중 가장 쉽게 사용가능하다. 본 논문을 통해 보다 리눅스 및 서버 구축에 어려움을 겪는 초보자분들의 진입장벽을 낮추고 보다 활성화된 클라우드 서비스를 생활화하고자 한다.

  • PDF

An Efficient Deep Learning Based Image Recognition Service System Using AWS Lambda Serverless Computing Technology (AWS Lambda Serverless Computing 기술을 활용한 효율적인 딥러닝 기반 이미지 인식 서비스 시스템)

  • Lee, Hyunchul;Lee, Sungmin;Kim, Kangseok
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.9 no.6
    • /
    • pp.177-186
    • /
    • 2020
  • Recent advances in deep learning technology have improved image recognition performance in the field of computer vision, and serverless computing is emerging as the next generation cloud computing technology for event-based cloud application development and services. Attempts to use deep learning and serverless computing technology to increase the number of real-world image recognition services are increasing. Therefore, this paper describes how to develop an efficient deep learning based image recognition service system using serverless computing technology. The proposed system suggests a method that can serve large neural network model to users at low cost by using AWS Lambda Server based on serverless computing. We also show that we can effectively build a serverless computing system that uses a large neural network model by addressing the shortcomings of AWS Lambda Server, cold start time and capacity limitation. Through experiments, we confirmed that the proposed system, using AWS Lambda Serverless Computing technology, is efficient for servicing large neural network models by solving processing time and capacity limitations as well as cost reduction.

Implementation of AWS-based deep learning platform using streaming server and performance comparison experiment (스트리밍 서버를 이용한 AWS 기반의 딥러닝 플랫폼 구현과 성능 비교 실험)

  • Yun, Pil-Sang;Kim, Do-Yun;Jeong, Gu-Min
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.12 no.6
    • /
    • pp.591-596
    • /
    • 2019
  • In this paper, we implemented a deep learning operation structure with less influence of local PC performance. In general, the deep learning model has a large amount of computation and is heavily influenced by the performance of the processing PC. In this paper, we implemented deep learning operation using AWS and streaming server to reduce this limitation. First, deep learning operations were performed on AWS so that deep learning operation would work even if the performance of the local PC decreased. However, with AWS, the output is less real-time relative to the input when computed. Second, we use streaming server to increase the real-time of deep learning model. If the streaming server is not used, the real-time performance is poor because the images must be processed one by one or by stacking the images. We used the YOLO v3 model as a deep learning model for performance comparison experiments, and compared the performance of local PCs with instances of AWS and GTX1080, a high-performance GPU. The simulation results show that the test time per image is 0.023444 seconds when using the p3 instance of AWS, which is similar to the test time per image of 0.027099 seconds on a local PC with the high-performance GPU GTX1080.

Development of Virtual Ambient Weather Measurement System for the Smart Greenhouse (스마트온실을 위한 가상 외부기상측정시스템 개발)

  • Han, Sae-Ron;Lee, Jae-Su;Hong, Young-Ki;Kim, Gook-Hwan;Kim, Sung-Ki;Kim, Sang-Cheol
    • Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology
    • /
    • v.5 no.5
    • /
    • pp.471-479
    • /
    • 2015
  • This study was conducted to make use of Korea Meteorological Administration(KMA)'s Automatic Weather Station(AWS) data to operate smart green greenhouse. A Web-based KMA AWS data receiving system using JAVA and APM_SETUP 8 on windows 7 platform was developed. The system was composed of server and client. The server program was developed by a Java application to receive weather data from the KMA every 30 minutes and to send the weather data to smart greenhouse. The client program was developed by a Java applets to receive the KMA AWS data from the server every 30 minutes through communicating with the server so that smart greenhouse could recognize the KMA AWS data as the ambient weather information. This system was evaluated by comparing with local weather data measured by Inc. Ezfarm. In case of ambient air temperature, it showed some difference between virtual data and measured data. But, the average absolute deviation of the difference has a little difference as less than 2.24℃. Therefore, the virtual weather data of the developed system was considered available as the ambient weather information of the smart greenhouse.

Implementation of a Political Online Platform Using Mobile Phones (스마트폰을 이용한 정치 온라인 플랫폼의 구현)

  • Yang, Yong Jun;Lee, Sang Gu
    • The Journal of the Convergence on Culture Technology
    • /
    • v.4 no.2
    • /
    • pp.205-209
    • /
    • 2018
  • In this paper, we design and implement a political online platform using smartphones. This platform is consisted of monitoring of members of the National Assembly, monitoring of legislation, and participating in several issues. It is implemented as an AWS server, DB and an Android applications. Especially, we update the political information in real time by using Open API and Naver API. This system will be well applied to the division in discussion and sharing of thinking about legislation and political issues.

Implementation of Smart Home System based on AWS IoT and MQTT (AWS IoT 와 MQTT 기반 스마트 홈 시스템 구현)

  • Jung, Inhwan;Hwang, Kitae;Lee, Jae-Moon
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.22 no.6
    • /
    • pp.7-12
    • /
    • 2022
  • This paper introduces the implementation of the AWS IoT service and MQTT based smart home system. The smart home system implemented in this study can monitor temperature and humidity, and can manually adjust the air conditioner heating, and can check the visitors with the camera and remotely control the door lock. The implemented smart home system controls door locks, heating and air conditioners using Arduino, and manages the collected data and control information using the AWS IoT service. In this study, the Android app has been developed to allow users to control IoT devices remotely, and the MQTT protocol was used for data communication and control between the app and the AWS IoT server and Arduino. The implemented smart home system has been implemented based on AWS IoT service, which has scalability to add sensors and devices.

Development of an Efficient Small-sized Weather-conditions Forecasting Server (효율적인 소형 기상예보서버 개발)

  • Kim, Sang-Chul;Wang, Gi-Nam;Park, Chang-Mock
    • IE interfaces
    • /
    • v.13 no.4
    • /
    • pp.646-657
    • /
    • 2000
  • We developed an efficient small sized weather condition forecasting system (WFS). A cheap NT-server was utilized for handling a large amount of data, while traditional WFS has conventionally relied on Unix based workstation server. The proposed WFS contains automatic weather observing system (AWS). AWS was designed for collecting weather conditions automatically, and it was linked to WFS in order to provide various weather condition information. The existing two phase scheme and chain code algorithm were used for transforming AWS's data into WFS's data. The WFS's data were mapped into geometric information system using various display techniques. Finally the transformed WFS's data was also converted into JPG (Joint Photographic Group) data type, and the final JPG data could be accessible by others though Internet. The developed system was implemented using WWW environment and has provided weather condition forecasting information. Real case is given to show the presented integrated WFS with detail information.

  • PDF

Development of Drone Traffic Management Test System (드론 교통 관리 테스트 시스템 개발)

  • Choi, Hyo Hyun;Kim, Dae Hyun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2022.07a
    • /
    • pp.313-314
    • /
    • 2022
  • 본 논문에서는 Restful API를 이용하여 실시간으로 드론 비행 허가 시스템으로부터 결과 도출 받는 서버를 구현한 결과를 보인다. Flask API과 Ubuntu(AWS)를 이용하여 메인 서버인 허가 시스템과 드론 역할을 하는 실시간으로 요청 신호를 보내는 테스트 서버를 구축하였다. 메인 서버는 Polygon 라이브러리를 이용하여 입력받은 좌표를 사전 조건에 따라 분석하여 승인 여부를 결정하고, API를 이용하여 결과를 테스트 서버에 반환할 수 있도록 구현하였다. 드론 교통 관리를 위한 다양한 드론 비행 허가 방안을 테스트하도록 활용할 계획이다.

  • PDF

IoT-based Smart Photo Frame Containing Widget and Security Functions(BeeHiveFrame) (위젯과 보안기능을 탑재한 IoT기반 스마트액자(BeeHiveFrame))

  • Kwon, Yong-Jin;Kim, Pan-Gyeom;Kim, Woo-Cheol;Park, Yea-Un;Kim, Bong-Jae;Hwang, Young-Sup
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2016.10a
    • /
    • pp.880-881
    • /
    • 2016
  • 디지털액자가 고전적 액자의 향취를 주며 또한 사진을 바꿀 수 있는 기능도 제공하지만 아직 새 흐름이 되는 못했다. 그 이유는 비싼 가격과 사진을 전송하기가 불편하기 때문이다. 우리는 디지털 액자로 사진 전송을 쉽게 하고, 거기에 더하여 위젯과 보안 기능을 추가하는 연구를 하였다. 사진 전송을 위하여 AWS(Amazon Web Service) 서버를 사용하는데 AWS 서버는 언제 어디서나 원할 때면 사진을 WiFi로 전송할 수 있게 한다. 이는 현재 사용하는 USB나 SD 카드를 이용하여 디지털 사진을 전송하는 것보다 훨씬 편리하다. 우리의 디지털 액자를 사용하면 다른 사람과 사진 교환이 쉽고 따라서 가족, 친구, 동료 사이의 친밀감도 쉽게 높일 수 있다.

A Study on the Server Framework for Multi-platform Simulation Network Game (멀티 플랫폼 시뮬레이션 네트워크 게임을 위한 서버 프레임워크 연구)

  • Kwon, Soon-Jung
    • Journal of Korea Game Society
    • /
    • v.17 no.6
    • /
    • pp.165-172
    • /
    • 2017
  • Some duplicate processes are happen in developing games under the diverse platforms. Implementing functions. like processing and managing data, in every platforms have an influence on game development. In this paper, we propose a multi-platform server framework that can simulate combat games such as one server on any platform. It was designed to be easy to debug using a protocol consisting of attribute-value pairs by the JSON data format. Since it is independent of the programming language, it has the advantage of being able to communicate with various languages. The server proposes a model that can easily upgrade the structure or the specification using the Amazon web server.