EMBL-EBI-TSI/cpa-network

Name: cpa-network

Owner: EMBL-EBI Technology & Science Integration

Description: Deploy a private network in the Cloud

Created: 2016-11-15 16:33:40.0

Updated: 2017-09-26 13:04:35.0

Pushed: 2017-09-27 14:32:56.0

Homepage: null

Size: 19

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TSI Cloud Portal - network deployment

Deploy a private network in the Cloud

Required variables for AWS

network_name An arbitrary name that will be assigned to your network, it has to be unique in your AWS Project

Required variables for Google Cloud Platform

project The ID of the Google Cloud Project
network_name An arbitrary name that will be assigned to your network, it has to be unique in your Google Cloud Project
region The Google region where the network should be created

You can obtain a list of all the available region using the gcloud CLI with:

ud compute regions list

At the moment of writing this are the available regions:
asia-east, asia-northeast, europe-west1, us-central1, us-east1, us-west1

Required variables for OpenStack

network_name An arbitrary name that will be assigned to your network, it has to be unique in your OpenStack tenancy

AWS credential set up

Create a Cloud Credentials in this form:

ACCESS_KEY_ID
SECRET_ACCESS_KEY
DEFAULT_REGION

You can find the first two values (or create a new credential) in your AWS user page, under the section IAM –> USERS.
The available regions, at the moment of writing, are the following:

Code | Name |— |—| us-east-1 | US East (N. Virginia) us-east-2 |US East (Ohio) us-west-1 |US West (N. California) us-west-2 |US West (Oregon) ca-central-1 |Canada (Central) eu-west-1 |EU (Ireland) eu-central-1 |EU (Frankfurt) eu-west-2 |EU (London) ap-northeast-1 |Asia Pacific (Tokyo) ap-northeast-2 |Asia Pacific (Seoul) ap-southeast-1 |Asia Pacific (Singapore) ap-southeast-2 |Asia Pacific (Sydney) ap-south-1 |Asia Pacific (Mumbai) sa-east-1 |South America (São Paulo)

Note: In order to use the default AMI value with cpa-instance you can choose eu-west-1

Azure

network_name An arbitrary name that will be assigned to your network, it has to be unique in your OpenStack tenancy region An azure region to deploy to, e.g. europewest


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.