sparse-intern-71089
07/31/2021, 6:23 PMgreat-sunset-355
08/01/2021, 4:22 PMgreat-sunset-355
08/01/2021, 9:12 PMgreat-sunset-355
08/01/2021, 9:13 PMbright-orange-69401
08/02/2021, 10:33 AMstorage_aws_role_arn
variable : this one needs to be set before creating the StorageIntegration
I’ll share a code snippet below to illustratebright-orange-69401
08/02/2021, 10:41 AMaws_storage_integration
variable then has two outputs (storage_aws_external_id
& storage_aws_iam_user_arn
) which corresponds to resources that are present on Snowflake’s own AWS account
To secure the AWS-Snowflake integration, I would then need to change my assume_role_policy
to whitelist this specific user and external idbright-orange-69401
08/02/2021, 11:54 AMStackReference
on the current stackbright-orange-69401
08/02/2021, 11:55 AMbright-orange-69401
08/02/2021, 11:55 AMcurrent_stack.get_output("FOO")
returns None
upon the initial deploymentbright-orange-69401
08/02/2021, 11:56 AMpulumi up
twice to get everything set up, but at least there’s no manual interventionbright-orange-69401
08/03/2021, 7:38 AM