Tag: EC2
-
AWS Installing AWS Inspector Agent on Windows EC2 Instance
Hi everyone, Just a quick post on installing the AWS Inspector Agent on a Windows EC2 instance. Open PowerShell and run the following command: (new-object System.Net.WebClient).DownloadFile(‘https://inspector-agent.amazonaws.com/windows/installer/latest/AWSAgentInstall.exe’,’C:UsersAdministratorDesktopAWSAgentInstall.exe’) On your desktop, right click on AWSAgentInstall.exe and select run as administrator. Follow the prompts. Go to run, and execute services.msc. You should now see the Amazon SSM Agent:…
-
AWS EC2 Elastic Beanstalk Going to Sleep – .Net/Windows/MSSQL Server Express
Hi everyone, I’ve been having a bit of an issue with my AWS app going to sleep and taking a long time to handle initial requests. I’m using .NET with Elastic Beanstalk on a T2 Micro Instance and MSSQL Server Express on RDS. My FrontEnd is a static ReactJS app that sits in S3 behind…