efs_create_mount_target: Creates a mount target for a file system

View source: R/efs_operations.R

efs_create_mount_targetR Documentation

Creates a mount target for a file system

Description

Creates a mount target for a file system. You can then mount the file system on EC2 instances by using the mount target.

See https://www.paws-r-sdk.com/docs/efs_create_mount_target/ for full documentation.

Usage

efs_create_mount_target(
  FileSystemId,
  SubnetId,
  IpAddress = NULL,
  SecurityGroups = NULL
)

Arguments

FileSystemId

[required] The ID of the file system for which to create the mount target.

SubnetId

[required] The ID of the subnet to add the mount target in. For file systems that use One Zone storage classes, use the subnet that is associated with the file system's Availability Zone.

IpAddress

Valid IPv4 address within the address range of the specified subnet.

SecurityGroups

Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as subnet specified.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.