Description Usage Arguments Details Value References See Also
Create an EFS Mount Target
1 | create_mount(id, ip, sgroup, subnet, ...)
|
id |
A character string specifying an EFS File System ID, perhaps as returned by |
ip |
An object of class “ec2_ip” or an allocationId (for a VPC IP). |
sgroup |
A character vector specifying one or more Security Group IDs, or (a list of) objects of class “ec2_security_group”. No more than 5 security groups can be specified. These values can be modified later using |
subnet |
A character string containing the name of a subnet, or an object of class “ec2_subnet”. |
... |
Additional arguments passed to |
This function creates a mount target for an EFS File System so that it can mounted to one or more EC2 instances. All instances within an AWS availability zone share a mount target. Mount targets are subnet-specific, so one mount target should be created for each subnet.
A list.
create_efs
, delete_mount
, get_mount_sgroups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.