cloudformationテンプレートにEFSボリュームIDを渡すとき、私はトラブルこれが動作しない理由を考え出すを抱えている:私はエラーを取得するEFS FileSystem IDをクラウドフォーメーションテンプレートに正しく渡す方法は?
Parameters:
EFSFileSystem:
Description: EFS file system to mount
Type: AWS::EFS::FileSystem
:
Parameters:
EFSFileSystem:
Description: EFS file system to mount
Type: AWS::EFS::FileSystem::Id
と、これはどちらか動作しません。 :
parameter type AWS::EFS::FileSystem::Id for parameter name EFSFileSystem does not exist
これはIDを通過し(FS-XXXXXXX):
Parameters:
EFSFileSystem:
Description: EFS file system to mount
Type: String
タイプをAWS :: EFS :: FileSystem :: Idに設定しないでください。