April 2017
Intermediate to advanced
394 pages
10h 31m
English
AWSTemplateFormatVersion: "2010-09-09" Description: Create an EFS file system and endpoints.
VpcId: Description: VPC ID that contains the subnets that will access the file system Type: AWS::EC2::VPC::Id SubnetIds: Description: Subnet IDs allowed to access the EFS file system Type: List<AWS::EC2::Subnet::Id>
FileSystem: Type: ...Read now
Unlock full access