Free AWS-CERTIFIED-SYSOPS-ADMINISTRATOR-ASSOCIATE Amazon AWS-CERTIFIED-SYSOPS-ADMINISTRATOR-ASSOCIATE Practice Test Question

Loading demo links...

Showing 40–42 of 48 questions

Question 40 (Topic 1)

A SysOps administrator needs to create an Amazon S3 bucket as a resource in an AWS CloudFormation template. The bucket name must be randomly generated, and the bucket must be encrypted. Other resources in the template will reference the bucket. Which CloudFormation resource definition should the SysOps administrator use to meet these requirements?

Select an option, then click Submit answer.

Question 41 (Topic 1)

A SysOps administrator configured VPC flow logs by using the default format. The SysOps administrator specified Amazon CloudWatch Logs as the destination. This solution has worked successfully for several months. However, because of additional troubleshooting requirements, the SysOps administrator needs to include the tcp-flags field on the flow logs. What should the SysOps administrator do to meet this requirement?

Select an option, then click Submit answer.

  • Create a new flow log. Include the tcp-flags field in the custom log format. Delete the original flow log.
  • In the CloudWatch Logs log group, modify the filter to include the tcp-flags field and the type field.
  • In CloudWatch Metrics, modify the metric configuration to include the tcp-flags field.
  • Modify the existing flow log. Include the tcp-flags field and the type field in the custom log format. Save the configuration.
Question 42 (Topic 1)

A custom application must be installed on all Amazon EC2 instances. The application is small, updated frequently, and can be installed automatically. How can the application be deployed on new EC2 instances?

Select an option, then click Submit answer.

  • Launch a script that downloads and installs the application using Amazon EC2 user data.
  • Create a custom API using Amazon API Gateway to call an installation executable from an AWS CloudFormation template.
  • Use AWS Systems Manager to inject the application into an AMI.
  • Configure AWS CodePipeline to deploy code changes and updates.