-
Hello all, I have started my TURN server on AWS. When I am trying to test TURN server using https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ then it is printing logs into turn server log file. But when I am actually making call from 3g or 4g android phone it's generating...
Last updated: -
Run two different websites in Amazon EC2 by VPC
How do I run two different websites in EC2 by VPC?
Last updated: -
Error message when using SSH from Ubuntu to Amazon EC2
In Amazon EC2, we have an instance of one of our applications that's running in the cloud and we need to connect it to our Ubuntu servers. It works great on one server but we keep getting this error message on the other: Permission denied (publickey). This is when we're trying to access SSH to EC2....
Last updated: -
How should we proceed with our Amazon EC2 backup strategy?
We have several DB server setups that are on Amazon's EC2. We take daily snapshots of the whole system / EBS drives which contain all of the application files, DB files, etc. We also have a console application that runs the backup creations (on a daily schedule). All of the images are EBS images....
Last updated: -
Implementing EBS automatic backup on Amazon EC2
We've been implementing an automatic backup system for our EBS on Amazon AWS. When we run the command below as EC2-user, it works. /opt/aws/bin/ec2-create-snapshot --region us-east-1 -K /home/ec2-user/pk.pem -C /home/ec2-user/cert.pem -d "vol-******** snapshot" vol-******** But when we add...
Last updated: -
HDFS error when testing a simple file from a Amazon EC2 machine
I recently created an Ubuntu single node Hadoop cluster in Amazon EC2. I've tried to test a simple file upload to HDFS. It works from the EC2 machine but doesn't work outside of it. Here's the error I got: java.io.IOException: File /user/ubuntu/pies could only be replicated to 0 nodes, instead of 1...
Last updated: -
Does anyone know how to find the instance ID within my Amazon EC2 machine? Thanks!
Last updated: -
Can we reserve an Amazon EC2 instance?
We currently have a huge Amazon EC2 instance that's running in one of our regions (Asia to be exact). Now, we're trying to reserve that instance in the AWS management console but we're only seeing the option to purchase a reserved instance (not change it into a reserved one). Did we miss something?...
Last updated: -
Is it possible to add a keypair to an existing Amazon EC2 instance?
My team was given access to an Amazon AWS console and the account is running two instances that I can't shut down. I'm trying to gain SSH access to these instances so would it be possible to create a new keypair / apply it to the instances so I can SSH in. If this isn't possible, is there another...
Last updated: -
Is it possible to move Amazon EBS to multiple instances?
Our department has several web servers that are accessing one MySQL server and a file server. But now, we're looking to move all of it to the cloud. Is it possible to attach Amazon EBS to multiple machine instances? If not, what's the best solution for us?
Last updated: -
I'm using Amazon EC2 and I'm trying to figure out that when I reboot an instance, would I get the initial image again or is the state of the hard disk (before the reboot) stay the same? Also, for billing purposes, would the hour start again or does it continue with the fraction of the hour that I...
Last updated: -
Replicate Amazon EBS instances to S3
My company has a website where users upload files (and many of them are pretty large). We have a few EC2 instances so we're looking to load balance them and they're currently stored on an EBS volume (because they're easy and fast to access). Is there a way to replicate these files so we can upload...
Last updated: -
What’s the best way to create a cloud-based SQL database?
We have a website that's currently being hosted on Amazon S3 and it's working fine. But we have run into a problem with our data (and it's static). So the next step we're looking at is to create a SQL database in the cloud so we can store user data. Could we possibly do this through Amazon AWS or...
Last updated: -
How can I get SSH access for an Amazon EC2 instance?
Please...I need some big time help! I need SSH access for an Amazon EC2 instance that's currently running on Ubuntu but all I have is the Amazon username and password. How can I do this?
Last updated: -
Getting error message when trying to SSH in my Amazon EC2 instance
Over the past few weeks, I've been setting up Panda in an Amazon EC2 instance. Everything was going great...I set up my account and tools and used SSH to interact with the instance. But all of a sudden, I can't get permission to get into Panda's EC2 instance. Here's what I'm getting:@ WARNING:...
Last updated: -
Cloud Computing: What is meant by instance-hour?
I'm looking to move my data over to the cloud and after looking at several different cloud providers, particularly Amazon EC2, a ton of the quotes are based off of something called an instance-hour. Does anyone know what this means? Does a multi-processor instance figure into the calculation? I...
Last updated: -
How to run an Amazon EC2 AMI image in Microsoft Windows
Would anybody know of a way to run an Amazon EC2 AMI image in Microsoft Windows? Should I do it through Virtual PC or VMware? Thanks so much.
Last updated: -
Amazon EC2: What’s the difference between light, medium and heavy utilization instances?
I'm currently using Amazon EC2 but I'm fairly new to it. I keep seeing these different utilization instances but I don't know what they mean they it talks about light, medium and heavy utilization instances. Is it just referring to the price differences? Thank you.
Last updated: -
What is meant by “virtual core” in Amazon EC2?
I understand that in Amazon EC2, a small standard instance consists of "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." But here's what my question comes in: Do I get access to the entire physical CPU core?...
Last updated: -
Adding a security instance to Amazon EC2
We currently have an Amazon EC2 instance running and we would like to add one another security group for that specific instance. After that, we want to move the security group already in there from that instance. Would that be possible?
Last updated: