- Feb 17, 2021
-
-
Jared Kosanovic authored
To limit the amount of changes of each deployment, and make sure the AMI used in the LC is appropriate for the given region, I added it to a variable.
-
- Feb 16, 2021
-
-
Chelsea Gille authored
-
- Feb 11, 2021
-
-
Chelsea Gille authored
-
- Dec 22, 2020
-
-
Jared Kosanovic authored
-
Jared Kosanovic authored
-
- Mar 27, 2020
-
-
Nuwan Rajika Kumarasiri authored
Rename container hostname to be `ei.secureagent.doit.wisc.edu` across `test` and `prod` environments - WISCALERTS-27 This change was made to reduce the amount of changes that need to make when migrating artifacts from `test` to `prod` IICS.
-
- Mar 16, 2020
-
-
Nuwan Rajika Kumarasiri authored
* In order to increase disk space allocated for Docker container utilize Amazon Linux 2. By default Amazon Linux 2 uses `overlay2` storage driver, which gives the base storage size of the space left on the disk. * Removed SSM agent as it's shipped with all Amazon Linux 2 AMIs. * Utilized `SSM` param store for storing `IICS` user credentials. * Increased `EBS` volume size to allocate more disk space.
-
Nuwan Rajika Kumarasiri authored
* In order to increase disk space allocated for Docker container utilize Amazon Linux 2. By default Amazon Linux 2 uses `overlay2` storage driver, which gives the base storage size of the space left on the disk. * Removed SSM agent as it's shipped with all Amazon Linux 2 AMIs. * Utilized `SSM` param store for storing `IICS` user credentials. * Increased `EBS` volume size to allocate more disk space.
-
- Mar 12, 2020
-
-
Nuwan Rajika Kumarasiri authored
-
- Mar 11, 2020
-
-
Nuwan Rajika Kumarasiri authored
* Adjusted the instance to be a `t2.xlarge` since we are going to have more load. * Increased container memory to 15 GiB. * Increased EC2 instance's EBS root volume to 40 GB. * Re-named the profile to indicate the environment it's associated to.
-
- Mar 10, 2020
-
-
- Feb 24, 2020
-
-
Nuwan Rajika Kumarasiri authored
* Added a configurable hostname for container. * Now everything from agent's home is mounted into a EFS file system for persistence. * Added documentation on how to use this Secure Agent infra. * Extracted role and profile for prod environment
-
- Feb 18, 2020
-
-
Nuwan Rajika Kumarasiri authored
This volume will act as the persistence storage for Secure Agent's logs and configurations.
-
- Feb 06, 2020
-
-
Nuwan Rajika Kumarasiri authored
-
- Jan 30, 2020
-
-
Nuwan Rajika Kumarasiri authored
Image will be built and publish by the CI/CD process
-
- Jan 27, 2020
-
-
Nuwan Rajika Kumarasiri authored
Since our licensing restrict us from more than 1 instance of Secure Agent, before deploying a new instance existing instance need to be shutdown (after adjusting any resources that depends on that instance). Due to this reason terraform is not part of CI/CD.
-
Nuwan Rajika Kumarasiri authored
-