Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharing some changes #8

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Sharing some changes #8

wants to merge 18 commits into from

Conversation

Tycale
Copy link

@Tycale Tycale commented Jul 5, 2023

Hi !

Thanks for your work on this project. I have taken the liberty to update it. Here are the modifications I made, which you might find useful:

  • The SSH key has been made optional
  • Ability to access the server through SSM
  • The init-cloud script now captures the Wireguard private key, preventing its exposure in the .tfstate file
  • The system is updated to the latest LTS Ubuntu
  • Opted for a more cost-effective AWS ARM64 (t4g) instance
  • Migrated from launch configuration (now deprecated) to launch template
  • Using templatefile instead of the now deprecated template hashicorp provider

Special thanks to @gustav-b for his valuable suggestions.

Tycale and others added 18 commits June 9, 2023 18:40
Signed-off-by: Thibault Gérondal <[email protected]>
Signed-off-by: Thibault Gérondal <[email protected]>
The t4g instance are cheaper

Signed-off-by: Thibault Gérondal <[email protected]>
Signed-off-by: Thibault Gérondal <[email protected]>
Signed-off-by: Thibault Gérondal <[email protected]>
Signed-off-by: Thibault Gérondal <[email protected]>
Ubunut 22.04 does not use eth0..n for its interfaces

Signed-off-by: Thibault Gérondal <[email protected]>
Signed-off-by: Thibault Gérondal <[email protected]>
Signed-off-by: Thibault Gérondal <[email protected]>
Signed-off-by: Thibault Gérondal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants