svn commit: r361143 - head/release/tools

Colin Percival cperciva at freebsd.org
Mon May 18 01:30:15 UTC 2020


On 2020-05-17 16:48, Oliver Pinter wrote:
> On Sunday, May 17, 2020, Colin Percival <cperciva at freebsd.org
> <mailto:cperciva at freebsd.org>> wrote:
>     +REGION=`fetch -qo-
>     http://169.254.169.254/latest/meta-data/placement/availability-zone
>     <http://169.254.169.254/latest/meta-data/placement/availability-zone> |
>     sed -e 's/[a-z]$//'`
> 
> What will be this hard-coded ip address without any verification or at least
> https?

That's a magic IP address which connects to the EC2 "instance metadata
service".  It doesn't actually go out over the network.

-- 
Colin Percival
Security Officer Emeritus, FreeBSD | The power to serve
Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid


More information about the svn-src-all mailing list