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

AWS Sftp now support elastic ips #11593

Closed
ghost opened this issue Jan 14, 2020 · 3 comments · Fixed by #12599
Closed

AWS Sftp now support elastic ips #11593

ghost opened this issue Jan 14, 2020 · 3 comments · Fixed by #12599

Comments

@ghost
Copy link

ghost commented Jan 14, 2020

This issue was originally opened by @KVInventoR as hashicorp/terraform#23851. It was migrated here as a result of the provider split. The original body of the issue is below.


Hi All

A lot of time ago, AWS announced supports security groups and elastic ip addresses for sftp server:
https://aws.amazon.com/about-aws/whats-new/2020/01/aws-transfer-for-sftp-supports-vpc-security-groups-and-elastic-ip-addresses/

do you have a plans to support it in aws module?

According to documentation:
https://docs.aws.amazon.com/cli/latest/reference/transfer/create-server.html

it's possible to set different options:


The type of VPC endpoint that you want your SFTP server to connect to. You can choose to connect to the public internet or a virtual private cloud (VPC) endpoint. With a VPC endpoint, you can restrict access to your SFTP server and resources only within your VPC.

Possible values:

PUBLIC
VPC
VPC_ENDPOINT

but yours:
https://www.terraform.io/docs/providers/aws/r/transfer_server.html
supports only PUBLIC

endpoint_type - (Optional) The type of endpoint that you want your SFTP server connect to. If you connect to a VPC_ENDPOINT, your SFTP server isn't accessible over the public internet. If you want to connect your SFTP server via public internet, set PUBLIC. Defaults to PUBLIC.

any plans to update sftp server?

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jan 14, 2020
@ewbankkit
Copy link
Contributor

I think this is a duplicate of #11569.

@DrFaust92
Copy link
Collaborator

duplicate of #11569.

@ghost
Copy link
Author

ghost commented Jun 21, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Jun 21, 2020
@breathingdust breathingdust removed the needs-triage Waiting for first response or review from a maintainer. label Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants