--- tags: AWSCICD --- # AWS ECS ## EC2 URL RDP info ![](https://i.imgur.com/Rlw8pyN.png) ![](https://i.imgur.com/yWL8iVj.png) ## Change setting for download chrome ![](https://i.imgur.com/USO5vz3.png) ## Allow access for local user ![](https://i.imgur.com/OpN2pDt.png) ## 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) ![](https://i.imgur.com/jmdFXaM.png) ## 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