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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Migrating from EC2-Classic to VPC with zero downtime

21 点作者 seattlematt大约 10 年前

3 条评论

sciurus大约 10 年前
&quot;Security groups (which define what IPs can access what ports, similar to basic IPTables firewall rules) cannot be shared between EC2-Classic and EC2-VPC,&quot;<p>That is no longer true. In December 2014 Amazon launched ClassicLink, which lets you add EC2-Classic instances to VPC security groups.<p><a href="https://aws.amazon.com/blogs/aws/classiclink-private-communication-between-classic-ec2-instances-vpc-resources/" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;aws&#x2F;classiclink-private-communi...</a><p><a href="http://www.youtube.com/watch?v=HexrVfuIY1k&amp;t=33m33s" rel="nofollow">http:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=HexrVfuIY1k&amp;t=33m33s</a>
评论 #9180104 未加载
ihsw大约 10 年前
Similarly, Instagram faced similar issues and developed Neti for the task.<p><a href="https://github.com/Instagram/neti" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Instagram&#x2F;neti</a><p>And the blog article:<p><a href="http://instagram-engineering.tumblr.com/post/89992572022/migrating-aws-fb" rel="nofollow">http:&#x2F;&#x2F;instagram-engineering.tumblr.com&#x2F;post&#x2F;89992572022&#x2F;mig...</a><p>Now, Instgram&#x27;s path was AWS EC2-Classic -&gt; AWS VPC -&gt; FB, however it is still relevant.
maslam大约 10 年前
Nice writeup, Tiru!