cloud

What's the difference between Apache's Mesos and Google's Kubernetes

时光怂恿深爱的人放手 提交于 2019-11-27 09:55:35
What exactly is the difference between Apache's Mesos and Google's Kubernetes? I understand both are server cluster management software. Can anyone elaborate where the main differences are - when would which framework be preferred? Why would you want to use Kubernetes on top of Mesosphere ? Craig Mcluckie Kubernetes is an open source project that brings 'Google style' cluster management capabilities to the world of virtual machines, or 'on the metal' scenarios. It works very well with modern operating system environments (like CoreOS or Red Hat Atomic) that offer up lightweight computing

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

五迷三道 提交于 2019-11-27 09:41:33
问题 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

how to use free cloud database with android app? [closed]

 ̄綄美尐妖づ 提交于 2019-11-27 09:05:32
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am developing an Google maps android application in which I want to use database in cloud for saving usernames, passwords, GPS

When to use Amazon Cloudfront or S3

不想你离开。 提交于 2019-11-27 08:57:41
问题 Are there use cases that lend themselves better to Amazon cloudfront over s3 or the other way around? I'm trying to understand the difference between the 2 through examples. 回答1: Amazon S3 is designed for large-capacity, low-cost file storage in one specific geographical region.* The storage and bandwidth costs are quite low. Amazon CloudFront is a Content Delivery Network (CDN) which proxies and caches web data at edge locations as close to users as possible. When end users request an object

What is SaaS, PaaS and IaaS? With examples

半腔热情 提交于 2019-11-27 08:54:26
问题 What do the following terms mean? SaaS PaaS IaaS? There are various cloud services available today, such as Amazon's EC2 and AWS, Apache Hadoop, Microsoft Azure and many others. Which category does each belong to and why? 回答1: IaaS, PaaS and SaaS are cloud computing service models. IaaS (Infrastructure as a Service), as the name suggests, provides you the computing infrastructure, physical or (quite often) virtual machines and other resources like virtual-machine disk image library, block and

轻松搞定你的IPython + Notebook 基于云的科学计算环境(含详细步骤)

99封情书 提交于 2019-11-27 08:14:02
IPython + Notebook 提供了一种基于云的科学计算开发环境。它既能够使开发者享受到云计算的强大计算能力,也能够使开发者无需在自己本地安装任何软件就能有良好的开发界面。此外,从本地到云端,带宽要求极低。 准备工作:只需要你的本地浏览器即可!! 注册一个云计算帐号 这里我们建议注册超能云(SuperVessel Cloud)(注册网址: http://www.ptopenlab.com )。原因有两个: 超能云是OpenPOWER基金会支持下构建的,完全面向开发者免费的云平台。 超能云目前已经有了支持IPython + Notebook的镜像,免费供开发者使用。 (关于超能云SuperVessel 本身,可参看链接: http://my.oschina.net/u/1431433/blog/380504 ) 注册步骤很简单(如果您已经有了帐号,可以直接到下面一节) 进入网址: http://www.ptopenlab.com 。 点击右上方的“注册”按钮。在弹出的对话框填写你的有效邮箱地址,还有密码。邮箱地址必须有效,因为超能云(SuperVessel)会给您发一封激活的邮件。 3. 进入你注册使用的邮箱,有一封发自admin@ptopenlab.com的邮件,点击里面的激活链接,你的帐号就可以被激活使用了。 建立一个支持IPython + Notebook的虚拟机 1.

Trouble Uploading Large Files to RStudio using Louis Aslett's AMI on EC2

走远了吗. 提交于 2019-11-27 07:04:57
问题 After following this simple tutorial http://www.louisaslett.com/RStudio_AMI/ and video guide http://www.louisaslett.com/RStudio_AMI/video_guide.html I have setup an RStudio environment on EC2. The only problem is, I can't upload large files (> 1GB). I can upload small files just fine. When I try to upload a file via RStudio, it gives me the following error: Unexpected empty response from server Does anyone know how I can upload these large files for use in RStudio? This is the whole reason I

What is difference between Lightsail and EC2? [closed]

倖福魔咒の 提交于 2019-11-27 05:51:59
Recently Amazon launched Lightsail . Is there any difference between them? If yes, then what's the difference? Are Lightsail instances more powerful than EC2? Testing¹ reveals that Lightsail instances in fact are EC2 instances, from the t2 class of burstable instances. EC2, of course, has many more instance families and classes other than the t2, almost all of which are more "powerful" (or better equipped for certain tasks) than these, but also much more expensive. But for meaningful comparisons, the 512 MiB Lightsail instance appears to be completely equivalent in specifications to the

What is the recommended way to delete a large number of items from DynamoDB?

江枫思渺然 提交于 2019-11-27 03:22:22
I'm writing a simple logging service in DynamoDB. I have a logs table that is keyed by a user_id hash and a timestamp (Unix epoch int) range. When a user of the service terminates their account, I need to delete all items in the table, regardless of the range value. What is the recommended way of doing this sort of operation (Keeping in mind there could be millions of items to delete)? My options, as far as I can see are: A: Perform a Scan operation, calling delete on each returned item, until no items are left B: Perform a BatchGet operation, again calling delete on each item until none are

How to turn on/off cloud instances during office hours

六月ゝ 毕业季﹏ 提交于 2019-11-27 01:06:53
问题 I've got my head around creating cloud instances in AWS, Azure and Rackspace. However, I need to turn my instances off at the end of the day and on in the morning as this will half my hosting cost (they are for development). I've looked at a few management services but they blew my brains out. Is there a simple way to do this? 回答1: Approach You could always roll your own solution, insofar most cloud providers offer a respective API to start/stop instances on demand (or even on schedule),