-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOM-62849] Add S3 Private endpoint Interface #331
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good generally, but let's resolve the endpoint error
@@ -53,6 +56,9 @@ variable "network_info" { | |||
ecr_endpoint = optional(object({ | |||
security_group_id = optional(string, null) | |||
}), null) | |||
s3_endpoint = optional(object({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't a big deal at all, but this is one place we use endpoint
and in other places it's interface
. It may make sense to unify on one term in some future update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still looks good to me, will hold my 👍 for @Secretions to determine if his concerns are resolved.
Per documentation and confirmed by our experimentation as well, our current setup for S3 connectivity is not ‘full privatelink’ (whatever that really means to AWS).
While connectivity is still secure and does not leave the AWS network infrastructure, to be fully 'privatelink' compliant (as to what our customers may expect from that) we are missing to deploy an interface endpoint with private DNS enabled on each deployment.