Tüm alıştırma soruları
976 soru
A SysOps Administrator is tasked with configuring high availability for an Amazon RDS for MariaDB DB instance. The database must support automated, synchronous failover with zero data loss in the event of an Availability Zone outage. Additionally, the administrator must offload read-heavy reporting queries to a separate database endpoint to minimize performance impact on the primary write instance. Which database configuration will satisfy these requirements?
A SysOps Administrator is configuring an AWS Systems Manager Automation workflow to automate configuration checks across a fleet of Amazon EC2 instances using a custom runbook. The SSM Agent is installed and running on all instances, and the instances are configured with an IAM instance profile containing the AmazonSSMManagedInstanceCore managed policy. The custom runbook executes a script on the instances that decrypts secure string credentials from the Systems Manager Parameter Store.
When the administrator attempts to start the Automation workflow, the execution fails to start immediately with an access denied error. In addition, manual test runs of the command on the instances fail to retrieve and decrypt the credentials.
Which two actions must the SysOps Administrator take to resolve these issues and ensure the Automation workflow runs successfully? (Select two.)
Geçerli olan tümünü seçin
A SysOps Administrator is monitoring an enterprise file synchronization agent that outputs space-delimited log entries to Amazon CloudWatch Logs. The log entries are formatted as follows:
`[Date] [Time] [AgentID] [SyncStatus] [DurationMs] [FilesSynced]`
An example log entry is:
`2026-07-14 17:30:00 AGENT-402 SUCCESS 1250 45`
The administrator needs to configure a CloudWatch metric filter to track the total number of files synced across all agents, but only for sync operations that completed successfully.
Which configuration will meet these requirements?
A SysOps administrator needs to configure automated remediation for non-compliant Amazon EC2 instances. When an EC2 instance is flagged as non-compliant by the AWS Config rule `ec2-instance-no-public-ip`, the instance must be stopped automatically using the Systems Manager Automation document `AWS-StopEC2Instance`.
The administrator creates an Amazon EventBridge rule that triggers when AWS Config detects a compliance change for the rule.
How should the SysOps administrator configure the Amazon EventBridge rule target and the associated IAM permissions to automate this remediation?
A company has a critical application that stores backup archives in a primary Amazon S3 bucket. A SysOps Administrator must configure S3 Cross-Region Replication (CRR) to replicate these archives to a destination bucket in a secondary AWS Region for disaster recovery compliance. Additionally, the application database runs on an Amazon RDS for PostgreSQL instance. The database must be configured to automatically fail over to a standby instance in a different Availability Zone with minimal downtime if the primary instance becomes unavailable, while maintaining automated backups. Which actions must the SysOps Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is troubleshooting a fleet of Amazon EC2 instances that fail to appear as managed nodes in the AWS Systems Manager console. The SSM Agent is installed and running on all instances, but no IAM role is currently attached to them. The instances are located in a public subnet with a route to an Internet Gateway and have public IPv4 addresses. Which action will allow the instances to register as managed nodes with Systems Manager?
A company is using AWS Elastic Disaster Recovery (AWS DRS) to protect its on-premises virtual machines by replicating them to AWS. The company's security policy requires that all replication traffic and control plane communication occur privately over an existing AWS Direct Connect connection. No traffic is allowed to traverse the public internet. Which combination of actions must a SysOps Administrator perform to configure this environment? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring an AWS Lambda function to stop underutilized EC2 instances. The administrator has already created the required IAM execution role for Lambda with the correct permissions. However, when the administrator attempts to update the Lambda function configuration to use this execution role, the AWS Management Console displays an Access Denied error.
Which permission must be granted to the SysOps Administrator's IAM user policy to resolve this error?
An organization's security policy requires all Amazon Aurora DB clusters to have copy tags to snapshots enabled. A SysOps Administrator needs to use AWS Config to evaluate compliance and automatically remediate non-compliant DB clusters using an AWS Systems Manager (SSM) Automation document. The remediation must run with a specific service role.
Which of the following configurations must be implemented to ensure the automated remediation executes successfully? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator is configuring an automated response to stop underutilized Amazon EC2 instances. The administrator sets up an Amazon EventBridge rule that is triggered when a specific Amazon CloudWatch alarm enters the ALARM state. The EventBridge rule is configured with a target to execute the `AWS-StopEC2Instance` Systems Manager (SSM) Automation document using a custom execution role named `SSMAutomationExecutionRole`. The `SSMAutomationExecutionRole` has the policy permissions to stop EC2 instances and trusts `ssm.amazonaws.com`. During testing, the alarm triggers but the execution fails to start.
Which configuration change will allow the EventBridge rule to successfully trigger the Systems Manager Automation?
A SysOps Administrator uses AWS CloudFormation to manage a production infrastructure stack. The deployment is executed using a dedicated CloudFormation service role. The Administrator initiates a stack update to deploy a new version of an Amazon ECS service, which references a newly created ECS Task Execution IAM Role. During the deployment, the stack update fails because the service cannot start the new tasks, and CloudFormation transitions to UPDATE_ROLLBACK_IN_PROGRESS. However, the rollback operation also fails, and the stack ends up in the UPDATE_ROLLBACK_FAILED state. Upon reviewing the CloudFormation events, the Administrator discovers that the rollback failed because CloudFormation was unauthorized to associate the original ECS Task Execution Role back to the ECS service. Which of the following is the root cause of this failure, and how should it be resolved?
A SysOps administrator is configuring a daily backup plan in AWS Backup to protect Amazon RDS databases. The administrator wants to use a custom IAM role to execute the backup jobs. Which of the following configuration steps are required to allow AWS Backup to run the backup jobs using this custom role? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is troubleshooting a cross-account Amazon S3 Cross-Region Replication (CRR) setup. The source bucket in Account A (us-east-1) contains objects encrypted with a customer managed KMS key. The destination bucket in Account B (us-west-2) is configured to store the replicated objects. Versioning is enabled on both buckets, and an IAM role has been created in Account A to perform the replication. However, only unencrypted objects are successfully appearing in the destination bucket. Which action should the administrator take to ensure the encrypted objects are replicated?
An organization hosts a production application on AWS Elastic Beanstalk. During updates, the application must maintain full capacity to handle consistent user traffic. Additionally, if the new application version fails health checks, the update must automatically roll back immediately with minimal impact on the production environment. Which two Elastic Beanstalk deployment policies should a SysOps Administrator configure to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator needs to implement automated compliance remediation to stop any Amazon EC2 instance that is found to be non-compliant with the AWS Config managed rule `ec2-instance-no-public-ip`. The administrator wants the compliance check and the remediation to happen automatically with the least operational overhead.
Which approach should the administrator take to meet these requirements?
A SysOps administrator is configuring event-driven remediation to automatically stop any Amazon EC2 instance that is flagged as non-compliant by an AWS Config rule. The administrator plans to use AWS Systems Manager Automation to execute the remediation runbook. The configuration must follow the principle of least privilege. Which two actions must the administrator take to ensure the auto-remediation executes successfully? (Select two.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring AWS Systems Manager Patch Manager to apply a custom patch baseline to a fleet of Amazon EC2 instances. The Administrator wants to organize these instances into a patch group named 'HR-Servers' to ensure they are patched together. Which of the following actions are required to successfully associate the EC2 instances with the custom patch baseline? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator in a production AWS account (Account A: `111122223333`) is configuring cross-account logging. The administrator wants to stream application logs from a CloudWatch log group named `AppLogs` in Account A to a centralized CloudWatch Logs destination named `CentralLogDestination` in a security account (Account B: `444455556666`).
The administrator runs the following AWS CLI command in Account A:
bash
aws logs put-subscription-filter \
--log-group-name "AppLogs" \
--filter-name "CentralFilter" \
--filter-pattern "" \
--destination-arn "arn:aws:logs:us-east-1:444455556666:destination:CentralLogDestination"
The command fails with the following error:
`An error occurred (AccessDeniedException) when calling the PutSubscriptionFilter operation.`
Which configuration issue is the root cause of this failure?
A SysOps Administrator is configuring cross-account Amazon S3 Same-Region Replication (SRR) between a source bucket in Account A and a destination bucket in Account B. The source bucket contains objects encrypted with a customer managed AWS KMS key in Account A. The administrator creates an IAM replication role in Account A and configures the replication rule on the source bucket, but the objects fail to replicate to the destination bucket. Which two configurations are required to resolve this issue? (Select two.)
Geçerli olan tümünü seçin
A SysOps Administrator is setting up an AWS Config rule to evaluate whether Amazon DynamoDB tables have point-in-time recovery (PITR) enabled. The administrator wants to configure automated remediation using the AWS Systems Manager (SSM) Automation document AWS-EnableDynamoDbPointInTimeRecovery. Which of the following configuration steps are required to implement this automated remediation successfully? (Select TWO.)
Geçerli olan tümünü seçin