You can now deploy AWS DataSync within a VPC using VPC endpoints.
resource "aws_datasync_agent" "example" {
security_group_arns = [
"${aws_security_group.example.arn}",
]
subnet_arns = [
"${aws_subnet.example.arn}",
]
vpc_endpoint_id = "${aws_vpc_endpoint.example.id}"
}
Is there any plan to implement this in the near future? We are unable to deploy datasync agents since we rely on vpc endpoints.
Is this going to be implemented in the near future?
Most helpful comment
Is this going to be implemented in the near future?