Skip to content

Commit

Permalink
adding generated account numbers to ardm ced dev account
Browse files Browse the repository at this point in the history
  • Loading branch information
dwara001 committed Mar 20, 2026
2 parents 2cf8772 + 3e68912 commit 6df2c5f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aws/info/ACCOUNTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
14 changes: 14 additions & 0 deletions aws/whats-new/terraform-modules/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6df2c5f

Please sign in to comment.