TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Amazon Services Hackpad

58 点作者 socmoth大约 12 年前

6 条评论

ultimoo大约 12 年前
When I look at such summarized reports of AWS, it occurs to me how mature and comprehensive their platform is. Does any other commercial cloud vendor offer such a plethora of services under a single unified umbrella for startups?<p>Even their prices are extremely competitive when talking about the small to mid range scale. It is amazing what this company has done in terms of innovating and bringing frictionless cloud services to individuals with about $100 in their pocket.
onk大约 12 年前
Paul, it's tough to do preliminary research on AWS and summarize it so concisely. Best woud be to start/continue using sets of services and the nuances and "gotchas" you noted will become clearer. Particularly EC2. For example, here are some points you noted followed by --&#62; some clarifications:<p>* Lots of different sizes for cpus. --&#62; Virtual servers come in many configurations. Choose based on the combination of CPU, RAM and disk I/O required.<p>* Only scales down to 40 dollars a month. --&#62; t1.micro instances are $15/month. m1.small instances are $40/month or as low as $25/month with reserved instances (amortized over 1 year) or even less than $25/month with spot instances.<p>* If you reboot it, the data will disappear. --&#62; No. Data is not lost on reboot. Most instances have two types of storage: EBS and Instance Store. The Instance Store data is lost when instances are powered off. EBS and Instance Store data survives across reboots. Understanding the difference between a rebot and a power-off is important.<p>* Firewall is turned on by default so you can't connect to it. Have to turn that off. --&#62; Clearer would be to say firewall ports need to be opened to support the services you need (such as SSH/RDP, HTTP, etc.).<p>* The name of it changes on reboot. No. The DNS name, external IP and internal AWS IP are preserved across reboots. They are lost when an instance is powered off. (See above.)<p>* Use the IPs which amazon gives away for free. --&#62; AWS limits you to 5 Elastic IP addresses (for the most part). You can (for the most part) avoid using Elastic IPs by using the public DNS of the instances, often in conjunction with your own domain DNS. For example, a database server might resolve like so:<p><pre><code> db1.example.com (your domain) |-&#62; ec2-12-34-56-789.compute-1.amazonaws.com (public AWS DNS) |-&#62; 12.34.56.789 (public IP if you are outside of AWS) |-&#62; 10.11.12.13 (internal AWS IP if you are inside AWS) </code></pre> Enjoy the learning experience. It will take some time for it to all sink in.
评论 #5488942 未加载
jaytaylor大约 12 年前
This is a nice demonstration of where HackPad shines.<p>Also, here is my favorite HackPad easter-egg:<p><pre><code> If you want to create a hackpad with a nice url, just go to http://hackpad.com/&#60;AnythingYouWant&#62;, and it will create a new pad with that URL instead of an [ugly] random hash.</code></pre>
Kudos大约 12 年前
I tried clicking through on the "Details, criticism, and gotchas" links only to get that overlay asking me to "Join the conversation" when I got there, and again when I got back each time. What an asshole move.
评论 #5489430 未加载
评论 #5489403 未加载
brennenHN大约 12 年前
Great research, but browsing this I got the "Join the conversation" popup every time I changed pages. Super, super frustrating and made me stop reading pretty quickly. Left a bad taste in my mouth about hackpad.
评论 #5490051 未加载
whirlycott1大约 12 年前
On the monitoring side, we're shortly moving into private beta for Stackdriver. Ping me if you want early access. @whirlycott
评论 #5488562 未加载