CV0-003 · Question #282
A cloud administrator for a state government agency is tasked with giving access to the voter registration application to a government agency in another state. Only authorized officials from each…
The correct answer is C. Deploy the application to a public cloud and implement ACLs and security access policies to limit. Deploying the voter registration application to a public cloud with ACLs and security policies allows authorized officials from both state agencies to access it while strictly limiting access to only those users.
Question
A cloud administrator for a state government agency is tasked with giving access to the voter registration application to a government agency in another state. Only authorized officials from each state should access the application. These agencies have a common environment where applications have been deployed in the past. Which of the following should the cloud administrator do to give access to the application?
Options
- ADeploy part of the application into a public cloud and establish secure connections to a private
- BDeploy the application to a community cloud that is shared with multiple state government
- CDeploy the application to a public cloud and implement ACLs and security access policies to limit
- DDeploy the application to the state's private cloud and give authentication credentials to the other
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C81% (21)
- D12% (3)
Why each option
Deploying the voter registration application to a public cloud with ACLs and security policies allows authorized officials from both state agencies to access it while strictly limiting access to only those users.
A hybrid deployment splitting the application between public and private clouds adds architectural complexity and does not inherently provide stronger inter-agency access control than a public cloud with proper ACLs.
A community cloud is shared among multiple state government agencies beyond the two involved, which could expose the voter registration application to additional agencies that are not authorized under the stated requirements.
A public cloud deployment combined with properly configured ACLs and security access policies allows the administrator to centrally define and enforce access rules that restrict the application to only authorized officials from each state, providing both accessibility across agency boundaries and precise, enforceable access control without requiring shared private infrastructure.
Deploying to the state's private cloud and sharing authentication credentials with another agency violates least-privilege principles and creates credential management and audit risks for a sensitive government application.
Concept tested: Cloud deployment model selection for controlled inter-agency access
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-145.pdf
Topics
Community Discussion
No community discussion yet for this question.