aws-solutions-library-samples / guidance-for-building-a-sustainability-data-fabric-on-aws

This Guidance demonstrates how you can manage and share data to help drive your organization's sustainability initiatives
https://aws.amazon.com/solutions/guidance/building-a-sustainability-data-fabric-on-aws/
MIT No Attribution
3 stars 1 forks source link

Deployment Error: No stacks match the name(s) SdfHubWorkflowStack #10

Open sathish0804 opened 6 days ago

sathish0804 commented 6 days ago

I encountered an error while trying to seed the SIF impact factor resources and execute the ghg:scope_3:purchased_goods_and_services pipeline. The command I ran is:

npm run cdk -- deploy -c hubAccountId=<HUB_ACCOUNT_ID> \ -c spokeAccountId=<SPOKE_ACCOUNT_ID> -c domainId=<DATAZONE_DOMAIN_ID> \ -c domainName=<DATAZONE_DOMAIN_NAME> -c projectId=<DATAZONE_PROJECT_ID> \ -c athenaEnvironmentId=<DATAZONE_DATA_LAKE_ENV_ID> -c redshiftEnvironmentId=<DATAZONE_DATA_WAREHOUSE_ENV_ID> \ -c roleArn=<SERVICE_ROLE_ARN> -c environment=<SIF_ENV> -c tenantId=<SIF_TENANT_ID> \ -c sifAdminEmailAddress=<SIF_ADMIN_EMAIL> -c sdfAdminUserId=<IAM_IDENTITY_CENTER_USERNAME> \ —require-approval never —concurrency=10 SdfHubWorkflowStack

Error Message After running the command, I received the following error: No stacks match the name(s) SdfHubWorkflowStack

johnrotach commented 5 days ago

My apologies for this, this is a typo in our instructions. The stack name is: SdfSpokeWorkflowStack. Thanks for reporting this. I'll make sure we get a ticket in to update the docs.