AWS Lambda: NTP Server

0

I have a service on an AWS Lambda that consumes an API via REST API. This API service team asked us which NTP Server we are using and I found an information that this is not publicly available because it is an internal configuration of AWS infrastructure (since we did not do any manual configuration).

I would like more details about it and to know if this information is correct. If so, is it possible to know which NTP our AWS Lambda is using if we open a support ticket?

Isby Un
asked 21 days ago137 views
3 Answers
1

Hello.

As you may be aware, this is an internal mechanism of AWS services, so there is no guarantee that you will receive a response even if you contact AWS Support.
It depends on why you need NTP information for Lambda, but if you need the information to comply with customer compliance, you may be able to get some information by contacting the compliance report from the URL below.
https://aws.amazon.com/contact-us/compliance-support/?nc1=h_ls

profile picture
EXPERT
answered 21 days ago
profile pictureAWS
EXPERT
reviewed 21 days ago
1
profile pictureAWS
EXPERT
answered 21 days ago
0

NTP at the following IP address endpoints:

IPv4: 169.254.169.123
IPv6: fd00:ec2::123

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html#configure-ec2-ntp

profile picture
EXPERT
answered 21 days ago
  • Lambda is serverless so I don't think this is right (i'm not using EC2)

  • if your Lambda is deployed within VPC, it will use NTP as EC2

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions