Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building for Gov.cloud only accounts #1641

Closed
wants to merge 2 commits into from

Commits on Feb 8, 2024

  1. Support building for Gov.cloud

    Fixes awslabs#1536
    
    if a suser only has access to an AWS account in GovCloud then obtaining
    the binary versions from S3 will fail.
    
    As this bucket is public we do not need any authentication so add
    --no-sign-request  and hardcode the region (which would not be the
    default region for any govCloud).
    
    chose `us-west-2` as the region to use as this appears to be the
    canonical location.   As it is just metdata using a region on the other
    side of the world should not matter too much when the overhead of the
    packer build is taken into account
    jtnord committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    236120f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    f80da3f View commit details
    Browse the repository at this point in the history