You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current dependency is on the aws module version 3.21, which is just one version shy of the newly added support for Nitro Enclaves announced at AWS re:Invent. In order to support Nitro enclaves, a worker node must be launched with the required flag "--enclave-options 'Enabled=true'". This appears to be supported in aws module 3.22 as seen here in the docs: https://registry.terraform.io/providers/hashicorp/aws/3.22.0/docs/resources/launch_template#enclave_options
If this is a bug, how to reproduce? Please include a code sample if relevant.
Nitro Enclave device driver location on a freshly launched EC2 instance using the latest Amazon Linux 2 ami's:
ls -l /usr/lib/modules/$(uname -r)/kernel/drivers/virt/nitro_enclaves/nitro_enclaves.ko
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I have issues
I'm submitting a...
What is the current behavior?
The current dependency is on the aws module version 3.21, which is just one version shy of the newly added support for Nitro Enclaves announced at AWS re:Invent. In order to support Nitro enclaves, a worker node must be launched with the required flag "--enclave-options 'Enabled=true'". This appears to be supported in aws module 3.22 as seen here in the docs:
https://registry.terraform.io/providers/hashicorp/aws/3.22.0/docs/resources/launch_template#enclave_options
If this is a bug, how to reproduce? Please include a code sample if relevant.
Nitro Enclave device driver location on a freshly launched EC2 instance using the latest Amazon Linux 2 ami's:
ls -l /usr/lib/modules/$(uname -r)/kernel/drivers/virt/nitro_enclaves/nitro_enclaves.ko
To see if the devices are loaded:
To test further with the Nitro-CLI:
If the status reports successful, you are good to go
Any other relevant info
I'm attempting some changes that might work, will include a reference to this issue if successful
Thanks for all the work you do! We appreciate it.
FYI @spkane @akhilles
The text was updated successfully, but these errors were encountered: