sh 具有ip和区域标识符的AWS EC2实例的基本静态网站引导程序。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 具有ip和区域标识符的AWS EC2实例的基本静态网站引导程序。相关的知识,希望对你有一定的参考价值。

#!/bin/bash
yum update -y
yum install httpd -y
service httpd start
chkconfig httpd on
chmod -R u=rwx,g=rwx,o=rwx /var/www/html
dig +short myip.opendns.com @resolver1.opendns.com >> /var/www/html/server_details.txt
curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone |(.*\)[a-z]/\1/' >> /var/www/html/server_details.txt
curl https://gist.githubusercontent.com/davidteren/2a0ab3addf9fcdfb95682ab9ee57fd35/raw -o /var/www/html/index.html

以上是关于sh 具有ip和区域标识符的AWS EC2实例的基本静态网站引导程序。的主要内容,如果未能解决你的问题,请参考以下文章

如何获取特定区域中 EC2 实例的 IP 范围

无法从 ec2 实例访问我的路由 53 私有托管区域

如何在 AWS EC2 实例之间发送和接收数据?

Amzaon EC2虚拟化技术演进:从 Xen 到 Nitro

AWS EC2实例绑定多个弹性IP

sh AWS CLI:使用标记值描述EC2实例