cloud

convert p7b to pfx for Azure

笑着哭i 提交于 2019-11-28 21:03:08
问题 I am trying to setup endpoints for Azure. I was given an .p7b file but I need a .pfx file with private key for Azure. Is there a way to convert my .p7b to .pfx? 回答1: Ok, here is a rundown on the whole Azure SSL certificate rigmarole. I've done this with GoDaddy (and more than a bit of help from one of their knowledgeable tech support guys). Also note that I've done this on Windows 8 Pro; your experience might be slightly different and/or your mileage may vary ;-) Pay your money to a CA

how to reserve a running amazon ec2 instance? [closed]

最后都变了- 提交于 2019-11-28 20:00:39
we have a large ec2 instance running in asia pacific region.we want to reserve that particular instance.In aws management console we see an option to purchase a reserved instance but there seems to be no option to change this instance into a reserved one.Are we missing out on something Reserved instances are a billing feature, not a technical feature. You can purchase a reserved instance and the discounted hourly rate will apply to already-running instances, without needing to do anything to them. Just make sure the reserved instances you purchase are: - in the same availability zone as your

How do you configure S3 and Cloud Front to stream HTML5 video? Tried everything

爷,独闯天下 提交于 2019-11-28 19:57:49
问题 I've tried many, many different configurations, files, encoding, browsers, etc..., but this is the simplest example that demonstrates the problem I am having. If you paste the url for the sample video for JSPlayer in FF 8.0.1, the video plays inline: http://video-js.zencoder.com/oceans-clip.webm If I take that same video and upload it to my s3 bucket, it triggers download instead: https://s3.amazonaws.com/turingvideos/oceans-clip.webm -- or -- http (Permissions are read for everyone on the

Windows Azure for web developers vs Amazon EC2

自作多情 提交于 2019-11-28 18:52:14
问题 I just watched the Windows Azure intro video and it left me feeling like it was a front end shell for hosted IIS instances. Can anyone who know more (possibily that was part of the beta) shed on why you would use this vs. EC2. it seemed easy enough but really didnt give specifics on how it works, why it works or why you would use this vs the traditional solutions out there? 回答1: According to the vision (and I can only talk about the vision here since the product isn't really out yet), here's

parse.com open-source alternatives for backend [closed]

孤街浪徒 提交于 2019-11-28 17:58:16
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Just wondering if there is a free parse.com alternative that allows one to arbitrarily store data in tables and create databases on the fly (say in mysql) that works like parse.com. I'd love to know and use it before spending time to create one. Thanks! 回答1: This answer has been updated to take into account the

Speech Recognition API

萝らか妹 提交于 2019-11-28 17:06:59
I need to automatically transcribe some short MP3s as part of a proof of concept I am working on. I am currently looking into cloud solutions or web API services to send the MP3 as a simple HTTP request and receive a transcription back. The only free/open source solution I have found here , but the demos don't seem to work (at least not on the files I need to transcribe). I have found some enterprise solutions for call centers, but so far nothing I can simply integrate into a project. Are there any web based speech recognition services available? One that is able to filter out small noise

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

随声附和 提交于 2019-11-28 16:38:17
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% are less than 1000 bytes long). Does the s3 API support uploading multiple objects in a single HTTP call? All the objects must be available in S3 as individual objects. I cannot host them anywhere else (FTP, etc) or in another format (Database, EC2 local drive, etc). That is an external requirement that I cannot change. Does the s3 API support uploading multiple objects in a single HTTP call? No,

How can size of the root disk in Google Compute Engine be increased?

那年仲夏 提交于 2019-11-28 16:27:57
问题 The root disk size in GCE is 10 gigs. How do I increase this? I cant find the option in the console or the gcutil flags. This can be easily done in AWS. 回答1: As of 31 Mar 2016, you can resize a persistent disk online without stopping or rebooting the VM, without taking snapshots, and without having to restore it to a larger disk. The blog post announcing the feature has the details, and you can see the docs for how to do this via the console: Resize the persistent disk in the Google Cloud

How to deploy a Java EE application in the Amazon cloud?

徘徊边缘 提交于 2019-11-28 16:25:03
Here's the thing: I need to take a certain Java EE web app and deploy it to Amazon EC2 (which I will need to setup first) starting next month (using the http://aws.amazon.com/free/faqs/ AWS Free Tier Usage - hope it supports Tomcat + MySQL/PostgreSQL). The problem: I have never ever deployed a Java EE app (not even a normal one on a dedicated hosting) nor have I setup an Amazon EC2 enviorment. Are there any, idiot proof preferably, tutorials/how-to's/whatever on doing it from the very beginning (signing up to Amazon) till the very end (when your app is all up and running)? I did find some

NodeJS Managed Hostings vs VPS

眉间皱痕 提交于 2019-11-28 16:24:38
There are a bunch of managed cloud based hosting services for nodejs out there which seem relatively new and some still in Beta. Yet another path to host a nodejs app is setting up a stack on a VPS like Linode. I'm wondering what's the basic difference here between these two kinds of deployment. Which factors should one consider in choosing one over another? Which one is more suitable for production considering how young these services are. To be clear I'm not asking on choosing a provider but to decide whether to host on a managed nodejs specific hosting or on an old fashioned self setup VPS.