Prerequisites (quick check)
• You already have a CodeCommit repo containing: index.html, buildspec.yml, appspec.yml, and any scripts/ (e.g., scripts/restart_nginx.sh).
• An EC2 instance running (Amazon Linux 2 recommended), with nginx installed and CodeDeploy agent installed & running on it. If the agent is not installed, follow the...