Skip to content

Commit

Permalink
Merge pull request #29 from cloudfoundry/imdsv2-for-windows-stemcells
Browse files Browse the repository at this point in the history
Enable IMDSv2 in AWS Windows stemcell
  • Loading branch information
jpalermo authored Apr 4, 2024
2 parents 77e6bf1 + c511de7 commit 12a2f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/BOSH.Agent/BOSH.Agent.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function Write-AgentConfig {
"URI" = "http://169.254.169.254"
"UserDataPath" = "/latest/user-data/"
"InstanceIDPath" = "/latest/meta-data/instance-id/"
"TokenPath" = "/latest/api/token"
})
"UseRegistry" = $true
}
Expand Down

0 comments on commit 12a2f08

Please sign in to comment.