dms1981

Results 83 comments of dms1981

This story is to research any things we can do to assist Jeremy in migrating resources out of the legacy Performance Hub accounts so that we can close them down...

As discussed here - https://mojdt.slack.com/archives/C032BQQHJE5/p1659700192435099 This ticket probably isn't in a state to get started yet; it looks like it's in need of information.

Expect to get an update on Tuesday.

We'll want to review our documentation once OIDC is in use - https://user-guide.modernisation-platform.service.justice.gov.uk/user-guide/deploying-your-application.html makes reference to using AWS credentials

This looks to only be partially available through Terraform. I can see that it's possible to create a Networkmanager site through terraform, but I don't see a way to onboard...

As part of this, we should consider the configuration we have in place for logging.

This one is likely to be quite complicated to implement. If we're talking about a situation where Route53 goes down, the impact of that to other AWS services would be...

Closed this as implemented by @Kudzai-moj

We're also seeing this with Terraform `1.7.1`.

This can be done without too much difficulty on EC2 instances like so: ``` resource "aws_instance" "this" { ... metadata_options { http_tokens = "required" } } ```