我有两个EC2实例,它们都位于同一个公共子网中,并且都位于相同的可用性区域。
我希望其中一个实例能够通过SSH访问另一个实例。
以下是我到目前为止配置的安全组:
实例#1: Web
allow_http inbound and outbound port 80 0.0.0.0/0
allow_https inbound and outbound port 443 0.0.0.0/0
allow_internal_ssh inbound and outbound port 22 allow_internal_ssh (self)
实例#2: SSH仅限
allow_ss
我刚刚使用这里提供的说明在一个亚马逊实例上安装了Drupal8.1.3。
我可以通过SSH (控制台)成功地连接到我的实例。
然而,当我尝试浏览我的公共DNS时,我得到:
This site can’t be reached
ec2-54-187-215-79.us-west-2.compute.amazonaws.com took too long to respond.
这是我第一次执行这个安装。
我做了一个DNS检查,上面写着:Delegation not found at parent
我想知道这是否与Drupal相关的问题。我怎么才能解决这个问题?
尝试启动使用EFS卷的Fargate任务。
当从ECS控制台启动任务时,我会得到以下错误:
ResourceInitializationError: failed to invoke EFS utils commands to set up EFS volumes: stderr: Failed to resolve "fs-019a4b2d1774c5586.efs.eu-west-1.amazonaws.com" - check that your file system ID is correct, and ensure that the VPC has an EFS m
对于我的ec2服务器上的安全组(ubuntu12.04),我只打开了tcp端口80和22。我能够从浏览器和ssh访问我的网站到服务器。
然后我从安全组中删除端口80并保存。我再也不能从妓院访问我的网站了。
但是,当我运行此命令时
nmap -p 80 127.0.0.1
Starting Nmap 5.21 ( http://nmap.org ) at 2012-09-23 04:29 UTC
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000067s latency).
PORT STATE SERVICE
80/t