awscli

package
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2017 License: Apache-2.0 Imports: 5 Imported by: 1

README

Prior to running this must provision RDS, connect and issue the following commands:

create database registry;
create database uaa;

To Deploy Bosh director on AWS with MySQL RDS and S3 blobstore the following command is used.

./omg-osx aws --mode uaa \
--bosh-public-ip <elastic-ip> \
--use-external-db \
--database-driver mysql2 \
--database-scheme mysql \
--database-port 3306 \
--database-user <user for rd> \
--database-password <password for rds> \
--database-host <host name for rds> \
--use-external-blobstore \
--blobstore-bucket <your bucket name> \
--aws-subnet subnet-XXXXX \
--aws-pem-path <path-to>.pem \
--aws-keyname <keypair-name> \
--aws-access-key XXXXXXXXX \
--aws-secret XXXXXX \
--aws-security-group <security group per bosh.io>

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAction

func GetAction(boshInitDeploy func(string)) func(c *cli.Context) error

func GetFlags

func GetFlags() []pcli.Flag

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL