On Fri, May 26, 2017 at 09:15:35AM +0700, Andy Sizer wrote:
> I tried to launch in instance from the latest stretch ami
> (ami-772ab761 i.e. us-east-1) into a VPC. It failed - more
> specifically networking.service failed.
I just tried this AMI and all looks good to me. Anything unusual about your
VPC? I'm using a default VPC without IPv6.
$ head -n 18 /var/log/cloud-init-output.log
Cloud-init v. 0.7.9 running 'init-local' at Fri, 26 May 2017 13:35:30 +0000. Up
13.26 seconds.
Cloud-init v. 0.7.9 running 'init' at Fri, 26 May 2017 13:35:32 +0000. Up 16.00
seconds.
ci-info: +++++++++++++++++++++++++++++++Net device
info+++++++++++++++++++++++++++++++
ci-info:
+--------+------+---------------+---------------+-------+-------------------+
ci-info: | Device | Up | Address | Mask | Scope |
Hw-Address |
ci-info:
+--------+------+---------------+---------------+-------+-------------------+
ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | .
|
ci-info: | lo: | True | . | . | d | .
|
ci-info: | eth0: | True | 172.31.20.116 | 255.255.240.0 | . |
0e:a1:bc:8f:db:d6 |
ci-info: | eth0: | True | . | . | d |
0e:a1:bc:8f:db:d6 |
ci-info:
+--------+------+---------------+---------------+-------+-------------------+
ci-info: +++++++++++++++++++++++++++++Route IPv4
info+++++++++++++++++++++++++++++
ci-info:
+-------+-------------+-------------+---------------+-----------+-------+
ci-info: | Route | Destination | Gateway | Genmask | Interface |
Flags |
ci-info:
+-------+-------------+-------------+---------------+-----------+-------+
ci-info: | 0 | 0.0.0.0 | 172.31.16.1 | 0.0.0.0 | eth0 | UG
|
ci-info: | 1 | 172.31.16.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U
|
ci-info:
+-------+-------------+-------------+---------------+-----------+-------+
Ross