use pre-release cdn and image repo for aws integration flows #47474
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the oneoff scripts and ECS deployment for the AWS integration enrollment flows to use the staging CDN and staging ECR repo for pre-release builds.
Teleport binary assets
Release: cdn.teleport.dev
Pre-release: cdn.cloud.gravitational.io
Teleport images
Release: public.ecr.aws/gravitational
Pre-release: public.ecr.aws/gravitational-staging
This is to make release testing a little nicer for people going through the web UI integration enrollment flows.
Without this change, you have to manually edit all the scripts generated and manually update the ECS task definition, which is tedious and less realistic for testing purposes.