issues
search
alphagov
/
cyber-security-windows-sandbox
Build a windows domain in AWS with terraform with a DC and WEC event forwarding.
MIT License
3
stars
0
forks
source link
Add a script to generate, store and retrieve a valid EC2 ssh key
#26
Closed
danjoneslf
closed
3 years ago
danjoneslf
commented
3 years ago
[x] Add create_keypair.sh script
[x] Add retrieve_keypair.sh script
[ ] ~Run in local exec~
(I decided not to do this because I couldn't get the
depends_on
to work properly so I've just put it in the pipeline)
[x] Store keypair in secretsmanager as version of existing secret (Secrets manager does not handle destroy/apply well)
[x] Test apply with the generated key
[x] Test destroy with the retrieved key
[x] Add an issue to manage the secret in the exec_roles terraform
(I decided not to do this because I couldn't get the
depends_on
to work properly so I've just put it in the pipeline)