Which feature allows you to accomplish this?

You need to pass a custom script to new Amazon Linux instances created in your Auto Scaling group. Which
feature allows you to accomplish this?

You need to pass a custom script to new Amazon Linux instances created in your Auto Scaling group. Which
feature allows you to accomplish this?

A.
User data

B.
EC2Config service

C.
IAM roles

D.
AWS Config

Explanation:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html#user-data-shell-scripts Not B, because
EC2Config is used for Windows instances:
http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/UsingConfig_WinAMI.html



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Carl

Carl

answer is 100% A:”user data”
check on your own: create a new EC2-instance and unfold in
“Step 3: Configure Instance Details” the section: “Advanced Details”
there you see the “user-data” field which executes scripts during startup of the EC2-instance

br!
Carl