unity-sds / unity-data-services

Apache License 2.0
0 stars 3 forks source link

feat: market place bucket #372

Closed wphyojpl closed 3 months ago

wphyojpl commented 4 months ago

Closes #355

NOTE: It requires an update to uds-sbx-cumulus_lambda_processing_policy as noted in the other ticket.

Requires the following variables.

      prefix  = "uds-test-cumulus"
      market_bucket_name = "william_test_1"
      market_bucket__notification_prefix = "stage_out"
      tags = {
        Venue = "test",
        ServiceArea = "ds",
        CapVersion = "18.0.0"
        Component = "Cumulus",
        Proj = "Unity",
        CreatedBy = "ds",
        Env = "test",
        Stack = "Cumulus"
      }
      uds_aws_account_ssm_path="/unity/uds/account"
      uds_aws_account_region_ssm_path="/unity/uds/account/region""
      uds_prefix_ssm_path="/unity/uds/prefix"

It requires 3 SSM parameters for UDS AWS account, account region, and prefix

It creates a bucket with the name "uds-sbx-cumulus-unity-william-test-1".

wphyojpl commented 4 months ago

Cross Account Test

wphyojpl commented 4 months ago

Hi @ngachung

PR is created. But I think variable line is wrong.

wphyojpl commented 4 months ago

Hi @ngachung Looks like marketplace PR is merged. I guess this is done, right?

wphyojpl commented 3 months ago

Need to update the structure based on this link by Anil Not sure it is finalized at this moment.