Topic 1 Question 178
A security engineer is designing a cloud architecture to support an application. The application runs on Amazon EC2 instances and processes sensitive information, including credit card numbers.
The application will send the credit card numbers to a component that is running in an isolated environment. The component will encrypt, store, and decrypt the numbers. The component then will issue tokens to replace the numbers in other parts of the application.
The component of the application that manages the tokenization process will be deployed on a separate set of EC2 instances. Other components of the application must not be able to store or access the credit card numbers.
Which solution will meet these requirements?
Use EC2 Dedicated Instances for the tokenization component of the application.
Place the EC2 instances that manage the tokenization process into a partition placement group.
Create a separate VPDeploy new EC2 instances into the separate VPC to support the data tokenization.
Deploy the tokenization code onto AWS Nitro Enclaves that are hosted on EC2 instances.
ユーザの投票
コメント(3)
Option D, deploying the tokenization component onto AWS Nitro Enclaves, is the best solution. Nitro Enclaves provide a highly secure, isolated environment that can handle the encryption, storage, and tokenization of sensitive information without exposing it to other parts of the application, meeting the requirements for both isolation and data security.
👍 1mikelord2024/10/02D. Deploy the tokenization code onto AWS Nitro Enclaves that are hosted on EC2 instances.
Explanation: AWS Nitro Enclaves provide isolated compute environments to process highly sensitive data, ensuring that other components cannot access the credit card numbers. Nitro Enclaves are specifically designed for secure processing of confidential information, making them ideal for tokenization tasks. https://aws.amazon.com/ec2/nitro/nitro-enclaves/
👍 1VPNalumni2024/10/11- 正解だと思う選択肢: D
The best solution to meet these requirements is:
D. Deploy the tokenization code onto AWS Nitro Enclaves that are hosted on EC2 instances.
AWS Nitro Enclaves provide an isolated environment that is ideal for processing sensitive data, such as credit card numbers. They offer strong security guarantees by isolating the tokenization process from other components of the application, ensuring that sensitive data is protected and inaccessible to unauthorized components
👍 1IPLogic2024/12/03
シャッフルモード