AWS CloudHSM Flashcards
When we use a CloudHSM what are we doing with the data?
- Minimizing physical access
- Minimizing logical access
- Providing
- -Confidentiality
- -Integetery
- -Availability
What is a CloudHSM?
Provides HSM as a service, you
I need a CloudHSM, what do I need to do?
- Create a CloudHSM cluster
- Select a VPC
- Create 3 subnets in VPC one in each AZ
Why would you need a CloudHSM over KMS?
You need an industry standard interface and libs, like,
- PKCS#11
- Java Crypto Extention (JCE)
- Microsoft CryptoNG
I have an application that requires the use of PKCS#11, what AWS service do I need?
CloudHSM,KMS does not support standard interface.
How is the HSM functionality put in you VPC subnets, is it a VM or something else?
Each CloudHSM in the cluster is exposed in the VPN subnet using an endpoint interface(ENI). There will be an endpoint interface in each of the three subnets in three separate AZ’s
What level of FIPS does CloudHSM support?
FIPS140-3
Does Wha have higher FIPS, KMS or CloudHSM, state levels?
CloudHSM = FIPS140-3 KMS = FIPS140-2
I want to use the CloudHSM from my on-prem over both VPN and Direct connect, is this possible and how?
Yes, as the CloudHSM is exposed as an ENI, you can access from on-prem network through VPN or DirectConnect.
Can I give AWS a physical cloud appliance and use it in my VPC?
No.
Is the CloudHSM highly available and why?
Yes, it is, it is provisioned as a cluster across three AZs in a VPC.
How is an AWS CloudHSM integrated into your VPC?
The AWS CloudHSM is delivered as an ENS in your subnet.
Is an HSM highly available by default?
No, you have to create a cluster across the AZs and each HSM hets delivered an ENI in you subnets.
What is the FIPS rating on KMS?
FIPS 140-3 (KMS is= 2)
I need Fips140-3 compliant HSM from an on-prem application, I already have DirectConenct in place, what option do I have and explain the architecture?
You can use DirectConnetc to access the AWS CloudHSM service, you will need to set up a VOPC and create a two-node CloudHSM cluster for high availability. This will place two HSM in two separate AZ and two ENIs are created, one in each of the VPC subnets in separate AZ. You will then use existing direct connect to access the Cloud HSM.