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
chore(ec2): add VPC interface endpoints for Security Lake (#33728)
### Reason for this change
There was no VPC Endpoint for Security Lake.
$ aws ec2 describe-vpc-endpoint-services --filters "Name=service-name,Values=*securitylake*" --region us-east-1 --query "ServiceNames[]"
[
"com.amazonaws.us-east-1.securitylake",
"com.amazonaws.us-east-1.securitylake-fips"
]
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
0 commit comments