constellation/cli/internal/cloudcmd
Nils Hanke 04c4cff9f6
AB#2436: Initial support for create/terminate AWS NitroTPM instances
* Add .DS_Store to .gitignore

* Add AWS to config / supported instance types

* Move AWS terraform skeleton to cli/internal/terraform

* Move currently unused IAM to hack/terraform/aws

* Print supported AWS instance types when AWS dev flag is set

* Block everything aTLS related (e.g. init, verify) until AWS attestation is available

* Create/Terminate AWS dev cluster when dev flag is set

* Restrict Nitro instances to NitroTPM supported specifically

* Pin zone for subnets

This is not great for HA, but for now we need to avoid the two subnets
ending up in different zones, causing the load balancer to not be able
to connect to the targets.

Should be replaced later with a better implementation that just uses
multiple subnets within the same region dynamically
based on # of nodes or similar.

* Add AWS/GCP to Terraform TestLoader unit test

* Add uid tag and create log group

Co-authored-by: Daniel Weiße <dw@edgeless.systems>
Co-authored-by: Malte Poll <mp@edgeless.systems>
2022-10-21 12:24:18 +02:00
..
clients_test.go Remove state file 2022-10-13 15:29:29 +02:00
clients.go Remove state file 2022-10-13 15:29:29 +02:00
create_test.go Normalize URIs for azurerm Terraform provider 2022-10-13 15:29:29 +02:00
create.go AB#2436: Initial support for create/terminate AWS NitroTPM instances 2022-10-21 12:24:18 +02:00
rollback.go Use Terraform for create Azure 2022-10-13 15:29:29 +02:00
terminate_test.go Remove state file 2022-10-13 15:29:29 +02:00
terminate.go Remove state file 2022-10-13 15:29:29 +02:00
upgrade_test.go Upgrade go module to v2 2022-09-22 09:10:19 +02:00
upgrade.go Remove all traces of CoreOS from the codebase 2022-10-21 11:04:25 +02:00
validators_test.go Move PCR indices for owner ID and cluster ID 2022-10-21 11:04:25 +02:00
validators.go AB#2436: Initial support for create/terminate AWS NitroTPM instances 2022-10-21 12:24:18 +02:00