Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 371 discussion

A company needs to create an Amazon Elastic Kubernetes Service (Amazon EKS) cluster to host a digital media streaming application. The EKS cluster will use a managed node group that is backed by Amazon Elastic Block Store (Amazon EBS) volumes for storage. The company must encrypt all data at rest by using a customer managed key that is stored in AWS Key Management Service (AWS KMS).

Which combination of actions will meet this requirement with the LEAST operational overhead? (Choose two.)

  • A. Use a Kubernetes plugin that uses the customer managed key to perform data encryption.
  • B. After creation of the EKS cluster, locate the EBS volumes. Enable encryption by using the customer managed key.
  • C. Enable EBS encryption by default in the AWS Region where the EKS cluster will be created. Select the customer managed key as the default key.
  • D. Create the EKS cluster. Create an IAM role that has a policy that grants permission to the customer managed key. Associate the role with the EKS cluster.
  • E. Store the customer managed key as a Kubernetes secret in the EKS cluster. Use the customer managed key to encrypt the EBS volumes.
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
asoli
Highly Voted 1 year, 8 months ago
Selected Answer: CD
https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html#:~:text=encrypted%20Amazon%20EBS%20volumes%20without%20using%20a%20launch%20template%2C%20encrypt%20all%20new%20Amazon%20EBS%20volumes%20created%20in%20your%20account.
upvoted 16 times
bujuman
8 months ago
If you want to encrypt Amazon EBS volumes for your nodes, you can deploy the nodes using a launch template. To deploy managed nodes with encrypted Amazon EBS volumes without using a launch template, encrypt all new Amazon EBS volumes created in your account. For more information, see Encryption by default in the Amazon EC2 User Guide for Linux Instances.
upvoted 3 times
...
...
imvb88
Highly Voted 1 year, 7 months ago
Selected Answer: BD
Quickly rule out A (which plugin? > overhead) and E because of bad practice Among B,C,D: B and C are functionally similar > choice must be between B or C, D is fixed Between B and C: C is out since it set default for all EBS volume in the region, which is more than required and even wrong, say what if other EBS volumes of other applications in the region have different requirement?
upvoted 12 times
NSA_Poker
5 months, 3 weeks ago
(C) is correct; the EBS volumes of other applications in the region will not be affected bc an IAM role will limit the encryption key to the EKS cluster.
upvoted 2 times
...
...
babayomi
Most Recent 3 weeks, 6 days ago
CD This options are wrongly stated in my understanding. B is wrong because you can not encrypt an unencrypted created ebs volume. You need to take a snapshot of the volume, encrypt the snapshot ,creat new ebs volume from snapshot. You can also enable encryption during creation. So the statement is wrong. The next available option can only be C, except that in that account all ebs volumes created would be encrypted, this is also questionable. Because if another person create a new ebs volumes it's automatically encrypted.
upvoted 2 times
...
scaredSquirrel
3 months ago
Selected Answer: CD
A and E are obvious nos. D is a shoo-in. The difference between B&C is basicually EBS encrption by default vs encrption. Encryption by default is by region, and encrypt everything in that region going forward, versus simple encryption is volume by volume, C is less operational overhead. Check doc & chatGPT.
upvoted 2 times
...
jjcode
9 months ago
this one is going on my skip list
upvoted 7 times
Mahmouddddddddd
8 months ago
Don't it came for me in my exam today xd
upvoted 4 times
...
...
jaswantn
9 months, 2 weeks ago
If question is giving a requirement related to a particular case and asking to encrypt all data at rest; it is clear that encryption is for this case only and not for other projects in entire region. so option B is more appropriate along with option D.
upvoted 2 times
...
frmrkc
9 months, 3 weeks ago
Selected Answer: CD
It says: 'The company must encrypt ALL data at rest', so there is nothing wrong with 'enabling EBS encryption by default' . C & D
upvoted 4 times
...
upliftinghut
10 months, 2 weeks ago
Selected Answer: BD
B&D are correct. C is wrong because when you turn on encryption by defaul, AWS uses its own key while the requirement is using Customer key. Detail is here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default
upvoted 3 times
...
pentium75
10 months, 3 weeks ago
Selected Answer: BD
Not A (avoid 3rd party plugins when there are native services) Not C ("encryption by default" would impact other services) Not E (Keys belong in KMS, not in EKS cluster)
upvoted 3 times
awsgeek75
10 months, 3 weeks ago
"The company must encrypt all data at rest by using a customer managed key that is stored in AWS Key Management Service (AWS KMS)." I am just a bit concerned that the question does not put any limits on not encrypting all the EBS by default in the account. Both B and C can work. C is a hack but it is definitely LEAST operational overhead. Also, we don't know if there are other services or not that may be impacted. What do you think?
upvoted 2 times
...
...
Marco_St
11 months, 1 week ago
Selected Answer: CD
EBS encryption is set regionally. AWS account is global but it does not mean EBS encryption is enable by default at account level. default EBS encryption is a regional setting within your AWS account. Enabling it in a specific region ensures that all new EBS volumes created in that region are encrypted by default, using either the default AWS managed key or a customer managed key that you specify.
upvoted 2 times
pentium75
10 months, 3 weeks ago
"Enabling it in a specific region ensures that all new EBS volumes created in that region are encrypted by default" which is not what we want. We want to encrypt the EBS volumes used by this EKS cluster, NOT "all new EBS volumes created in that region."
upvoted 2 times
...
...
maudsha
1 year ago
Selected Answer: CD
IF you need to encrypt an unencrypted volume, • Create an EBS snapshot of the volume • Encrypt the EBS snapshot ( using copy ) • Create new EBS volume from the snapshot ( the volume will also be encrypted ) so it has an operational overhead. So assuming they won't use this account for anything else we can use C. Enable EBS encryption by default in the AWS Region where the EKS cluster will be created. Select the customer managed key as the default key.
upvoted 1 times
pentium75
10 months, 3 weeks ago
"Assuming they won't use this account for anything else" how could we assume that?
upvoted 2 times
...
...
TariqKipkemei
1 year, 1 month ago
Selected Answer: CD
Option D is required wither way. Technically both option B and C would work, but with B you would have to enable encryption node by node, while with option C provides a onetime action of enabling encryption on all nodes. The requirement is the option with LEAST operational overhead.
upvoted 3 times
pentium75
10 months, 3 weeks ago
B created some deployment work, but NOT "operational (!) overhead" once it's deployed. C enables encryption by default for all new EBS volumes which is not what we want.
upvoted 2 times
...
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: CD
These options allow EBS encryption with the customer managed KMS key with minimal operational overhead: C) Setting the KMS key as the regional EBS encryption default automatically encrypts new EKS node EBS volumes. D) The IAM role grants the EKS nodes access to use the key for encryption/decryption operations.
upvoted 1 times
...
jaydesai8
1 year, 4 months ago
Selected Answer: CD
C - enable EBS encryption by default in a region -https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html D - Provides key access permission just to the EKS cluster without changing broader IAM permissions
upvoted 1 times
pentium75
10 months, 3 weeks ago
We're not asked to enable EBS encryption by default.
upvoted 2 times
...
...
pedroso
1 year, 5 months ago
Selected Answer: BD
I was in doubt between B and C. You can't "Enable EBS encryption by default in the AWS Region". Enable EBS encryption by default is only possible at Account level, not Region. B is the right option once you can enable encryption on the EBS volume with KMS and custom KMS.
upvoted 2 times
antropaws
1 year, 5 months ago
Not accurate: "Encryption by default is a Region-specific setting": https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default
upvoted 4 times
pentium75
10 months, 3 weeks ago
Still C is wrong because "encryption by default" is not what we want.
upvoted 2 times
...
...
...
jayce5
1 year, 5 months ago
Selected Answer: CD
It's C and D. I tried it in my AWS console. C seems to have fewer operations ahead compared to B.
upvoted 5 times
...
nauman001
1 year, 6 months ago
B and C. Unless the key policy explicitly allows it, you cannot use IAM policies to allow access to a KMS key. Without permission from the key policy, IAM policies that allow permissions have no effect.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...