Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.07 KB

console.md

File metadata and controls

17 lines (11 loc) · 1.07 KB

Deploy ML XGBoost

Greengrass Console에서 [Create component]를 선택하여, com.ml.xgboost-1.0.0.json을 아래와 같이 Recipe에 추가하여 Component를 생성한후 Deployment를 수행합니다.

noname

정상적으로 설치가 되면 아래와 같이 Greengrass 디바이스에서 greengrass-cli을 이용하여 "com.ml.xgboost"가 동작하는것을 확인 할 수 있습니다.

$ sudo /greengrass/v2/bin/greengrass-cli component list

Component Name: com.ml.xgboost
    Version: 1.0.0
    State: RUNNING
    Configuration: {"accessControl":{"aws.greengrass.ipc.pubsub":{"com.ml.xgboost:pubsub:1":{"operations":["aws.greengrass#SubscribeToTopic"],"policyDescription":"Allows access to publish to all topics.","resources":["*"]}}}}