FCSS_CDS_AR-7.6 · Question #32
An AWS administrator must ensure that each member of the cloud deployment team has the correct permissions to deploy and manage resources using CloudFormation. The administrator is researching which…
The correct answer is B. Installing a Helm chart to deploy a FortiWeb ingress controller in an EKS cluster. Installing a Helm chart through CloudFormation can be done using the AWS CloudFormation Helm resource provider, which requires CloudFormation permissions. The other tasks use direct CLI or Kubernetes tools and do not rely on CloudFormation.
Question
An AWS administrator must ensure that each member of the cloud deployment team has the correct permissions to deploy and manage resources using CloudFormation. The administrator is researching which tasks must be executed with CloudFormation and therefore require CloudFormation permissions. Which task is run using CloudFormation?
Options
- ADeploying a new pod with a service in an Elastic Kubernetes Service (EKS) cluster using the
- BInstalling a Helm chart to deploy a FortiWeb ingress controller in an EKS cluster
- CCreating an EKS cluster with the eksctl create cluster command
- DChanging the number of nodes in an EKS cluster from AWS CloudShell
How the community answered
(19 responses)- A5% (1)
- B84% (16)
- D11% (2)
Explanation
Installing a Helm chart through CloudFormation can be done using the AWS CloudFormation Helm resource provider, which requires CloudFormation permissions. The other tasks use direct CLI or Kubernetes tools and do not rely on CloudFormation.
Topics
Community Discussion
No community discussion yet for this question.