Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Developer Associate Set 5, Question 27 & 60

  • Set 5, Question 27 & 60

  • tyzh

    Member
    December 28, 2022 at 8:41 pm

    27: Easiest way to encrypt S3-IA and rotate key every 365 days.

    Wouldn’t AWS owned key is a better choice because “AWS KMS automatically rotates AWS managed keys every year (approximately 365 days).”, and free 🤑

    60: Reduce lambda cold start time

    Why is increase memory allocation is the answer? Reference also seem pointing to provisioned concurrency.

    • This discussion was modified 1 year, 3 months ago by  tyzh.
  • Carlo-TutorialsDojo

    Administrator
    December 29, 2022 at 1:00 am

    Hello tyzh,

    Thanks for your feedback.

    Could you post a snippet for each question so I can look them up?

    Regards,

    Carlo @ Tutorials Dojo

  • Davidcg

    Member
    June 10, 2023 at 4:02 am

    for #27. AWS owned in this context refers to SSE:S3 which does is not rotated every 365 days.
    I’d refer to this link here: https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html

    for #60. When you allocate additional memory, the compute power is also upgraded on the lambda, more compute power equals less time to run the executable

    • Carlo-TutorialsDojo

      Administrator
      June 12, 2023 at 3:34 pm

      Hello David,

      Thanks for your feedback.

      Yes, AWS-owned keys are not the same as AWS Managed keys. And you cannot enable nor disable key rotation on AWS-owned keys.

      It is also true that CPU power increases proportionally to the allocated memory for a Lambda function

      Regards,

      Carlo @ Tutorials Dojo

Viewing 1 - 3 of 3 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now