Amazon Web Services (S3, EC2)

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.
StuddMan's picture

Palm Beach Drupal January 2018 Meetup

Start: 
2018-01-17 18:30 - 20:00 America/New_York
Event type: 
User group meeting

We are excited to announce our first guest speaker at this month's meetup. Local Drupal guru Alex Aguilar of EaglePeak Consulting (https://www.eaglepeakweb.com/#team) will preview his DrupalCon Presentation on Drupal Hosting Platforms. Here is a synopsis of his presentation:

Drupal Hosting 2018: Platform as a Service (PaaS)

Read more
Jerenus's picture

DrupalSH Happy Hour -- Feb. 25, 2017

Start: 
2017-02-25 19:00 - 23:45 Asia/Shanghai
Organizers: 
Event type: 
User group meeting


Drupal Happy Hour is an opportunity to go out, have a few beers (or beverage of your choice) and talk Drupal. No agenda, just a bunch of geeks hanging out. Both English and 中文, or sometimes PHP are spoken at events, 并且我们期待有更多的中国Drupal开发人员加入我们的活动!

Address: Kai Bar 169 Jianguo Zhong Lu, Shanghai, China (near Rui Jin Nan Lu, Subway Line 9 Da Pu Qiao Station)

If you are interested in coming, please use the signup list, this way it will roughly tell us how many people will show up.


Read more
greggles's picture

Sending data from Drupal to Amazon Kinesis Firehose

Hi!

I'm interested in sending data to Kinesis Firehose

I'm curious if anyone has any experience doing that from a Drupal site or from anywhere, really.

Read more
j.branson's picture

Challenges with VPC Internal Routing

Hi! Has anyone successfully setup a multi-instance EC2 VPC on AWS? I'm presently running a bunch of EC2 Classic instances easily. I'm trying to make the move to VPC for lower latency and more security on the DB instances, but getting the gateways and internal routing tables setup is kicking my ass. I can't get a connection without routing back out to the internet for both Code and DB instances...this defeats the point.

Read more
StuddMan's picture

Palm Beach Drupal Meetup - June 18 @ 7:30pm in Lake Worth

Start: 
2013-06-18 19:30 - 21:30 America/New_York
Organizers: 
Event type: 
User group meeting

Palm Beach Drupal Meetup June 18th @ 7:30pm at Rotelli's in downtown Lake Worth. We will be demoing how to setup the Storage_API module and the SoundManager2 Audio Player Module for serving audio files from Amazon S3.

Read more

Comparison of shared files directory solutions

If you want to have multiple webservers for a Drupal site you need to keep your code and files directory in sync across all the webservers.

  • For synchronizing the code solutions like capistrano, drush deploy, fabric, phing are all good solutions. Sharing the code using a network file system doesn't usually perform well because the files are re-read (or at least stat'd) during page load which is slow.
Read more
nerdcore's picture

Shared DocRoot For Redundant Web Servers

I have setup an AWS Virtual Private Cloud (VPC) with Public and Private subnets, and thought it would be a good idea to place a large filesystem attached to an NFS server in the Private portion of my VPC for the purposes of sharing a common DRUPAL_ROOT directory across multiple web server instances in the Public subnet. The web servers are hit in a round-robin fashion as defined in my Varnish config, sitting on its own EC2 Instance in front of the web servers.

Read more
tbenice's picture

S3 image styles over ssl

Does anyone have experience with using amazons3 module to manage s3 bound images over ssl? I'm finding that image style derivatives won't create when ssl is on my site...when i switch to http:// they build. Any thoughts?

Thanks,
Ted

Read more
roladh's picture

Amazon S3 integration

I want to place all my images from drupal to my amazon S3 bucket.
Where in drupal can I change the path to my images to reflect the location on S3.

How can I alter de urls to fetch the files from my bucket?

Thank you so much.
Appreciate your help.

Read more
markwk's picture

Managing Domain Name with AWS EC2: New Sandbox Project

I recently started working on a sandbox project called AWS EC2 Remote Management Module: http://drupal.org/sandbox/markwk/1442412. The goal was/is to be able to remotely managed EC2 instances from within a Drupal 7 Site. It use aws php adk module/library and it works quite well for starting and stopping an instance in various regions.

Anyways, it manages to do exactly what I asked about previously here: http://groups.drupal.org/node/139744#comment-677398. Unfortunately, the code still isn't quite generalized enough for release on d.o. and contains one or two specific integration points.

Read more
rjbrown99's picture

Amazon DynamoDB

Interesting announcement from Amazon today: managed NoSQL via their DynamoDB: http://aws.amazon.com/dynamodb

More details:
http://allthingsdistributed.com/2012/01/amazon-dynamodb.html

The interesting part of this is the data being stored on SSD, low latency, and the ability to pre-provision capacity and usage. My initial thought about this as it applies to Drupal would be along the lines of the mongodb project. IE, a Drupal module and API to enable certain tables to be stored and queried from a DynamoDB database.

Read more
kitestring's picture

Large Image and Video Library

I have a client that wants me to develop an image and video library which I've already done with Drupal since the taxonomy among other things works very well. My challenge now is to handle the storage requirements. Initially we will need about 1TB and eventually about 2TB. Amazon S3 seemed like a great option, both cost effective and scalable. I just can't figure out how to have the system/modules store the images in my bucket rather than a directory on the server.

Read more
boombatower's picture

Merge/Remove abandoned AWS projects

After some quick searching I discovered there are quite a few AWS projects that have been abandoned and a fair amount of overlap. Any interested in marking the abandoned projects as such and compiling a list of the overlapping projects?

A few that appear abandoned:
https://drupal.org/project/amazon_aws
http://drupal.org/project/s3_api
http://drupal.org/project/ec2

Possible overlap:
http://drupal.org/project/awssdk
http://drupal.org/project/creeper
Discussion to merge: http://drupal.org/node/1114744

Dependency of awssdk: http://drupal.org/project/media_amazon

Read more
sureshpeters's picture

how to upload modules after creating instance

hey guys, i just setup the amazon micro instance using Bitnami :) . its easy process to create and running in drupal in couple of minutes. Am happy by it, but if we need to upload any modules.. am not getting any idea, how to upload the modules and activate in drupal ??
need help guys

Read more
cookiesunshinex's picture

Do you have a recommended non-Mercury Drupal public AMI?

Until Mercury 1.1 or 1.2 comes out publicly, we are going to setup a plain vanilla Drupal server for development.

Can anyone recommend an EBS boot public AMI with Drupal?

Ubuntu 10.04
Apache
MySQL
PHP
Drupal
Webmin

There are a ton of AMIs out there, so I'm just asking if anyone has a recommended one that they've used.

Of course, I know that I could pretty easily build one myself in a few hours, just looking to save a little time.

Thanks

Read more
cookiesunshinex's picture

Error running ec2-bundle-vol

I'm trying to create an AMI from my running Amazon instance. My running instance is a mercury 1.1beta which I initiated from the public Mercury 1.1beta public AMI.

I'm using this command where 123456789123 is my actual Amazon user ID:

$ sudo ec2-bundle-vol -d /mnt/amis -k /mnt/ids/pk-*.pem -c /mnt/ids/cert-*.pem -u 123456789123 -r i386

I get the following:

Copying / into the image file /mnt/amis/image...
Excluding:
/sys/kernel/debug
/sys/kernel/security
/sys
/var/log/mysql
/var/lib/mysql
/mnt/mysql
/proc
/dev/pts
/dev
/dev
/media
/mnt

Read more
cyberswat's picture

Looking for Students

We are currently seeking students interested in learning about our AWS testing implementations. The primary objective is to create a curriculum that will help educate others understand the methods utilized by the Drupal infrastructure to support it's automated testing in the Amazon cloud. This is a prime opportunity for you to become involved in Drupal and help create positive learning materials to help others understand the benefits of Amazon cloud services as they apply to Drupal.

Read more
lukebrooker's picture

A good Drupal hosting setup/Running Mecury AND Aegir on AWS

Hey Guys,

Just wondering if anyone has any experience running Drupal on AWS with at least Aegir. Ideally I'm thinking it would be great to have a setup similar to Pantheon's new service but I'm not sure I can wait that long.

Read more
cookiesunshinex's picture

Ubuntu updates available restart required (but how with AMI)

Apologies in advance is this is a stupid question, but when logging into my Pantheon 1.1 beta AMI via SSH, I see this message:

A newer build of the Ubuntu lucid server image is available.
It is named 'release' and has build serial '20100923'.
*** System restart required ***

So it got me to thinking, if I shutdown the OS on an instance, the instance goes away, so how do I apply updates that require a reboot?

Is this update really necessary?

Read more
itserich's picture

Amazon S3 CNAME = storage solution?

It seems so basic but I have not found discussion.

Is there a reason why CNAME can not be used to replace the typical sites/default/files with an Amazon S3 or Cloudfront bucket?

I simply want to let users upload videos and images and Amazon S3 seems a safe option.

I simply want a fast, quick option. My understanding is Drupal 7 will improve CDN options. I am not a professional developer.

Thanks for any insight.

Read more
Subscribe with RSS Syndicate content