Migrate_enterprise_to_eon is making unauthorised call to internet
Hi,
Trying to run migrate_enterprise_to_eon with S3 on premises... see this in adminTools.log:
grep 169.254.169.254 adminTools.log
2024-08-20 23:09:26.354 at_exec/1212852:0x7ffff7fea200 [AWSMetaData._fetch_token] Fetching token from URL: http://169.254.169.254/latest/api/token
2024-08-20 23:09:28.358 at_exec/1212852:0x7ffff7fea200 [AWSMetaData._fetch_token] Could not get token from url http://169.254.169.254/latest/api/token
2024-08-20 23:09:28.359 at_exec/1212852:0x7ffff7fea200 [AWSMetaData.load] Getting metadata from URL: http://169.254.169.254/latest/meta-data/
2024-08-20 23:09:28.359 at_exec/1212852:0x7ffff7fea200 [AWSMetaData._check_connection] Looking for AWS metadata at url http://169.254.169.254/latest/meta-data/
2024-08-20 23:09:28.359 at_exec/1212852:0x7ffff7fea200 [AWSMetaData._fetch_metadata] Fetching from http://169.254.169.254/latest/meta-data/
2024-08-20 23:09:30.361 at_exec/1212852:0x7ffff7fea200 [AWSMetaData._fetch_metadata] Could not get information from url http://169.254.169.254/latest/meta-data/
169.254.169.254 is on internet.
I am not sure this is a good practice. I do not expect Vertica to make unauthorised call to internet.
Thank you
Sergey
Best Answer
-
pvanhooft Vertica Customer ✭
169.254.169.254 is in AWS a direct link to the EC2 instances metadata. 169.254.0.0/16 is an RFC 1918 network.
1