How to download XRay daemon for other version than 3.x ?

0

I'm following https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon.html document to download XRay daemon for linux. When I use URL provided in the document I'm able to download the file: https://s3.us-east-1.amazonaws.com/aws-xray-assets.us-east-1/xray-daemon/aws-xray-daemon-arm64-3.x.rpm

But when I wanna download specific version (3.3.13 for instance) it fails: https://s3.us-east-1.amazonaws.com/aws-xray-assets.us-east-1/xray-daemon/aws-xray-daemon-arm64-3.3.12.rpm

Wham am I missing?

3 Answers
1

The link to Docker Hub has specific tagged versions available: https://hub.docker.com/r/amazon/aws-xray-daemon/tags

I suspect S3 is setup only to distribute the most current version.

Generally speaking using the most current version is best as it was release with either new features or bug fixes. Why are you looking for a specific older version?

profile pictureAWS
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed 9 months ago
profile picture
EXPERT
reviewed 9 months ago
0

I wanna make my AMI more stable - sometimes updating packages can result in unplanned behavior. I wanna update versions manually after careful testing phase. In edition docs I shared states:

If you want to download a release after version 3.3.0, replace 3.x with the version number and arch with the architecture type.

so in theory we should be able to do that but for unknown reason in doesnt work

answered 9 months ago
  • Flow works best when you comment on answers to create a thread rather than posting comments as new answers.

    To answer your follow-up, I would suggest that you open a support case to have the specific links addressed. re:Post is a community forum and no one here can specifically address backend issues with services.

0

if you want to get a specific Daemon arttifact, pls replace the URL with the full artifact name. (Eg. aws-xray-daemon-linux-arm64-3.3.13.rpm) instead of just the version number.

A valid example, https://s3.us-east-1.amazonaws.com/aws-xray-assets.us-east-1/xray-daemon/aws-xray-daemon-linux-arm64-3.3.13.rpm

AWS
answered 9 months ago

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