diff --git a/aws/info/ACCOUNTS.md b/aws/info/ACCOUNTS.md index f92a9775..f84b2baf 100644 --- a/aws/info/ACCOUNTS.md +++ b/aws/info/ACCOUNTS.md @@ -367,8 +367,13 @@ | 582222802695 | adsd-chris-nonprod-gov | ADSD CHRIS GovCloud NonProd | AWS GovCloud | | 413545130696 | adsd-chris-prod-ew | ADSD CHRIS EW Prod | AWS East/West | csvd.aws+adsd-chris-prod-ew@census.gov | | 582225653812 | adsd-chris-prod-gov | ADSD CHRIS GovCloud Prod | AWS GovCloud | +<<<<<<< HEAD | 310567230128 | adrm-ced-dev-ew | ADRM CED EW Dev | AWS East/West | csvd.aws+adrm-ced-dev-ew@census.gov | | 591836001390 | adrm-ced-dev-gov | ADRM CED GovCloud dev | AWS GovCloud | +======= +| | adrm-ced-dev-ew | ADRM CED EW Dev | AWS East/West | csvd.aws+adrm-ced-dev-ew@census.gov | +| | adrm-ced-dev-gov | ADRM CED GovCloud dev | AWS GovCloud | +>>>>>>> 3e68912629f31fffacce4dea424f042b0f583f2e # Decomissioned AWS Accounts @@ -1009,7 +1014,10 @@ * CRF # 647 * Jira # CSVDIES-9321 * creating account for adrm-ced-dev-{ew,gov} +<<<<<<< HEAD * 2026-03-20 * CRF # 647 * Jira # CSVDIES-9321 * Adding account numbers for adrm-ced-dev-{ew,gov} +======= +>>>>>>> 3e68912629f31fffacce4dea424f042b0f583f2e diff --git a/aws/whats-new/terraform-modules/README.md b/aws/whats-new/terraform-modules/README.md index 82b8e4b3..ae4f4c47 100644 --- a/aws/whats-new/terraform-modules/README.md +++ b/aws/whats-new/terraform-modules/README.md @@ -1,5 +1,19 @@ # What's New with [Terraform Modules](https://github.e.it.census.gov/terraform-modules/) +## 2026-03-19: [aws-common-security-groups//it-windows-base](https://github.e.it.census.gov/terraform-modules/aws-common-security-groups/tree/2.11.0/it-windows-base) + +This changes refactors the `it-windows-base` security group to use a YAML file (within the module) which sets up the appropriate +security group rules. This changes from using specific IP blocks to using Prefix Lists defined in the central network account, so that we may +more easily adapt to IP changes for services. + +To apply first time, no changes neede to be made. On an update (terraform init -upgrade), it will fail, as all of the rules are added not through +dynamic blocks but through the security group rule resource. We will have a script and instructions on how to proceed with this. + +* 2.11.0 -- 2026-03-19 + - it-windows-base + - refactor to use prefix lists and a YAML file + - remove obsolete servicenow scan rules + ## 2026-03-13: [aws-sso//policies/sc-readonly](https://github.e.it.census.gov/terraform-modules/aws-sso/tree/1.6.0/policies/sc-readonly) This change moves the `sc-readonly` permissionset into a module, so we can change in one place for all organizations.