0
votes
0answers
9 views

simple linux firewall replicating aws security group functionality?

Our application currently runs on aws. We are attempting to migrate it to other cloud providers. The only aws-specific api we use is their security groups because they are so easy. Does anybody know ...
0
votes
1answer
19 views

Is the AWS ec2 private key specific to a user in the ec2 instance

I have an ec2 instance. I have a private putty key. Currently I am logging in as root user. So I created a new user, But unable to login directly as new user using this putty key. Is this putty key ...
0
votes
0answers
37 views

Exception in Using Hadoop for MapReduce

I am facing an exception in using Hadoop on local box. Exception in thread "main" java.lang.NoSuchMethodError: ...
0
votes
2answers
49 views

AWS: Access S3 from Elastic beanstalk application

I have a PHP application which takes inputs from users and writes them to files using normal file operations like fopen, fwrite etc. It works well on my server. If I migrate this whole code to ...
-1
votes
1answer
33 views

Moving into AWS cloud - tight integration - (dis)advantages? [closed]

In AWS whitepapapers are very extensively used AWS services : SES (emails) SNS (notifications) SQS (queues) memcache for externalized sessions S3 for all-purpose storage (files / backups / ...
-1
votes
0answers
44 views

EMR Tutorial for beginners

Hi Cloud Computing Geeks! I am new to AWS. Will anybody suggest me to how to use Elastic MapReduce (EMR) for counting words in a text file. I want to write mapper and reducer in JAVA. Thanks
0
votes
2answers
52 views

efficient way to administer or manage an auto-scaling instances in aws

As a sysadmin, i'm looking for an efficient way or best practices that you do on managing an ec2 instances with autoscaling. How you manage automate this following scenario: (our environment is ...
0
votes
1answer
139 views

Mounting S3 Bucket with EC2 Instances using JAVA AWS SDK

Hi Cloud Computing Geeks, Is there any way of mounting/connecting S3 bucket with EC2 instances using JAVA AWS SDK (not by using CLI commands/ec2-api-tools). I do have all the JAVA sdks required. I ...
0
votes
1answer
97 views

Cloud based web service for Web Applications

My web application uses PHP/MySQL on the server side to fetch and store data in a database. The DB size will increase with the user base, and can be huge. The application has been built and run on a ...
0
votes
0answers
43 views

How to upload file directly from web using AWS Java API?

I have a problem uploading file directly from web to the AWS S3 cloud service. By idea it should read an InputStream and upload it with certain metadata which defines length of stream. Here is my ...
0
votes
2answers
56 views

How to communicate to AWS EC2 instance from a Private Cloud?

I want to monitor the performance of an application hosted on AWS from the monitoring tool present in a Private Cloud. What are the various steps that are needed to be followed to establish a ...
0
votes
1answer
99 views

A Solr cloud service

Is there a cloud service that provides Solr-based storage, indexing, and search? Possibly with a free tier. I am unfortunately, no longer eligible for the free AWS tier, due to a strange reason.
1
vote
1answer
198 views

Unable to connect to MongoDB hosted on a different server - PHP

I have created two AWS instances and have allotted two different Elastic IPs to them. One instance is used for the database server (hosted in MongoDB) while the other is for hosting the website. I am ...
3
votes
1answer
96 views

Is it possible to perform a batch upload to amazon s3?

Does amazon s3 support batch uploads? I have a job that needs to upload each night ~100K of files that can be up to 1G but is strongly skewed towards small files (90% are less than 100 bytes and 99% ...
-1
votes
1answer
185 views

EC2 vs VPS Hosting for hosting web app [closed]

EC2 have been around for a while now, and I have been wanting to use it, but since the price is not pre-defined, I have a little bit of worry that it would cost me more than renting a VPS. Right now ...
0
votes
1answer
56 views

Will I lose search ranking if I switch cloud provider? [closed]

My website is hosted on AWS. My marketing pages are hosted on HubSpot. I have CNAME records that point to both hosts (www.mypage.com -> AWS and info.mypage.com -> HubSpot). Q1: Is the search ...
0
votes
2answers
36 views

Cant host content with amazon ec2

here is what i have done: I've opened up post 80, 22,21 in the amazon e2 security settings i have putty and putty gen i have putty and pem keys i created an index.html file in the public_html ...
0
votes
2answers
72 views

Configuring AmazonLinux AMI instances

I am trying to setup an AMI such that, when booted it will auto configure itself with a defined "configuration" somewhere on a server. I came across Chef and Puppet. Considering Puppet, I was able to ...
6
votes
1answer
726 views

Private cloud GPU virtualization similar to Amazon Web Services Cluster GPU instances

I am searching for options that enable dynamic cloud-based NVIDIA GPU virtualization similar to the way AWS assigns GPUs for Cluster GPU Instances. My project is working on standing up an internal ...
0
votes
1answer
60 views

Which are the Cloud service which we can use in our application ,which needs to store small files of max size 5 mb [closed]

I am working on an Application which would need to store small files (images , word doc, ppts and pdfs) I want to use a cloud service which will enable me to do this without caring about Disk space ...
0
votes
1answer
32 views

Becoming Cloud Ready?

I have a multi-module maven enterprise project. The goal I am trying to achieve is to be able to run a maven goal on the local machine that will behind the scene deploy the application to public cloud ...
0
votes
2answers
277 views

How to edit files in AWS S3 in the browser?

I have hosted my Homepage over Amazon's S3 system. In order to change information on the page, currently, I have to change the file on my computer and upload the new version. However, I would like to ...
0
votes
1answer
346 views

3DS Max Cloud Render

if anyone can point me in the right direction I'd appreciate it. I'm curious if there are any cloud solutions for 3DS Max rendering. Currently my options are to build a render farm, link them up via ...
1
vote
1answer
129 views

Scalability versus portability on clouds (Amazon/GAE/…) [closed]

I have some website written in PHP (currently on VPS) which will be rebuilt from scratch to Python. As platform, I am mainly considering GAE and Amazon (or stay wit current VPS). I would like to ask ...
1
vote
1answer
109 views

Architecture advice required - Client-Cloud - Hardware Control

We are designing an application that will be predominantly cloud-based. Virtually all of the features of the application will be .NET MVC 4. However, there are two elements of the application that ...
0
votes
1answer
51 views

Dasein Cloud API

Is anybody using this API? I am trying to connect to Amazon S3 and EC2, following this paper here, but I get stuck on that line: CloudProvider provider = Class.forName(args[0]).newInstance(); ...
0
votes
0answers
77 views

aws / phpcloud / setup / php

I am going to create a new (bigger) webproject and my usal way to do it is like this (only it): get some hosting (root server etc.) get a php framework (symfony / zend (...) setup everything ftp / ...
0
votes
2answers
95 views

Cloud infrastructure modeling capability

What are the graphical tool/s that is tailored for a cloud based solution infrastructure modeling? I mean something that you can visualize say your cloud infrastructure deployment in say aws. I can ...
3
votes
4answers
185 views

Cloud Agnostic Tool On Any IaaS Based Cloud

Is there any technology like CloudFormation for aws that would work on any IaaS based cloud to do the same thing? I mean you write it once and then it runs on any IaaS based cloud platform like azure, ...
1
vote
1answer
67 views

Cloud Storage Website Sharing Two server

I have a cloud storage website running on single server. I want it to be like downloading and uploading on storage server and Webapp source on another server handling mysql query and other part. But ...
-1
votes
1answer
115 views

aws - How many users can a small ec2 serve [closed]

If you take an average dynamic web site, what would be peak number of users that one small ec2 instance could serve concurrently. Please don't send "it depends..." answers, I need some crudest ...
0
votes
0answers
38 views

Caching Service when using DynamoDB

I've a requirement wherein I've to retrieve from and update data in, Amazon DynamoDB quite often. Is it advisable to implement Caching Service when using DynamoDB? Is maintaining one Master for ...
2
votes
2answers
322 views

Passing a script while starting an instance in Amazon EC2

Is it possible to pass a script while I'm starting an instance? So that the instance will execute that script once its initialized? public static void startInstance(final String instanceId) { ...
1
vote
0answers
38 views

AWS High I/O performance for Servers without disk access [closed]

Does anyone know about how good is high i/o instances for a application server workload that does not do much disk access? Only benchmark I found are ...
0
votes
4answers
216 views

S3 or EBS for storing data in flat files

I have flat files in which I store data and retrieve it instead of storing to database. This is temporary and may last for couple of months.I was wondering If I should be using EBS or S3. EBS is ...
0
votes
1answer
34 views

I need some assistance for my project which involves hosting a system on the Cloud using AWS [closed]

I've taken up a project based on Cloud Computing.. We basically have to design a system on a platform such as C#, .NET and host it on the cloud. We plan to use an eCommerce website to show the ...
1
vote
2answers
89 views

AWS and Nielsen's Law

This isn't exactly a programming question but it's relevant to programmers, and I'm looking for a data-backed, specific answer. I'm working in a field where the size of the files we create is ...
1
vote
3answers
273 views

GPU in the cloud - Recording a game

Today I had a really great idea for a project, unfortunately there is a information/experience barrier. What I basically want is to run a game in the cloud and stream the image to the users. I know ...
2
votes
1answer
147 views

iOS AWS SDK and CloudFront - accessing images

Sorry if this sounds alittle confusing (I am trying to get through the CloudFront documentation) but I have an app that is essentially downloading a bunch of images from S3. I tried to setup a new ...
0
votes
2answers
266 views

EC2 cluster Instances for offloading desktop-scale computing tasks

I'm using EC2 to offload some computing tasks from my desktop - basically running some jobs that would take hours or days on a desktop, nothing particularly large scale, so I'm not looking to setup ...
2
votes
3answers
212 views

Can I run 1000 AWS micro instances simultaneously?

I have a simple pure C program, that takes an integer as input, runs for a while (let's say an hour) and then returns me a text file. I want to run this program 1000 times with input integers from 1 ...
0
votes
4answers
185 views

Cloud platform for real-time computing-intensive task?

I'm looking for a cloud computing solution for the following scenario, but I don't find any service among Amazon AWS and the like that matches my problem description. Do you know any cloud computing ...
0
votes
1answer
503 views

Synchronizing Amazon EC2 with Rsync

I have 3 servers in Amazon EC2 with Elastic Load Balance. Server 1: Master. Server 2: Copy. Server 3: Copy. The "Master" server stores my Ruby On Rails application, I'm deploying it to /var/www ...
0
votes
0answers
177 views

How to manage AWS cloud search version ID?

I'm writing a library in order to help everyone using Amazon cloud search. With cloud search when you update a document you need to specify the id of the document (of course) and the version of the ...
-4
votes
3answers
397 views

Do big companies use public cloud services? [closed]

I am wondering whether big companies use public cloud services like EC2 and for which purposes (applications deployment?). When I say big I mean to the leading IT organizations. Does anyone have an ...
1
vote
2answers
345 views

EC2 deployment with CloudStack

I was wondering if it's possible to deploy a machine to a Amazon EC2 with cloudstack. I know that cloudstack has an AWS compatible api through cloud-bridge but I do not want to manage cloudstack ...
0
votes
2answers
236 views

Cloud Architecture

I'm researching cloud services to host an e-commerce site. And I'm trying to understand some basics on how they are able to scale things. From what I can gather from AWS, Rackspace, etc ...
1
vote
1answer
185 views

Getting the list of reserved DB RDS instances from aws by doing an API call

I was trying to get the list of Reserved DB instances from the RDS amazon web services part using the ruby libraries present and return this data, mainly with the fog library. I've noticed though that ...
2
votes
1answer
135 views

How to get Android Amazon Web Services (AWS) SDK working with AWS simulation (such as FakeS3)

I want to test my Android app using a local AWS simulation package such as FakeS3 before moving to real Amazon S3 servers. What do you need to change/configure in the AWS SDK (aws-android-sdk) ...
8
votes
4answers
3k views

What exactly is a “virtual core” on Amazon EC2?

The small Standard Instance is: Small Instance (Default) 1.7 GB of memory, 1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit), 160 GB of local instance storage, 32-bit or 64-bit platform ...

1 2 3