Add aws.javabin.no redirect to SSO portal#111
Merged
Conversation
S3 bucket with website redirect sends aws.javabin.no → javabin.awsapps.com/start. Route53 alias record points to the S3 website endpoint.
Terraform Plan🚧 Changes detected — Plan: 5 to add, 0 to change, 0 to destroy. Plan outputLLM ReviewRisk: 🟢 LOW Plan adds Cost and Usage Report export and creates an S3-based SSO redirect for aws.javabin.no domain with proper security controls.
|
Alexanderamiri
added a commit
that referenced
this pull request
May 9, 2026
## Summary - Creates S3 bucket `aws.javabin.no` with website redirect to `https://javabin.awsapps.com/start` - Route53 alias record in javabin.no zone pointing to S3 website endpoint - Allows team members to access AWS SSO via `aws.javabin.no` instead of remembering the awsapps URL ## Prerequisites - Customize the Identity Center portal URL to `javabin` in the AWS console (Settings → Customize AWS access portal URL) ## Test plan - [ ] CI plan shows S3 bucket + website config + Route53 record to add - [ ] After apply, `curl -I http://aws.javabin.no` returns 301 redirect to `https://javabin.awsapps.com/start`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
aws.javabin.nowith website redirect tohttps://javabin.awsapps.com/startaws.javabin.noinstead of remembering the awsapps URLPrerequisites
javabinin the AWS console (Settings → Customize AWS access portal URL)Test plan
curl -I http://aws.javabin.noreturns 301 redirect tohttps://javabin.awsapps.com/start