Topic 1 Question 36
A SysOps administrator developed a Python script that uses the AWS SDK to conduct several maintenance tasks. The script needs to run automatically every night. What is the MOST operationally efficient solution that meets this requirement?
Convert the Python script to an AWS Lambda function. Use an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke the function every night.
Convert the Python script to an AWS Lambda function. Use AWS CloudTrail to invoke the function every night.
Deploy the Python script to an Amazon EC2 instance. Use Amazon EventBride (Amazon CloudWatch Events) to schedule the instance to start and stop every night.
Deploy the Python script to an Amazon EC2 instance. Use AWS Systems Manager to schedule the instance to start and stop every night.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: A
Here a lambda function will be the most efficient solution.
👍 2get_certified2022/09/16 - 正解だと思う選択肢: A
aaaaaaaa
👍 2michaldavid2022/12/07 - 正解だと思う選択肢: A
Question asks for 'the MOST operationally efficient solution'
Deploying a Python script to an EC2 instance for execution would not be efficient
👍 1CiCa5602022/09/03
シャッフルモード