-
Clone this git repository
git clone https://github.com/awslabs/scale-out-computing-on-aws
-
Run the following command to create your build (support Python2 and Python3):
python source/manual_build.py
-
Output will be created under
source/dist/<build_id>
-
Upload
source/dist/<build_id>
folder to your own S3 bucket -
Launch CloudFormation and use
scale-out-computing-on-aws.template
as base template
Refer to https://awslabs.github.io/scale-out-computing-on-aws/install-soca-cluster/ for installation instructions.
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 2019 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.