Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Unassigned
UnassignedReporter
Jugal Chauhan
Jugal ChauhanStory Points
0
Fix versions
Priority
Created April 4, 2025 at 9:18 PM
Updated April 9, 2025 at 8:08 PM
Resolved April 9, 2025 at 8:08 PM
A user reported in GitHub issue [link to issue] that they are unable to deploy the reindex-from-snapshot solution because their AWS account has a service control policy that prohibits Lambda functions without VPC settings.
Even though the user provided a
vpcId
incdk.context.json
configuration, the CustomS3AutoDeleteObject Lambda function (and potentially others) are still being created without VPC settings, causing the deployment to fail with a Service Control Policy explicit deny error.Error Observed :
Acceptance Criteria:
Modify the CDK code to ensure all Lambda functions created as part of the RFS deployment (including CustomS3AutoDeleteObject and any other helper functions) respect the VPC configuration provided in
cdk.context.json