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

Loading demo links...

Showing 43–45 of 48 questions

Question 43 (Topic 1)

A company is running an application on a group of Amazon EC2 instances behind an Application Load Balancer. The EC2 instances run across three Availability Zones. The company needs to provide the customers with a maximum of two static IP addresses for their applications. How should a SysOps administrator meet these requirement?

Select an option, then click Submit answer.

  • Add AWS Global Accelerator in front of the Application Load Balancer.
  • Add an internal Network Load Balancer behind the Application Load Balancer.
  • Configure the Application Load Balancer in only two Availability Zones.
  • Create two Elastic IP addresses and assign them to the Application Load Balancer.
Question 44 (Topic 1)

A company has attached the following policy to an IAM user: Which of the following actions are allowed for the IAM user?

Select an option, then click Submit answer.

  • Amazon RDS DescribeDBInstances action in the us-east-1 Region
  • Amazon S3 PutObject operation in a bucket named testbucket
  • Amazon EC2 DescribeInstances action in the us-east-1 Region
  • Amazon EC2 AttachNetworkInterface action in the eu-west-1 Region
Question 45 (Topic 1)

A company has an application that uses an Amazon RDS for MariaDB Multi-AZ database. The application becomes unavailable for several minutes every time the database experiences a failover during a planned maintenance event. What should a SysOps administrator do to reduce the downtime of the application during failover?

Select an option, then click Submit answer.

  • Create an RDS for MariaDB DB cluster that has multiple writer instances. Configure the application to retry failed queries on another primary node during maintenance events.
  • Configure the RDS maintenance window settings to pool connections while a failover is in process.
  • Configure an Amazon ElastiCache write-through cache for the database. Configure the application to connect to the cache instead of directly to the database.
  • Create an RDS proxy that is associated with the database. Configure the application to connect to the proxy instead of directly to the database.