Skip to content

morgo/mysql-fabric-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-fabric-scripts

At this point the main script is a CloudFormation template generator which can be used with a command similar to:

php fabric.cfn.php > stack.json && aws cloudformation create-stack --stack-name fabric1 --template-body file://stack.json --parameters ParameterKey=AccessKey,ParameterValue=AKIAXXXXXXX ParameterKey=SecretKey,ParameterValue=JEp2xZXXXXXX ParameterKey=KeypairName,ParameterValue=ec2-keypair

About

Helper scripts to use MySQL Fabric on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages