We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8485c0 commit 2b1e371Copy full SHA for 2b1e371
terraform/account-wide-infrastructure/modules/ec2/scripts/user_data.tpl
@@ -1,8 +1,6 @@
1
2
3
<powershell>
4
-C:\ProgramData\Amazon\EC2-Windows\Launch\Scripts\InitializeInstance.ps1
5
-
6
Install-WindowsFeature -name Web-Server -IncludeManagementTools
7
8
$instanceId = (Invoke-WebRequest -Uri http://169.254.169.254/latest/meta-data/instance-id -UseBasicParsing).content
0 commit comments