Forum Replies Created

Viewing 1 - 15 of 61 posts
  • Gerome-TutorialsDojo

    Member
    September 14, 2023 at 9:03 pm

    Hi sethrandall,

    In the third statement: “The Monitoring Reader role is assigned to the user, service principal, and group.” this means that it has been assigned to all types of identities in the given table (TDU1 – 3 & TDSP1 – 2).

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your Azure exam on your first try!

    Regards,
    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    September 14, 2023 at 8:59 pm

    Hi NCphotos2000 S,

    Thanks for bringing up the question.

    Since this question has already been asked by some users, I’ll just put here my previous reply.

    In this scenario, when you use the notification type “Email Azure Resource Manager role”, you can send an email to the subscription members, based on their role and a notification email is sent only to the primary email address configured for the Azure AD user. However, the email is only sent to Azure AD user members of the selected role, not to Azure AD groups or service principals.

    Take note of the third statement: “The Monitoring Reader role is assigned to the user, service principal, and group.” this means that it has been assigned to all types of identities in the given table.

    The other types of identities are members of AD groups and service principals. Therefore, TDU3 who is not a member of any AD group will receive an email notification.

    https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups#email-azure-resource-manager-role

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your Azure exam on your first try!

    Regards,
    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    May 26, 2023 at 11:40 am

    Hi Jar-B,

    Thanks for posting your question.

    If the CMK cannot be restored or you don’t have access to restore it, you can create a new CMK. Take note that the new CMK will have a different key ID and won’t be able to directly decrypt the data encrypted with the previous CMK.

    In this case, you will need to create a new unencrypted EBS volume and attach it to an EC2 instance. Then copy the data from the encrypted volume to the new unencrypted volume.

    • Use tools like “dd” or file-level copying utilities (e.g., rsync) to copy the data from the encrypted volume to the unencrypted volume.
    • Once the data transfer is complete, you can detach and delete the encrypted EBS volume.

    According to AWS docs, “When you have access to both an encrypted and unencrypted volume, you can freely transfer data between them. EC2 carries out the encryption and decryption operations transparently.”

    https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#migrate-data-encrypted-unencrypted

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your AWS exam on your first try!

    Regards,

    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    May 10, 2023 at 10:38 pm

    Hi hawkstwelve,

    Thanks for the feedback.

    When creating an alert rule in Azure, you can specify one metric or one activity log signal to trigger the alert. This means that you can only monitor and alert on one specific type of metric or activity log signal per alert rule.

    For example, you could create an alert rule that triggers when the CPU usage of a virtual machine exceeds a certain threshold (this would be a metric-based alert), or you could create an alert rule that triggers when a virtual machine is deleted (this would be an activity log signal-based alert).

    In the given scenario, there are four types (signal) of metric / activity log.

    1. Availability

    2. Transactions

    3. Create/Update Storage Account

    4. Regenerate Storage Account Keys

    Therefore, you should create four alert rules.

    I hope this helps.

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your Azure exam on your first try!

    Regards,

    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    March 3, 2023 at 12:37 am

    Hello karbabu,

    Thanks for submitting this feedback. We have updated this item and the changes will be reflected in our practice tests soon. We appreciate this kind of feedback because it will definitely help us improve our content!

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your Azure exam on your first try!
    Regards,
    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    March 2, 2023 at 11:51 pm

    Hello karbabu,

    Thanks for bringing up the question. We have updated the minor typo in the explanation and it should be 3 vCPUs instead of 4 vCPUs. This change will be reflected in our practice tests soon.
    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your Azure exam on your first try!

    Regards,
    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    February 16, 2023 at 9:10 pm

    Hello K-Blaze,

    Thanks for bringing up the question. We have updated this item. The changes will be reflected in our practice tests soon.

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your AWS exam on your first try!

    Regards,
    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    January 6, 2023 at 7:19 pm

    Hi Ideals,

    Thanks for sharing your thoughts on this item.

    – Snowmobile storage capacity is 100 PB.
    – Snowball Edge storage capacity is up to 80 TB.

    Each Snowmobile is a secured data truck with up to 100PB storage capacity that can be dispatched to your site and connected directly to your network backbone to perform high-speed data migration. You can quickly migrate an exabyte of data with ten Snowmobiles in parallel from a single location or multiple data centers.
    https://aws.amazon.com/snowmobile/faqs/

    While Snowball Edge (Storage Optimized) has an option of 100 TB, but you can only use 80 TB. Since you need to transfer hundreds of petabytes (100 PB), using AWS Snowmobile will help us satisfy this requirement.

    https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html

    You can refer to the summary table below to see the different storage options of AWS Snowball Edge.

    For the study guide, our team will update that section, and it will reflect in the reviewer soon.

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your AWS exam on your first try!

    Regards,

    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    December 10, 2022 at 7:12 am

    Hi LML,

    Thanks for posting your question.

    Route 53 is primarily a global service, but its features support AWS Regions. For example, you can configure Route 53 health checks to check the health of resources that you create in specific Regions, such as Amazon EC2 instances and Elastic Load Balancing load balancers.

    To easily check if a service is global or regional, you can go to the AWS console and select a service then click the region if its changeable.

    https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/disaster-recovery-resiliency.html

    Also, could you kindly share with us the first statement of the scenario you’re referring to, so that our team can review that question.

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your AWS exam on your first try!

    Regards,

    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    November 5, 2022 at 6:49 pm

    Hi SeanB,

    Thanks for bringing up the question.

    Cost Optimization – right number of resource types.
    Performance Efficiency – right resource types and sizes based on workload.

    Based on the screenshot that you’ve given, the question is asking for the most appropriate and right number of resource types which is the Cost Optimization pillar. The question is referenced from the AWS documentation, that is found here:
    https://docs.aws.amazon.com/managedservices/latest/appguide/well-architected-aog.html

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your AWS exam on your first try!

    Regards,
    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    September 16, 2022 at 4:08 pm

    Hi KyleKyleKyle,

    Thanks for sharing your thoughts on this item.

    Since this question have already been asked by other people. I’ll just put our answer here:

    I understand that the wording that AWS uses can be a bit confusing, so I’ll do my best to clarify this for you. According to the AWS Shared Responsibility Model, Inherited Controls are controls which a customer fully inherits from AWS.

    What this means is that things such as physical and environmental controls are managed for you by AWS. You, as the customer, actually inherit the benefit of this AWS responsibility, not the responsibility itself.

    If you check this reference, https://docs.aws.amazon.com/whitepapers/latest/aws-overview/security-and-compliance.html, there is a line that says “As an AWS customer you inherit all the best practices of AWS policies, architecture, and operational processes built to satisfy the requirements of our most security-sensitive customers.” We believe this is what AWS is suggesting for the inherited controls section.

    I hope the explanation has clarified your confusion, and let us know if you have any further questions. Thank you!

    Regards,

    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    September 15, 2022 at 8:12 pm

    Hi KyleKyleKyle,

    Thanks for sharing your thoughts.

    Yes, we do understand that you’re referring about the 15 throwaway questions or unscored content from the official AWS docs.

    https://d1.awsstatic.com/training-and-certification/docs-cloud-practitioner/AWS-Certified-Cloud-Practitioner_Exam-Guide.pdf

    But we highly suggest that you still aim for a 90% score across all our sets so you can be more confident in getting a passing score in the actual AWS exam.

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated in helping you pass your AWS exam on your first try!

    Regards,

    Gerome @ TutorialsDojo

  • Gerome-TutorialsDojo

    Member
    July 23, 2022 at 8:37 pm

    Hello TheRyGuy,

    Thanks for posting your concern.

    We regularly update our content based on the feedback we received from the students who passed the exam. Rest assured that all our courses our up-to-date.

    Regards,

    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    July 23, 2022 at 8:22 pm

    Hi Leonard,

    Thanks for sharing your thoughts on this item.

    Our team will review this question for possible revision. I appreciate that you also gave a suggestion on how we can reword it better. It will definitely help us improve our content!

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your Azure exam on your first try!

    Regards,

    Gerome @ Tutorials Dojo

  • Gerome-TutorialsDojo

    Member
    July 23, 2022 at 8:21 pm

    Hello Leonard,

    Thanks for the feedback.

    The AZ-104 certification exam duration before was 210 minutes. The new 120 minutes duration was done recently based on the date it was last updated, July 22, 2022. Our team will update the duration of the Timed Mode and Final Test. This change will be reflected in our practice tests soon.

    Let us know if you need further assistance. The Tutorials Dojo team is dedicated to helping you pass your certification exam on your first try!

    Regards,

    Gerome @ Tutorials Dojo

Viewing 1 - 15 of 61 posts