Skip to content

A utility to spin up an enterprise ready Drupal instance on AWS.

Notifications You must be signed in to change notification settings

joshthewhite/aws-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Enterprise Installer for AWS

A utility to spin up an enterprise ready Drupal instance on AWS.

What does it do?

The script uses AWS Cloud Formation to create the AWS infrastructure and uses Puppet to configure the web servers created.

Requirements

The only requirement of this application is Bundler. All other dependencies can be installed with:

bundle install

Basic Configuration

You need to set up your AWS security credentials before the sample code is able to connect to AWS. You can do this by creating a file named "credentials" at ~/.aws/ (C:\Users\USER_NAME.aws\ for Windows users) and saving the following lines in the file:

[default]
aws_access_key_id = <your access key id>
aws_secret_access_key = <your secret key>

See the Security Credentials page for more information on getting your keys.

Running the S3 sample

To create a new Drupal stack:

bin/drupal_aws create

To see all options:

bin/drupal_aws help

About

A utility to spin up an enterprise ready Drupal instance on AWS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published