# NOT RUN {
svc <- efs()
# This operation creates a new file system with the default generalpurpose
# performance mode.
svc$create_file_system(
CreationToken = "tokenstring",
PerformanceMode = "generalPurpose",
Tags = list(
list(
Key = "Name",
Value = "MyFileSystem"
)
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab