TERRAFORM-ASSOCIATE-003 · Question #150
What are some benefits of using Sentinel with Terraform Cloud/Terraform Cloud? Choose three correct answers.
The correct answer is A. You can restrict specific resource configurations, such as disallowing the use of D. Policy-as-code can enforce security best practices E. You can enforce a list of approved AWS AMIs. Sentinel is a policy-as-code framework that allows you to define and enforce rules on your Terraform configurations, states, and plans. Some of the benefits of using Sentinel with Terraform Cloud/Terraform Enterprise are: - You can restrict specific resource configurations…
Question
What are some benefits of using Sentinel with Terraform Cloud/Terraform Cloud? Choose three correct answers.
Options
- AYou can restrict specific resource configurations, such as disallowing the use of
- BYou can check out and check in cloud access keys
- CSentinel Policies can be written in HashiCorp Configuration Language (HCL)
- DPolicy-as-code can enforce security best practices
- EYou can enforce a list of approved AWS AMIs
How the community answered
(37 responses)- A84% (31)
- B11% (4)
- C5% (2)
Explanation
Sentinel is a policy-as-code framework that allows you to define and enforce rules on your Terraform configurations, states, and plans. Some of the benefits of using Sentinel with Terraform Cloud/Terraform Enterprise are: - You can restrict specific resource configurations, such as disallowing the use of CIDR=0.0.0.0/0, which would open up your network to the entire internet. This can help you prevent misconfigurations or security vulnerabilities in your infrastructure. - Policy-as-code can enforce security best practices, such as requiring encryption, authentication, or compliance standards. This can help you protect your data and meet regulatory requirements. - You can enforce a list of approved AWS AMIs, which are pre-configured images that contain the operating system and software you need to run your applications. This can help you ensure consistency, reliability, and performance across your infrastructure.
Topics
Community Discussion
No community discussion yet for this question.