Giter Site home page Giter Site logo

cartalla / scale-out-computing-on-aws Goto Github PK

View Code? Open in Web Editor NEW

This project forked from awslabs/scale-out-computing-on-aws

1.0 0.0 1.0 140.45 MB

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/

License: Apache License 2.0

Shell 8.01% Python 58.58% HTML 32.68% Makefile 0.25% PostScript 0.48%

scale-out-computing-on-aws's Introduction

Scale-Out Computing on AWS - HPC made easy 🌴

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

1-Click installer

⚠️1-Click installer is great for PoC or demos. For production workload, it’s recommended to go with "Custom Build" instead.

Custom Build

  1. Clone this git repository

    git clone https://github.com/awslabs/scale-out-computing-on-aws
  2. Run the following command to create your build (support Python2 and Python3):

    STACK_NAME=<your-stack-name>
    python source/manual_build.py \
        --region <region> \
        --bucket <deployment-bucket> \
        [ --client-ip <CIDR-with-access-to-VPC> ] \
        [ --prefix-list-id <prefix-list-with-access-to-VPC> ] \
        --ssh-keypair <keypair> \
        --username <username> \
        --stack-name $STACK_NAME \
        --password <ssm-parameter-with password> \
        --id $STACK_NAME \
        --create
  3. Output will be created under source/dist/<build_id>

  4. Upload source/dist/<build_id> folder to your own S3 bucket

  5. Launch CloudFormation and use scale-out-computing-on-aws.template as base template

✏️ 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 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.

scale-out-computing-on-aws's People

Contributors

ahmedelz avatar bsmith94 avatar cartalla avatar mcrozes avatar morrmt avatar sean-smith avatar veloduff avatar

Stargazers

 avatar

Forkers

gmedard

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.