1.0 Enroll a Compute Node Using Nitro on Amazon Linux
This article describes how to enroll a compute node using AWS Nitro on Amazon Linux.
1.1 Setting up the Environment
Create a new VM:
Log in to Amazon Web Service (AWS). Click EC2 → Instances → Launch Instances, and enter the name and tags for your VM.
Select Amazon Linux 2023 AMI Machine Image (AMI).
Figure 2: Select AMI
Select Instance Type: Choose an adequate instance. The c5a.xlarge type is the minimum option that supports Nitro enclaves (see https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html#nitro-enclave-reqs)
Figure 3: Add Instance Type
Create a new Key pair. This provides the private key to securely connect to the VM.
Figure 4: Configure a Key Pair
Configure the required storage size. The default storage size is 8 GB. Increase the storage to a reasonable value if required.
Figure 5: Configure Storage
Expand the Advanced Details section. Select Enable under Nitro Enclave info.
Figure 6: Configure Nitro Enclave
Configure the rest of the parameters as needed and launch the enclave.
Install Nitro Driver and Utilities: To achieve this, follow the instructions under Amazon Linux 2023 in Installing the Nitro Enclaves CLI on Linux.
NOTE
The number of vCPUs and memory to pre-allocate are defined in the allocator service configuration file (
/etc/nitro_enclaves/allocator.yaml
).
1.2 Install Nitro Node Agent
Obtain the join token from Fortanix CCM. To generate your Join Token, log in to https://ccm.fortanix.com/.
Click the Infrastructure → Compute Nodes menu item, and click +ENROLL NODE on the Compute Nodes page.
In the ENROLL NODE window, a Join Token will be generated in the text box for "Get a join token to register a compute node". This Join Token is used by the compute node to authenticate itself.
Figure 7: Copy Join Token
Click COPY to copy the Join Token.
Download the Amazon Nitro node agent installer.
Extract the contents of the package and open the folder.
Open the readme file which contains the steps to enroll the compute node in Fortanix CCM.
To enroll the compute node:
Copy the file
installer.sh
to your VM.Run the
installer.sh
with the join token copied in Step 3 . This will enroll the compute node in Fortanix CCM.sudo bash ./installer.sh <join-token>
After the compute node is enrolled in Fortanix CCM, you will see it under the Compute Nodes overview table.
Figure 8: Node enrolled
Debug:
To view the logs, run the following command:
journalctl -xe | grep em-agent
To view the status, run the following command or directly check the
syslog
:systemctl status em-agent-nitro