Topic 1 Question 311
A company has several business units that want to use Amazon EC2. The company wants to require all business units to provision their EC2 instances by using only approved EC2 instance configurations.
What should a SysOps administrator do to implement this requirement?
Create an EC2 instance launch configuration. Allow the business units to launch EC2 instances by specifying this launch configuration in the AWS Management Console.
Develop an IAM policy that limits the business units to provision EC2 instances only. Instruct the business units to launch instances by using an AWS CloudFormation template.
Publish a product and launch constraint role for EC2 instances by using AWS Service Catalog. Allow the business units to perform actions in AWS Service Catalog only.
Share an AWS CloudFormation template with the business units. Instruct the business units to pass a role to AWS CloudFormation to allow the service to manage EC2 instances.
ユーザの投票
コメント(4)
I think B, C, D could deploy EC2. However, since your delegating a standard config to business units, I'd lean towards using a Service Catalog product as a frontend for CloudFormation templates in the background. I think the URL demonstrates usage for EC2. https://docs.aws.amazon.com/servicecatalog/latest/adminguide/getstarted-CFN.html
👍 8Gomer2023/06/12- 正解だと思う選択肢: C
Im going with service catalogue on this one. https://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html#what-is_concepts-product A product is an IT service that you want to make available for deployment on AWS. A product consists of one or more AWS resources, such as EC2 instances, storage volumes, databases, monitoring configurations, and networking components, or packaged AWS Marketplace products. A product can be a single compute instance running AWS Linux, a fully configured multi-tier web application running in its own environment, or anything in between.
👍 3DeaconStJohn2023/11/14 - 正解だと思う選択肢: A
A seems quite right to me.
👍 2ahmed3082023/10/22
シャッフルモード