I am trying to loop through a list of tags returned from AWS API, but I'm getting "undefined method 'value'. I can provide further information if needed. This is my simple loop: @instances.each do |i| t = 0 while i.tags.any? do puts i.tags[t].value t
Is there a way to get the region an EC2 is running in using Node? var region = ??? if(region == 'us-west-1') console.log("I'm in us-west-1"); --------------Solutions------------- The closest you're going to get is picking up the availability zon
So a little background i am trying to setup a local staging and production environment using Elastic Beanstalk and Wordpress. So i have a local environment setup with git and i have the following in the .gitignore. ################# ## WordPress ####
I've set up an EC2 instance with LAMP stack. I'm in remote system explorer in eclipse right now, trying to find the file location of my database. Where does Amazon store the MySQL/database file? --------------Solutions------------- Instead of using m
When I create an elastic mapreducer cluster, within a created vpc, is always showing this message: Provisioning Amazon EC2 capacity After more than 30 minutes I get an error: Failed to start the job flow due to an internal error Im trying to find whe
From AWS OpsWorks SSH instructions, connect directly section (ssh from Terminal): Directly connect to the instance using your terminal application. ssh://[email protected] I just copied the ssh url and tried but got permission denied: > ssh ssh://foobar
How is AWS CloudFormation itself build. Is it based on a commercial or open source project or is it a complete home build solution? Is there any public documentation about it available from AWS? --------------Solutions------------- There is no detail
Im using the Zip method with aws-sdk-php and I get an error with my php app when calling ec2client factory object (or the preceding Use clauses, Im not sure...) require LIBS_PATH . 'aws-sdk-php/aws-autoloader.php'; use Aws\Common\Aws; use Aws\Common\
I am beginner to puppet enterprise 3.2.2 version when i tried to install i am getting the following exception. I don't know why i am getting this error. Could anyone help me to resolve this issue ? I am using AWS EC2 Linux instance to install puppet
I am trying to upload a file. A simple hello.txt. I was following the docs, and I am unable to upload it to my bucket. # START AWS CLIENT s3 = Aws::S3::Resource.new bucket = s3.bucket(BUCKET_NAME) begin s3.buckets[BUCKET_NAME].objects[KEY].write(:fil
I am using nodejs 0.12.2 and express.js 4 and async waterfall flow for handling synchronous functionality. On database site using redis on Elasticache and Dynamodb. I am using pm2 module for threading and deployment. And code is running on Centos6 on
I have looked in the Magento & AWS Documentation but that didn't really help. I've installed Magento on Elastic Beanstalk with 1 instance, I proceeded to snapshot the volume and make an AMI and changed the AMI setting in Elastic Beanstalk. Then spun
OR can I use the same one pair, for let's say 3 buckets (dev, production, staging). Please advise! --------------Solutions------------- You can certainly use a single set of AWS credentials to manage multiple S3 buckets. Or, you can set it up so that
Actually title was a question :) Do AWS S3 support file streaming in case if file is not 100% uploaded? Client #1 split files into small chunks and start uploading them using Multipart Upload. Client #2 start downloading them from S3. So, as result c
I am newish to AWS Elastic Beanstalk and this is the first time I have encountered this issue. I tried deploying a new version via zip upload of my app to an instance and the updated completed with errors: "Completed but with Command Line Timeouts&qu
I am attempting to turn on server side encryption when uploading a file asynchronously to Amazon S3. I have the file upload working but cannot figure out where to specify the encryption option. Any ideas? using (var s3Client = new AmazonS3Client(awsA
I started a cluster in aws following the guides and then went about following the guestbook. The problem I have is accessing it externally. I set the PublicIP to the ec2 publicIP and then use the ip to access it in the browser with port 8000 as speci
Problem When I unsubscribe to my endpoints subscriptions, instruments memory graph goes from 32MB to 300MB and app is killed Jetsam. It was my understanding that AWS BFTasks clean up after themselves- If I remove the do...while and allow it to proces
I have Java app that do complex media processing and gives result after X hours (anywhere from 2-12 hours). What I am looking for a solution that would take a) Job specific parameters inputs like how much memory/RAM/Time Java application need and bas
I am looking to Copy data within databases on Amazon Redshift. Before this, I was copying data from a Redshift database to a PostgreSQL hosted on an EC2 instance for analytical purpose. I had ruby script that would do it using dblink EXTENSION. But n