issues
search
cloudposse
/
terraform-aws-efs-backup
Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
https://cloudposse.com/accelerate
Apache License 2.0
43
stars
33
forks
source link
Added option to use IP address instead of DNS name as connection point
#5
Closed
s2504s
closed
7 years ago
s2504s
commented
7 years ago
What
Added ability to setting IP address instead of DNS names for target EFS file systems
Why
Some EC2 instances can not resolve EFS DNS name. They should use IP address of EFS file systems.
osterman
commented
7 years ago
[x] update
README.md
with new parameter. Indicate that it's optional.
What
Why