Tüm alıştırma soruları
976 soru
A company implements automated compliance monitoring. An AWS Config rule named restricted-ssh is configured to evaluate security groups. When a security group is flagged as non-compliant, an Amazon EventBridge rule detects the compliance change and targets a Systems Manager Automation runbook named AWS-CloseSecurityGroup to close port 22.
The configuration details are as follows:
- The EventBridge rule uses an Input Transformer to map the non-compliant security group ID to the runbook's GroupId parameter.
- A dedicated IAM role named RemediationExecutionRole exists with a trust policy for ssm.amazonaws.com and permissions to modify EC2 security groups.
- The EventBridge rule is configured with an IAM service role named EventBridgeTargetRole that trusts events.amazonaws.com and has permissions to execute ssm:StartAutomationExecution on the runbook.
When the EventBridge rule is triggered, the Systems Manager Automation execution fails to start. Which of the following is the correct configuration change to resolve this issue?
A SysOps Administrator is managing an Amazon EC2 Auto Scaling group and configures a dynamic scaling policy to scale out when average CPU utilization exceeds 75%. The administrator sets up a CloudWatch metric alarm to monitor the CPUUtilization metric with a period of 60 seconds and an evaluation period of 3 consecutive data points. During a load testing phase, traffic is increased, but the scaling policy fails to trigger within the expected 3-minute window, even though the actual CPU load is sustained above 80% on all instances. Which of the following is the most likely cause of this issue?
An Amazon EC2 Auto Scaling group (ASG) is registered with an Application Load Balancer (ALB). The ASG has a minimum size of 3, a desired capacity of 3, and a maximum size of 5. To troubleshoot a database connectivity issue, a SysOps administrator temporarily suspends the Launch process for the ASG. Shortly after, one of the three EC2 instances fails its ALB health check and is marked unhealthy.
What will happen to the unhealthy instance and the capacity of the Auto Scaling group?
A SysOps Administrator is managing an Amazon RDS for MySQL DB instance. To prepare for potential Availability Zone failures, the database must be configured to support automated failover to a standby instance in a different Availability Zone with minimal downtime. Which configuration change will meet these requirements?
A SysOps Administrator is managing a critical reporting application that requires high availability and multi-Region disaster recovery. The database layer consists of an Amazon RDS for MySQL DB instance in us-east-1 configured with Multi-AZ, and a cross-Region read replica in us-west-2. The administrator wants to configure Amazon Route 53 DNS Failover to automatically route write traffic to the database in us-west-2 if us-east-1 experiences a complete regional outage. Which approach will achieve this objective while ensuring the database can accept write operations after failover?
A SysOps Administrator is troubleshooting a network connectivity issue where external clients cannot connect to a web server running on an Amazon EC2 instance. The web server's Security Group allows inbound TCP port 80 from all sources and allows all outbound traffic. The subnet's Network ACL (NACL) allows inbound TCP port 80 from all sources, but the outbound NACL rules have been modified to deny all traffic. To analyze this, the administrator enables VPC Flow Logs. Additionally, the administrator wants to configure the destination CloudWatch Logs group to minimize costs and automatically alert the operations team if the number of rejected packets exceeds a threshold. Which two of the following statements correctly describe the behavior of the flow logs or the configuration required to meet these monitoring and cost requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator needs to configure a backup and disaster recovery solution for an application. The application stores static assets in an Amazon S3 bucket and uses an Amazon RDS DB instance. The strategy requires that S3 objects be replicated to another AWS Region, and RDS backups must support point-in-time recovery and automated high availability. Which TWO actions should the SysOps administrator take to meet these requirements?
Geçerli olan tümünü seçin
A company hosts a critical customer portal on AWS. The application tier consists of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The stateful database tier runs on Amazon Aurora PostgreSQL in the us-east-1 Region. Static assets are stored in an Amazon S3 bucket. The SysOps Administrator must implement a disaster recovery (DR) strategy in the us-west-2 Region that achieves a Recovery Point Objective (RPO) of less than minutes and a Recovery Time Objective (RTO) of less than minutes, while minimizing ongoing idle resource costs. Which strategy meets these requirements?
An administrator manages an Amazon EC2 Auto Scaling group (ASG) configured with a target tracking scaling policy based on Average CPU Utilization. The application hosted on the instances requires seconds to fully bootstrap, configure services, and begin processing requests. During a sudden spike in traffic, the ASG launches a new instance. However, before that instance is fully initialized, the ASG launches another instance because the aggregate CPU utilization remains elevated. Which configuration adjustment will prevent the ASG from launching unnecessary instances while the newly launched instances are bootstrapping?
A SysOps Administrator needs to monitor the latency of database write operations. The application outputs structured JSON log messages to an Amazon CloudWatch Logs log group. A typical log event looks like this:
{
"timestamp": "2026-07-14T15:30:00Z",
"operation": "db_write",
"status": "success",
"duration_ms": 420
}
The administrator wants to create a metric filter to publish a custom metric named `WriteDuration` to track the `duration_ms` values, but only for events where the `operation` is `"db_write"` and the `status` is `"success"`. Which configuration should the administrator use to meet these requirements?
A SysOps Administrator needs to restore an Amazon RDS DB instance to its state 30 minutes ago before a critical database table was accidentally deleted. Which action will successfully restore the database?
A SysOps administrator is configuring a custom launch lifecycle hook for an Amazon EC2 Auto Scaling group (ASG) that is registered with an Application Load Balancer (ALB) target group. The lifecycle hook is designed to run an AWS Systems Manager (SSM) Run Command script to perform configuration tasks before the instance starts serving traffic. What is the correct chronological sequence of events for a successful instance scale-out process?
Öğeleri doğru sıraya koymak için sürükleyin
A SysOps Administrator is setting up automated remediation for an Amazon EC2 instance. The administrator configures an Amazon CloudWatch alarm to monitor the `CPUUtilization` metric. The alarm has a period of () and is set to transition to the `ALARM` state if the CPU utilization exceeds for consecutive evaluation periods. An Amazon EventBridge rule is configured to detect this alarm state transition and trigger an AWS Systems Manager (SSM) Automation runbook to restart the instance. During testing, the CPU utilization remains at for over , but the alarm stays in the `INSUFFICIENT_DATA` state and the remediation runbook is never executed. What is the most likely cause of this issue, and how should it be resolved?
A SysOps administrator is tasked with establishing a cross-account, cross-Region backup solution for a production Amazon RDS for PostgreSQL database. The database resides in (source) in the Region. The compliance team requires that weekly backups of this database be copied to (destination) in the Region, and that all backups remain encrypted.
The administrator configures an AWS Backup plan in to perform weekly backups and copy them to a destination backup vault in in . The copy jobs fail immediately with an access denied error. Both the source and destination backup vaults are currently encrypted using default AWS managed KMS keys.
What is the correct configuration change required to resolve this issue and successfully copy the backups?
A SysOps Administrator is configuring VPC Flow Logs to deliver network traffic logs to an Amazon S3 bucket. The target S3 bucket is encrypted using SSE-KMS with a customer managed KMS key. After creating the flow log, the administrator notes that the log status is 'Active', but no log files are being delivered to the bucket. Which action should the administrator take to resolve this log delivery issue?
An organization runs a multi-tier transaction reporting application. The application's database is hosted on an Amazon RDS for PostgreSQL DB instance. The SysOps team needs to implement a disaster recovery (DR) strategy in a secondary AWS Region. The business requires a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 15 minutes. The strategy must minimize ongoing running costs. Which two actions should the SysOps Administrator take to meet these requirements?
Geçerli olan tümünü seçin
A SysOps Administrator is configuring Amazon S3 Cross-Region Replication (CRR) to replicate backup archives from a source bucket in the us-east-1 Region to a destination bucket in the us-west-2 Region. Which actions are required to successfully enable this configuration? (Select TWO.)
Geçerli olan tümünü seçin
An online retail platform's transaction processing system must be migrated to a multi-region disaster recovery (DR) architecture. The database layer uses a multi-AZ Amazon Aurora PostgreSQL cluster, and the application tier runs on Amazon EC2 instances in an Auto Scaling group. The compliance team mandates a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 5 minutes. The solution must be highly cost-effective, keeping the secondary Region's compute footprint minimal during normal operations.
Which combination of actions should a SysOps Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring VPC Flow Logs to publish network traffic logs from a VPC to an Amazon CloudWatch Logs log group. The administrator has already created the target log group but receives access errors when attempting to create the flow logs using their IAM user. Which of the following configuration actions are required to successfully establish log delivery? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring a monitoring solution for a batch-processing application. The application logs are published to an Amazon CloudWatch Logs log group. The logs are formatted as space-delimited text, with each line containing the following fields in order: date, time, transaction ID, status code, and processing time in milliseconds.
An example log line is:
`2026-07-14 17:30:56 TXN-99482 502 120`
The Administrator needs to create a CloudWatch metric filter to extract the processing time as a metric, but only for transactions that resulted in a server error (status codes 500 through 599). The metric must report a value of 0 when no matching log events are found during a reporting period.
Which TWO configurations should the Administrator apply to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin