2016-07-15 86 views
0

这与我的previous question有关。基本上,概括地说:我ec2-import-instance生成一个没有公共IP的实例

1)设置一个流浪汉的ubuntu 14.04盒局部

2)打包的流浪实例成package.box以下these instructions

3)转换的package.box.vmdk文件使用this function

4)冉以下CLI命令:

ec2-import-instance tmpdir/box-disk1.vmdk -f VMDK -t t2.micro -a x86_64 -b <S3 Bucket> -o $AWS_ACCESS_KEY -w $AWS_SECRET_KEY -p Linux 

因为我怀疑问题是与cloud-init我读过的东西(但从来没有用过/不知道它做了什么),我试过以上两次:一旦与原始/etc/cloud/cloud.cfg文件,并再次与/etc/cloud/cloud.cfg文件,我发现here

基本上,我最终在AWS Console中看到的是一个没有公共IP地址的正在运行的实例。我将Elastic IP附加到实例,但由于某种原因,我无法ssh进入该IP地址 - 它表示port 22: Connection refused

我无所事事,因为这些实例在具有安全组的默认VPC中启动附加到它,允许从任何IP的所有端口和所有协议。顺便说一下:我对所有的AWS都很陌生,并没有真正了解我的方式,所以任何直接的指导将不胜感激。

原始/etc/cloud/cloud.cfg文件:

# The top level settings are used as module 
# and system configuration. 

# A set of users which may be applied and/or used by various modules 
# when a 'default' entry is found it will reference the 'default_user' 
# from the distro configuration specified below 
users: 
    - default 

# If this is set, 'root' will not be able to ssh in and they 
# will get a message to login instead as the above $user (ubuntu) 
disable_root: true 

# This will cause the set+update hostname module to not operate (if true) 
preserve_hostname: false 

# Example datasource config 
# datasource: 
# Ec2: 
#  metadata_urls: [ 'blah.com' ] 
#  timeout: 5 # (defaults to 50 seconds) 
#  max_wait: 10 # (defaults to 120 seconds) 

# The modules that run in the 'init' stage 
cloud_init_modules: 
- migrator 
- seed_random 
- bootcmd 
- write-files 
- growpart 
- resizefs 
- set_hostname 
- update_hostname 
- update_etc_hosts 
- ca-certs 
- rsyslog 
- users-groups 
- ssh 

# The modules that run in the 'config' stage 
cloud_config_modules: 
# Emit the cloud config ready event 
# this can be used by upstart jobs for 'start on cloud-config'. 
- emit_upstart 
- disk_setup 
- mounts 
- ssh-import-id 
- locale 
- set-passwords 
- grub-dpkg 
- apt-pipelining 
- apt-configure 
- package-update-upgrade-install 
- landscape 
- timezone 
- puppet 
- chef 
- salt-minion 
- mcollective 
- disable-ec2-metadata 
- runcmd 
- byobu 

# The modules that run in the 'final' stage 
cloud_final_modules: 
- rightscale_userdata 
- scripts-vendor 
- scripts-per-once 
- scripts-per-boot 
- scripts-per-instance 
- scripts-user 
- ssh-authkey-fingerprints 
- keys-to-console 
- phone-home 
- final-message 
- power-state-change 

# System and/or distro specific settings 
# (not accessible to handlers/transforms) 
system_info: 
    # This will affect which distro class gets used 
    distro: ubuntu 
    # Default user name + that default users groups (if added/used) 
    default_user: 
    name: ubuntu 
    lock_passwd: True 
    gecos: Ubuntu 
    groups: [adm, audio, cdrom, dialout, dip, floppy, netdev, plugdev, sudo, video] 
    sudo: ["ALL=(ALL) NOPASSWD:ALL"] 
    shell: /bin/bash 
    # Other config here will be given to the distro class and/or path classes 
    paths: 
     cloud_dir: /var/lib/cloud/ 
     templates_dir: /etc/cloud/templates/ 
     upstart_dir: /etc/init/ 
    package_mirrors: 
    - arches: [i386, amd64] 
     failsafe: 
     primary: http://archive.ubuntu.com/ubuntu 
     security: http://security.ubuntu.com/ubuntu 
     search: 
     primary: 
      - http://%(ec2_region)s.ec2.archive.ubuntu.com/ubuntu/ 
      - http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/ 
      - http://%(region)s.clouds.archive.ubuntu.com/ubuntu/ 
     security: [] 
    - arches: [armhf, armel, default] 
     failsafe: 
     primary: http://ports.ubuntu.com/ubuntu-ports 
     security: http://ports.ubuntu.com/ubuntu-ports 
    ssh_svcname: ssh 

第二次尝试/etc/cloud/cloud.cfg文件:

users: 
- default 
disable_root: 1 
ssh_pwauth: 0 
locale_configfile: /etc/sysconfig/i18n 
mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2'] 
resize_rootfs_tmp: /dev 
ssh_deletekeys: 0 
ssh_genkeytypes: ~ 
syslog_fix_perms: ~ 
cloud_init_modules: 
- bootcmd 
- write-files 
- resizefs 
- set_hostname 
- update_hostname 
- update_etc_hosts 
- rsyslog 
- users-groups 
- ssh 
cloud_config_modules: 
- mounts 
- locale 
- set-passwords 
- timezone 
- runcmd 
cloud_final_modules: 
- scripts-per-once 
- scripts-per-boot 
- scripts-per-instance 
- scripts-user 
- ssh-authkey-fingerprints 
- keys-to-console 
- final-message 
system_info: 
    distro: rhel 
    default_user: 
    name: ec2-user 
    paths: 
    cloud_dir: /var/lib/cloud 
    templates_dir: /etc/cloud/templates 
    ssh_svcname: sshd 
EOF 
+0

你能检查你的实例创建的子网设置吗?你在这个截图中看到IGW吗? https://www.dropbox.com/s/9sn6y9o5jl7hg6h/SCSH.png?dl=0 – error2007s

+0

是的,我明白了(这是我拥有的唯一子网):http://i.imgur.com/aQqtKQZh.jpg –

+0

你用什么命令和密钥ssh进入实例? – error2007s

回答

1

发生这种情况,因为当你从本地转移的实例AWS有与之关联没有任何PEM关键由于你无法SSH的实例。

在您拍摄实例的图像并使用关联的密钥重新启动实例后,您可以将SSH连接到实例中。

相关问题