exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 207 discussion

A company’s SysOps administrator must ensure that all Amazon EC2 Windows instances that are launched in an AWS account have a third-party agent installed. The third-party agent has an .msi package. The company uses AWS Systems Manager for patching, and the Windows instances are tagged appropriately. The third-party agent requires periodic updates as new versions are released. The SysOps administrator must deploy these updates automatically.

Which combination of steps will meet these requirements with the LEAST operational effort? (Choose two.)

  • A. Create a Systems Manager Distributor package for the third-party agent.
  • B. Make sure that Systems Manager Inventory is configured. If Systems Manager Inventory is not configured, set up a new inventory for instances that is based on the appropriate tag value for Windows.
  • C. Create a Systems Manager State Manager association to run the AWS-RunRemoteScript document. Populate the details of the third-party agent package. Specify instance tags based on the appropriate tag value for Windows with a schedule of 1 day.
  • D. Create a Systems Manager State Manager association to run the AWS-ConfigureAWSPackage document. Populate the details of the third-party agent package. Specify instance tags based on the appropriate tag value for Windows with a schedule of 1 day.
  • E. Create a Systems Manager OpsItem with the tag value for Windows. Attach the Systems Manager Distributor package to the OpsItem. Create a maintenance window that is specific to the package deployment. Configure the maintenance window to cover 24 hours a day.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
zolthar_z
Highly Voted 2 years, 4 months ago
Selected Answer: AD
A and D https://docs.aws.amazon.com/systems-manager/latest/userguide/distributor-working-with-packages-deploy.html
upvoted 5 times
...
xSohox
Highly Voted 1 year, 8 months ago
Selected Answer: AD
Correct answer is AD: You can just read a description of each SSM document: AWS-ConfigureAWSPackage "Install or uninstall a Distributor package. You can install the latest version, default version, or a version of the package you specify." AWS-RunRemoteScript "Execute scripts stored in a REMOTE location. The following remote locations are currently supported: GitHub (public and private) and Amazon S3 (S3). The following script types are currently supported: #! support on Linux and file associations on Windows." So we need to create a Distributor package and then create State Manager association to run the AWS-ConfigureAWSPackage
upvoted 5 times
walala97
1 year, 6 months ago
"AWS-RunRemoteScript "for collaboration with third-party agents..The "AWS ConfigureAWSPackage" is mainly used to configure the AWS Management Agent (SSM Agent) to ensure that communication between EC2 instances and AWS Systems Manager is working properly. This script is typically used to ensure that AWS's own agent (i.e. SSM Agent) is functioning properly.but the option A said we need the third-party ,so the answer is AC
upvoted 2 times
Debugs_Bunny
1 year, 4 months ago
key is "LEAST operational effort". Answer is AD
upvoted 1 times
...
...
...
numark
Most Recent 4 months, 4 weeks ago
Selected Answer: AD
With State Manager, a capability of AWS Systems Manager, you can define and maintain consistent configuration of your operating system and software. Using the AWS-ConfigureAWSPackage document in a State Manager association allows you to install, update, or remove packages. By specifying instance tags based on the appropriate tag value for Windows with a schedule (e.g., every 1 day), you can automate the deployment of updates to the agent across all your managed Windows EC2 instances.The AWS-RunRemoteScript document can be used to download and execute scripts on EC2 instances, but it requires the management and storage of the script separately and would involve more operational effort in handling package updates.
upvoted 1 times
...
March2023
1 year, 1 month ago
Selected Answer: AD
a & d instead of C
upvoted 3 times
...
Hatem08
1 year, 4 months ago
Selected Answer: AC
AC makes more sense for me as it is third party package
upvoted 1 times
telosd
1 year, 3 months ago
AD: https://docs.aws.amazon.com/systems-manager/latest/userguide/distributor-working-with-packages-deploy.html#distributor-deploy-sm-pkg-console
upvoted 3 times
...
...
jipark
1 year, 8 months ago
Selected Answer: AC
why not D : AWS-ConfigureAWSPackage is for AWS installation. why C : AWS-RunRemoteScript is for 3rd party,
upvoted 3 times
...
Christina666
1 year, 9 months ago
Selected Answer: AD
Step A: Create a Systems Manager Distributor package for the third-party agent. Systems Manager Distributor allows you to package and distribute software and files to your instances using SSM. By creating a Distributor package for the third-party agent's .msi package, you can centrally manage its installation and updates across EC2 instances. Step D: Create a Systems Manager State Manager association to run the AWS-ConfigureAWSPackage document. Populate the details of the third-party agent package. Specify instance tags based on the appropriate tag value for Windows with a schedule of 1 day. AWS-ConfigureAWSPackage document is used to install software packages on EC2 instances. By creating a State Manager association with AWS-ConfigureAWSPackage document and specifying the instance tags based on the appropriate tag value for Windows, you can ensure that the third-party agent package is deployed on the instances automatically.
upvoted 2 times
Christina666
1 year, 9 months ago
Options B and C are not necessary for this scenario as they are not the most efficient or direct ways to achieve the goal. Option E is also not the best approach, as using an OpsItem and creating a maintenance window for a 24-hour deployment is unnecessary complexity for this requirement.
upvoted 2 times
...
...
guau
1 year, 9 months ago
Selected Answer: AC
AC third party package!
upvoted 3 times
...
Gomer
2 years ago
Selected Answer: AD
Isn't this example the answer to the question of "C" over "D"? 1st step is to create an SSM formatted "package" using any install files (AWS, MS, or whoever). Then you use the AWS-ConfigureAWSPackage "document" to create the association. # Create Association to update a Distributor package on a schedule without taking application offline aws ssm create-association --name "AWS-ConfigureAWSPackage" [...] https://docs.aws.amazon.com/systems-manager/latest/userguide/distributor-working-with-packages-deploy.html#distributor-smupdate-pkg-cli
upvoted 3 times
...
noahsark
2 years ago
Selected Answer: AD
Create a Systems Manager Distributor package for the third-party agent. Create a Systems Manager State Manager association to run the AWS-ConfigureAWSPackage document. Populate the details of the third-party agent package. Specify instance tags based on the appropriate tag value for Windows with a schedule of 1 day. https://docs.aws.amazon.com/systems-manager/latest/userguide/distributor-working-with-packages-create.html
upvoted 2 times
JamesF92
1 year, 8 months ago
this link from Noahsark shows *.msi is a supported package type for SSM. We have a .msi. So D is correct (not C). AWS-RunRemoteScript (C) is for grabbing scripts form Github, etc.
upvoted 1 times
...
...
vherman
2 years ago
Selected Answer: AC
ad is correct
upvoted 1 times
...
a1971h
2 years ago
Selected Answer: AC
AC is more correct
upvoted 1 times
...
Vivec
2 years, 1 month ago
Selected Answer: AC
Option D is incorrect because AWS-ConfigureAWSPackage document is used to install and configure AWS packages, not third-party packages. It is used to install packages from the Amazon Linux Extras library, AWS services such as the SSM agent, and third-party software provided by AWS Partners. To install the third-party agent on EC2 instances, the best approach is to create a Systems Manager Distributor package for the third-party agent, as mentioned in option A. The Distributor package allows you to centrally manage software deployment across your Amazon EC2 instances or on-premises servers. You can use this feature to deploy both AWS and third-party software. Once you create the package, you can use State Manager associations to schedule and deploy the package to EC2 instances based on instance tags, as mentioned in option C.
upvoted 4 times
vn_thanhtung
2 years, 1 month ago
I think ans is A and D because "requirements with the LEAST operational effort".
upvoted 1 times
vn_thanhtung
2 years, 1 month ago
sorry for this confusion I was too hasty to give an answer when I didn't read the question carefully the answer should be AC.
upvoted 1 times
...
...
...
Domdom120
2 years, 1 month ago
Selected Answer: AD
A,D Correct reference provided by zolthar. I have no idea what awsguru is referencing that says AWS-ConfigureAWSPackage can only be used for AWS-provided packages, as that would require a tremendous overhead on AWS for providing packages on an insane amount of available software. This is very similar to SCCM in which you build your package yourself with the software you want and set the install targets/requirements.
upvoted 2 times
...
awsguru1998
2 years, 2 months ago
AC Not D, it is not the AWS-ConfigureAWSPackage document. The AWS-ConfigureAWSPackage document is used to install, uninstall, or update an AWS-provided package or application. In this scenario, the SysOps administrator is trying to install a third-party agent, which is not an AWS-provided package or application. Therefore, the AWS-RunRemoteScript document is the appropriate choice to install and update the third-party agent.
upvoted 3 times
...
skiwili
2 years, 3 months ago
Selected Answer: AD
AD for sure
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago