0
我購買了保留的實例小時數,並且無法在我的私有子網中啓動保留實例。我得到的唯一信息是EC2在私有子網上啓動失敗
Launch Failed
The requested configuration is currently not supported. Please check the documentation for supported configurations.
如何解決此問題?該消息是無益的。
What I have done:
1. Created two subnets. One public (10.0.0.0/25) and one private (10.0.1.0/25).
2. Assign route tables to each subnet. The public subnet is attached to an Internet Gateway.
這裏是我的情況下推出的審查:
Instance Type ECUs vCPUs Memory (GiB) Instance Storage (GB) EBS-Optimized Available Network Performance
t2.small Variable 1 2 EBS only - Low to Moderate
Security Group ID Name Description
sg-xxxxxxxe xxxx-private-1a xxxx-private-1a
All selected security groups inbound rules
Type Protocol Port Range Source
SSH TCP 22 0.0.0.0/0
Number of instances 1 Purchasing option On demand
Network vpc-6e385e0a
Subnet subnet-98b5e2ee
EBS-optimized No
Monitoring No
Termination protection No
Shutdown behavior Stop
IAM role None
Tenancy dedicated
Host ID
Affinity Off
Kernel ID Use default
RAM disk ID Use default
User data
Assign Public IP No
Assign IPv6 IP Use subnet setting (Disable)
Network interfaces
Device Network Interface Subnet Primary IP Secondary IP Addresses
eth0 New network interface subnet-98b5e2ee 10.0.1.5
另外,沒有辦法「啓動保留實例」。預留實例只是自動計費分配。 :-) – mootmoot
謝謝at0mzk,這有助於:)。我希望啓動錯誤信息可以改進。它含糊不清。 – user2176499