- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 105字
- 2021-07-02 19:41:31
How it works...
We have seen that the Network ACL with VPC and subnet allows all traffic. In the security group of the instance, we have opened HTTP protocol on port 80 for all incoming traffic. Internet Gateway is attached to the subnet in which we created the instance. During instance creation we have installed Apache, PHP and MySQL to host a website with page phpinfo.php. As we have enabled IPv4 and IPv6 in VPC, subnet and EC2, the EC2 instance has assigned those. So, after EC2 creation, we can access the website using the URL. The DNS name is resolved by AWS Route 53.
推薦閱讀
- Extending Jenkins
- Modular Programming with Python
- Building a Game with Unity and Blender
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Learning Zurb Foundation
- Python機器學習算法: 原理、實現與案例
- HTML5秘籍(第2版)
- Unity 2018 Shaders and Effects Cookbook
- 輕松上手2D游戲開發:Unity入門
- 大話Java:程序設計從入門到精通
- Scala編程(第5版)
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- BeagleBone Robotic Projects(Second Edition)
- PHP與MySQL權威指南
- 高質量程序設計指南:C++/C語言