--- tags: AWSCICD --- # AWS ECS ## EC2 URL RDP info   ## Change setting for download chrome  ## Allow access for local user  ## Install chrome with powershell 2. Paste the following code in powershell `$LocalTempDir = $env:TEMP; $ChromeInstaller = "ChromeInstaller.exe"; (new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', "$LocalTempDir\$ChromeInstaller"); & "$LocalTempDir\$ChromeInstaller" /silent /install; $Process2Monitor = "ChromeInstaller"; Do { $ProcessesFound = Get-Process | ?{$Process2Monitor -contains $_.Name} | Select-Object -ExpandProperty Name; If ($ProcessesFound) { "Still running: $($ProcessesFound -join ', ')" | Write-Host; Start-Sleep -Seconds 2 } else { rm "$LocalTempDir\$ChromeInstaller" -ErrorAction SilentlyContinue -Verbose } } Until (!$ProcessesFound)` ## [Disable NLA](https://www.anyviewer.com/how-to/disable-network-level-authentication-2578.html)  ## EC2 MY ## domain ec2-54-238-245-107.ap-northeast-1.compute.amazonaws.com ## EC2 TW ## domain ec2-3-112-203-119.ap-northeast-1.compute.amazonaws.com
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up