You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to deploy the project in the il-central-1 region and the cdk failed.
I was able to identify why the project fails to deploy in certain regions and developed solutions. The issues stem from regional feature incompatibilities:
SageMaker Runtime Endpoint
WAF rate-based rule with custom key
S3 Transfer Acceleration
CloudFront Access Logs
To resolve these, I propose the following configuration options:
SageMaker Endpoint:
Configure only when users enable SageMaker models.
WAF Rules:
Option 1: Add configuration to disable WAF rules (implemented)
Option 2: Attach WebACL to CloudFront distribution
S3 Transfer Acceleration:
Add option to disable this feature.
CloudFront Access Logs:
Allow setting a custom bucket in a supported region.
After applying these new configuration options, I successfully deployed the project in my target region.
I'm ready to submit a PR with these changes. Do you think this approach aligns with the project goals and can be merged?
Looking forward to your thoughts.
The text was updated successfully, but these errors were encountered:
Hi team,
I tried to deploy the project in the il-central-1 region and the cdk failed.
I was able to identify why the project fails to deploy in certain regions and developed solutions. The issues stem from regional feature incompatibilities:
To resolve these, I propose the following configuration options:
SageMaker Endpoint:
Configure only when users enable SageMaker models.
WAF Rules:
S3 Transfer Acceleration:
Add option to disable this feature.
CloudFront Access Logs:
Allow setting a custom bucket in a supported region.
After applying these new configuration options, I successfully deployed the project in my target region.
I'm ready to submit a PR with these changes. Do you think this approach aligns with the project goals and can be merged?
Looking forward to your thoughts.
The text was updated successfully, but these errors were encountered: