attack_range icon indicating copy to clipboard operation
attack_range copied to clipboard

Update configuration.py

Open justsean9 opened this issue 1 year ago • 2 comments

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" {
│

justsean9 avatar Jun 28 '24 15:06 justsean9

Tested the change and it does work to get windows AMIs working again

justsean9 avatar Jun 28 '24 15:06 justsean9

AWS docs on requirements: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html

justsean9 avatar Jun 28 '24 15:06 justsean9

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.

P4T12ICK avatar Jul 02 '24 08:07 P4T12ICK