xinlaoda / scale-out-computing-on-aws

Scale-Out Computing on AWS is a solution that helps customers deploy and operate a multiuser environment for computationally intensive workflows.

Home Page:https://awslabs.github.io/scale-out-computing-on-aws/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scale-Out Computing on AWS - HPC made easy ๐ŸŒด

๐Ÿ“– Documentation

้’ˆๅฏน**ๅŒบๅŸŸ๏ผŒๅšไบ†ๅ˜ๅŠจ๏ผŒ็›ฎๅ‰ๆ”ฏๆŒcn-northwest-1๏ผŒๅฆ‚ๆžœ่ฆๆ”ฏๆŒcn-north-1๏ผŒๅฏไปฅๆทปๅŠ ็›ธๅบ”็š„AMI ID ไธป่ฆๅ˜ๅŠจๅฆ‚ไธ‹๏ผš 1. ไฟฎๆ”นๆž„ๅปบURL๏ผŒๆ”ฏๆŒ**ๅŒบๅŸŸCloudformationๅ’ŒS3ใ€‚ 2. ๆ›ดๆ–ฐไปฃ็ ๏ผŒๅฟฝ็•ฅ**ๅŒบไธๆ”ฏๆŒ็š„ๆœๅŠกใ€‚ๅฆ‚๏ผšPrice๏ผŒQouta็ญ‰ใ€‚ 3. ๆ”ฏๆŒFinish็Šถๆ€ไฝœไธš๏ผŒไฝœไธšๅฎŒๆˆๅŽ๏ผŒ็ผบ็œไฟๅญ˜14ๅคฉใ€‚

๐Ÿš€ How to install Scale-Out Computing on AWS

โœ๏ธ File Structure

Scale-Out Computing on AWS project consists in a collection of CloudFormation templates, Shell scripts and Python code.

.
โ”œโ”€โ”€ scale-out-computing-on-aws.template                 [ Soca Primary Template ]
โ”œโ”€โ”€ soca
โ”‚   โ”œโ”€โ”€ cluster_analytics                               [ Scripts to ingest cluster/job data into ELK ]
โ”‚   โ”œโ”€โ”€ cluster_hooks                                   [ Scheduler Hooks ]
โ”‚   โ”œโ”€โ”€ cluster_logs_management                         [ Scripts to manage cluster log rotation ]
โ”‚   โ”œโ”€โ”€ cluster_manager                                 [ Scripts to control Soca cluster ]
โ”‚   โ””โ”€โ”€ cluster_web_ui                                  [ Web Interface ]
โ”‚   โ””โ”€โ”€ cluster_node_bootstrap                          [ Script to configure compute nodes]
โ”œโ”€โ”€ scripts
โ”‚   โ”œโ”€โ”€ config.cfg                                      [ List of all packages to install ]
โ”‚   โ”œโ”€โ”€ Scheduler.sh                                    [ Configure Schedule Node ]
โ”‚   โ””โ”€โ”€ SchedulerPostReboot.sh                          [ Post Reboot Scheduler Node actions ]
โ””โ”€โ”€ templates
    โ”œโ”€โ”€ Analytics.template                              [ Manage ELK stack for your cluster ]
    โ”œโ”€โ”€ ComputeNode.template                            [ Manage simulation nodes ]
    โ”œโ”€โ”€ Configuration.template                          [ Centralize cluster configuration ]
    โ”œโ”€โ”€ Network.template                                [ Manage VPC configuration ]
    โ”œโ”€โ”€ Scheduler.template                              [ Manage Scheduler host ]
    โ”œโ”€โ”€ Security.template                               [ Manage ACL, IAM and SGs ]
    โ”œโ”€โ”€ Storage.template                                [ Manage backend storage ]
    โ””โ”€โ”€ Viewer.template                                 [ Manage DCV sessions ]

Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Scale-Out Computing on AWS is a solution that helps customers deploy and operate a multiuser environment for computationally intensive workflows.

https://awslabs.github.io/scale-out-computing-on-aws/

License:Other


Languages

Language:Python 59.0%Language:HTML 34.6%Language:Shell 5.8%Language:PostScript 0.6%