728x90 script1 Security Groups, Bootstrap Scripts ▶ Security Groups Security groups are virtual firewalls for your EC2 instance. By default, everything is blocked. ▶ Bootstrap Scripts A script that runs when the instance first runs. #!/bin/bash yum install httpd -y #installs apache yum service httpd start #starts apache Adding these tasks at boot time adds to the amount of time it takes to boot the instance. However, it allows you to automate t.. 2023. 7. 28. 이전 1 다음 728x90