We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we include enclave option for aws provider when create ec2 instances for peed pod? The option can only be configured when launch a new instance.
aws cli: aws ec2 run-instances --image-id ami- --count 1 --instance-type c5.2xlarge --key-name dev_nitro.pem --region us-east-1 --enclave-options 'Enabled=true' --subnet-id
The text was updated successfully, but these errors were encountered:
Can we include enclave option for aws provider when create ec2 instances for peed pod? The option can only be configured when launch a new instance. aws cli: aws ec2 run-instances --image-id ami- --count 1 --instance-type c5.2xlarge --key-name dev_nitro.pem --region us-east-1 --enclave-options 'Enabled=true' --subnet-id
@gaussye how do you plan to use nitro enclave with peer-pods ?
Sorry, something went wrong.
@bpradipt We are still in the POC phase. If everything goes well, we may start the testing on enclave instance in Jan 2025.
No branches or pull requests
Can we include enclave option for aws provider when create ec2 instances for peed pod? The option can only be configured when launch a new instance.
aws cli:
aws ec2 run-instances --image-id ami- --count 1 --instance-type c5.2xlarge --key-name dev_nitro.pem --region us-east-1 --enclave-options 'Enabled=true' --subnet-id
The text was updated successfully, but these errors were encountered: