ファイルシステムのマウントターゲットを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/efs/create-mount-target.html
aws efs create-mount-target \ |
Amazon Elastic File System on Kubernetes · Banzai Cloud : http://banzaicloud.com/blog/aws_provision_efs/ |
aws efs create-mount-target --region us-west-2 --file-system-id fs-XXXXXXXX --subnet-id subnet-XXXXXXXX |
Amazon Elastic File System(EFS)プレビューを試してみた | Developers.IO : http://dev.classmethod.jp/cloud/efs-ataglance/ |
aws efs create-mount-target \ --file-system-id file-system-id (for which to create the mount target) \ --subnet-id vpc-subnet-id (in which to create mount target) \ --security-group security-group IDs (to associate with the mount target) \ --region aws-region (for example |
Amazon EFS (Preview) User Guide - PDF : http://docplayer.net/8580814-Amazon-efs-preview-user-guide.html |
aws efs create-mount-target \ |
Walkthrough 1: Create Amazon EFS File System and Mount It on an EC2 Instance Using the AWS CLI - Amazon Elastic File System : http://docs.aws.amazon.com/efs/latest/ug/accessing-fs.html |
aws efs create-mount-target --file-system-id fs-f3efc785 --subnet-id |
Using AWS EFS, Netshare And Docker-In-Docker To Create Distributed Docker Volumes. : http://medium.com/@tritlo/using-efs-netshare-and-docker-in-docker-to-create-distributed-docker-volumes-f85ffdd96d3e |
aws efs create-mount-target \ |
EFS - Manged filesystem 作成・パフォーマンス : http://qiita.com/web_se/items/5133cfef392189e26f09 |
aws efs create-mount-target --file-system-id fs-41e32788 --subnet-id subnet-12b48864 --security-groups sg-caf5d9ac |
AWS: EFS Elastic File System | RTFM: Linux, DevOps и системное администрирование : http://rtfm.co.ua/aws-efs-elastic-file-system/ |
aws efs create-mount-target --file-system-id fs-55ed701c --subnet-id subnet-7405f010 --security-groups sg-ffafb98e |
kubernetes - How to update a container only? - Stack Overflow : http://stackoverflow.com/q/50348909 |