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

[S3 Plugin] DTH S3 Plugin can not deploy in GovCloud due to missing assets #140

Closed
2 tasks
YikaiHu opened this issue Feb 1, 2024 · 2 comments
Closed
2 tasks
Assignees
Labels
bug Something isn't working

Comments

@YikaiHu
Copy link
Collaborator

YikaiHu commented Feb 1, 2024

Describe the bug
DTH S3 Plugin can not deploy in GovCloud due to missing assets.

Should add aws-us-gov mapping in CloudFormation assets mappings.

"Mappings": {
    "FinderStackAssetTableC56DDAEC": {
      "aws": {
        "assetDomain": "https://aws-gcr-solutions-assets.s3.amazonaws.com/"
      },
      "aws-cn": {
        "assetDomain": "https://aws-gcr-solutions-assets.s3.cn-northwest-1.amazonaws.com.cn/"
      },
      "aws-us-gov": {
        "assetDomain": "https://aws-gcr-solutions-assets.s3.amazonaws.com/"
      }
    },

To Reproduce
Deploy S3 Plugin in GovCloud

Expected behavior
Deployment successful.

Please complete the following information about the solution:

  • Version: [v2.6.0]

To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO8001) - Data Transfer Hub with aws-solutions-constructs: This template deploys an one-stop toolset for transferring data from different sources into AWS. Template version v1.0.0".

  • Region: [us-gov-west-1/us-gov-east-1]

Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Additional context
Add any other context about the problem here.

@YikaiHu YikaiHu added the bug Something isn't working label Feb 1, 2024
@YikaiHu YikaiHu self-assigned this Feb 1, 2024
@YikaiHu
Copy link
Collaborator Author

YikaiHu commented Feb 1, 2024

Workaround: please using this patching template.

DataTransferS3Stack-gc-patch.json

We will fix this issue in next release.

@YikaiHu
Copy link
Collaborator Author

YikaiHu commented Aug 14, 2024

Fixed in v2.6.0

@YikaiHu YikaiHu closed this as completed Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant