Valid Professional-Cloud-Security-Engineer Dumps shared by ExamDiscuss.com for Helping Passing Professional-Cloud-Security-Engineer Exam! ExamDiscuss.com now offer the newest Professional-Cloud-Security-Engineer exam dumps, the ExamDiscuss.com Professional-Cloud-Security-Engineer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Professional-Cloud-Security-Engineer dumps with Test Engine here:
Your company is using GSuite and has developed an application meant for internal usage on Google App Engine. You need to make sure that an external user cannot gain access to the application even when an employee's password has been compromised. What should you do?
Correct Answer: B
To ensure that an external user cannot gain access to an internal application on Google App Engine even if an employee's password is compromised, configure Cloud Identity-Aware Proxy (IAP). * Enable IAP: * Go to the Cloud Console, navigate to the App Engine application, and select "Identity-Aware Proxy". * Enable IAP for the application. * Configure Access Policies: * Set up access policies to restrict who can access the application. * Use IAM roles to grant access only to specific users or groups. * Enforce Authentication: * IAP enforces Google authentication, ensuring that users must log in with their GSuite credentials. * Enable Multi-Factor Authentication (MFA): * Enforce 2FA for all GSuite users to add an extra layer of security. Advantages: * Protection against Compromised Credentials: Even if passwords are compromised, attackers cannot access the application without passing IAP authentication. * Centralized Access Management: Easily manage and monitor access through IAM and IAP policies. References: * Identity-Aware Proxy Overview * Setting up IAP