Skip to content
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

Merged
merged 12 commits into from
Feb 20, 2025
Merged

Conversation

msingermann-domino
Copy link
Contributor

@msingermann-domino msingermann-domino commented Feb 12, 2025

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.

@msingermann-domino msingermann-domino requested a review from a team as a code owner February 12, 2025 19:53
Copy link
Contributor

@ddl-dclegg ddl-dclegg left a 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({
Copy link
Contributor

@ddl-dclegg ddl-dclegg Feb 18, 2025

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.

Copy link
Contributor

@ddl-dclegg ddl-dclegg left a 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.

@msingermann-domino msingermann-domino merged commit a831ebd into main Feb 20, 2025
15 checks passed
@msingermann-domino msingermann-domino deleted the dom-62849 branch February 20, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants