attack_range
attack_range copied to clipboard
Update configuration.py
Update key creation as AWS no longer allows ed25519 for windows AMIs.
│ Error: creating EC2 Instance: Unsupported: ED25519 key pairs are not supported with Windows AMIs. Choose a different key pair type and try again. │ status code: 400, request id: 4677fe72-5c49-4702-9490-351dc13bfcbc │
│ with module.windows-server.aws_instance.windows_server[0],
│ on modules/windows/resources.tf line 33, in resource "aws_instance" "windows_server":
│ 33: resource "aws_instance" "windows_server" {
│
Tested the change and it does work to get windows AMIs working again
AWS docs on requirements: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html
Thank you for your contribution. I didn't see your PR and created the same PR. Therefore I need to close it. Thank you so much.