Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services AWS EFS从简单http url访问文件_Amazon Web Services_Http_Amazon Elastic Beanstalk_Storage_Amazon Efs - Fatal编程技术网

Amazon web services AWS EFS从简单http url访问文件

Amazon web services AWS EFS从简单http url访问文件,amazon-web-services,http,amazon-elastic-beanstalk,storage,amazon-efs,Amazon Web Services,Http,Amazon Elastic Beanstalk,Storage,Amazon Efs,我使用的是AWS elastic beanstalk,我已将EFS目录装载到实例中。 现在我想访问EFS dir图像中的文件,以便在web中显示图像 我试过什么 通过efs dns访问它: http://fs-.efs.eu-central-1.amazonaws.com/ 使用elastic beanstalk的公共dns和负载平衡器访问它 在所有的情况下,我都看不到想要的图片-这个网站无法访问。 我试图更改安全组并打开EFS和EC2的所有入站规则,但这没有帮助 如何从简单http url访问

我使用的是AWS elastic beanstalk,我已将EFS目录装载到实例中。 现在我想访问EFS dir图像中的文件,以便在web中显示图像

我试过什么

通过efs dns访问它: http://fs-.efs.eu-central-1.amazonaws.com/

使用elastic beanstalk的公共dns和负载平衡器访问它

在所有的情况下,我都看不到想要的图片-这个网站无法访问。 我试图更改安全组并打开EFS和EC2的所有入站规则,但这没有帮助


如何从简单http url访问位于EFS中的图像?

您是否检查过任何EB日志中的错误消息?