你在 VPC 里不小心停止了一台绑定了 Elastic IP 的 EC2。再次启动后会发生什么?
You accidentally stopped an EC2 instance in a VPC with an associated Elastic IP. If you start the instance again, what will be the result?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
分类: AWS Compute
标签: ec2, elastic-ip, stop-start, cost
参考答案摘要
核心答案 Elastic IP 不会因为 stop/start 而变化 ,只有在实例被 终止(terminate) 或你手动解绑时才会解除关联。 补充 当 EIP 未绑定到运行中的实例(或绑定到停止实例)时,通常会产生费用。
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。