Articles → AWS → Bootstrap Script In AWS
Bootstrap Script In AWS
Purpose
Prerequisite Knowledge
Bootstrap In Action
<powershell>
Install-WindowsFeature -name Web-Server -IncludeManagementTools
New-Item -Path C:\inetpub\wwwroot\index.html -ItemType File -Value "KTExperts is a knowledge Sharing Platform" -Force
</powershell>
Click to Enlarge
Click to Enlarge