Tüm alıştırma soruları
976 soru
A SysOps administrator is configuring an active-passive failover strategy for a web application. The primary infrastructure is located in the `eu-west-1` region, consisting of an Application Load Balancer (ALB) and an Auto Scaling group of EC2 instances. The secondary failover target is a static maintenance page hosted in an Amazon S3 bucket configured for website hosting in `us-east-1`.
To monitor the health of the primary application, the administrator creates a custom CloudWatch metric in `eu-west-1` that monitors application error rates. They then create a CloudWatch alarm in `eu-west-1` based on this metric.
Finally, the administrator sets up the Route 53 configuration:
- A Route 53 health check that monitors the state of the CloudWatch alarm.
- A primary failover Alias record pointing to the ALB in `eu-west-1`, associated with the Route 53 health check.
- A secondary failover Alias record pointing to the S3 bucket.
During a simulated failure where the error rate spikes, the CloudWatch alarm transitions to the `ALARM` state in `eu-west-1`, but Route 53 continues to route traffic to the primary ALB in `eu-west-1` instead of failing over to the S3 bucket.
Which of the following is the root cause of this issue, and what is the correct resolution?
A SysOps Administrator manages a production web application deployed via an AWS CloudFormation template. The application runs on an Amazon EC2 Auto Scaling group (ASG) behind an Application Load Balancer, with a desired capacity of instances. The administrator is preparing to update the template to roll out a new AMI using the AutoScalingRollingUpdate policy. The application must maintain its full capacity of healthy instances throughout the update process to handle peak traffic. Which configuration for the AutoScalingRollingUpdate policy will satisfy this requirement?
A company hosts a production three-tier web application in the us-east-1 Region. The database tier uses an Amazon Aurora PostgreSQL DB cluster. A SysOps administrator must implement a cross-region disaster recovery (DR) strategy in the us-west-2 Region. The strategy must achieve a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes while minimizing ongoing running costs in the us-west-2 Region. Which disaster recovery strategy should the administrator implement to meet these requirements?
An organization's security policy requires that all logs from Amazon Kinesis Data Firehose in Account A () be delivered to an Amazon S3 bucket in Account B (). A SysOps administrator creates an IAM role named `FirehoseDeliveryRole` in Account A. The role's trust policy permits the Kinesis Data Firehose service principal, and its permissions policy allows writing to the target bucket. When the administrator runs the AWS CLI command to create the delivery stream and specify `FirehoseDeliveryRole`, the command returns an 'AccessDeniedException'. What is the reason for this failure?
A SysOps Administrator is updating an application hosted on AWS Elastic Beanstalk. The application must maintain its full capacity to handle user traffic throughout the deployment process. Which of the following deployment strategies will meet this requirement? (Select TWO.)
Geçerli olan tümünü seçin
A company is running a critical e-commerce platform that uses a single-instance Amazon RDS for PostgreSQL DB instance. During a recent infrastructure event in the primary Availability Zone, the database became unavailable, resulting in a three-hour outage while the operations team restored the database from a backup. To prevent a recurrence, a SysOps Administrator is tasked with implementing a highly available architecture that supports automatic, synchronous failover and also offloads read-heavy reporting queries. Which combination of actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator performs a drift detection operation on an AWS CloudFormation stack that contains an Amazon S3 bucket. The drift detection report shows that the S3 bucket has a drift status of DELETED. Which of the following describes the root cause of this drift status?
A company has a critical web application running on Amazon ECS with AWS Fargate. A SysOps Administrator needs to configure a deployment strategy for a new release that ensures zero downtime, provides the ability to run verification tests on the new version before routing production traffic to it, and supports rapid rollback to the previous version in the event of an application error. Which two actions should the SysOps Administrator perform to implement a deployment strategy that meets these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is managing a high-traffic web application deployed on AWS Elastic Beanstalk behind an Application Load Balancer. The administrator needs to deploy a major update while ensuring there is no downtime. The update must be initially tested with a minor portion () of live user traffic for a brief evaluation window. If the new version triggers any CloudWatch alarms during this evaluation, the traffic must be automatically routed back to the existing version to minimize user impact.
Which Elastic Beanstalk deployment policy meets these requirements?
A SysOps Administrator is deploying an AWS Config organization conformance pack from the organization's management account. The conformance pack contains a rule to evaluate whether Amazon S3 buckets have public read access enabled, and it includes an automatic remediation configuration that runs the AWS-DisableS3BucketPublicReadWrite Systems Manager (SSM) Automation document. During deployment, the administrator observes that although the conformance pack and rules deploy successfully to all member accounts, the automated remediation fails to execute when a non-compliant bucket is discovered. Which combination of configuration steps will resolve this issue and allow the remediation to run successfully? (Select TWO.)
Geçerli olan tümünü seçin
A company operates a legacy accounting platform on AWS. The application tier runs on a fleet of Amazon EC2 instances, and the database tier uses an Amazon RDS for MySQL DB instance. A SysOps Administrator is designing a cost-effective Pilot Light disaster recovery (DR) strategy in a secondary Region. The strategy must achieve a Recovery Point Objective (RPO) of 1 hour and a Recovery Time Objective (RTO) of 4 hours.
Which two actions should the SysOps Administrator take to meet these requirements?
Geçerli olan tümünü seçin
A company hosts a high-traffic web application using an active-passive Amazon Route 53 DNS failover configuration. The primary record is a CNAME record pointing to an Application Load Balancer (ALB) in us-east-1 with a TTL of 900 seconds. The secondary record is an Alias record pointing to a static maintenance page hosted on an Amazon S3 bucket configured for website hosting in us-west-2. Currently, a custom Route 53 health check monitors a CloudWatch alarm based on the ALB's HTTPCode_Target_5XX_Count metric, configured with standard monitoring (5-minute period) and an evaluation period of 2 datapoints. During a database outage, the application returned 502 Bad Gateway errors. Users continued to receive errors for more than 15 minutes before being redirected to the maintenance page. Once the database recovered briefly and then failed again, Route 53 DNS resolution repeatedly flapped between the ALB and the S3 bucket. The SysOps administrator must reconfigure the setup to ensure that failover to the S3 bucket occurs within 2 minutes of an outage and that flapping is mitigated during brief periods of recovery. Which TWO actions should the SysOps administrator take to meet these requirements?
Geçerli olan tümünü seçin
A SysOps Administrator is implementing a hybrid disaster recovery strategy using AWS Elastic Disaster Recovery (AWS DRS) to replicate on-premises database servers to AWS. The AWS Replication Agent is successfully installed and the replication status in the AWS DRS console is 'Healthy'. The administrator modifies the default EC2 Launch Template in the AWS DRS console to specify that recovered instances must launch with a predefined IAM instance profile named 'DatabaseRecoveryProfile' to grant database processes access to specific Amazon S3 buckets. When the administrator initiates a recovery drill in the AWS DRS console, the launch job fails during the EC2 instantiation phase. What is the most likely cause of this failure?
A company's production database runs on an Amazon RDS for MySQL DB instance configured in a Multi-AZ deployment. The primary DB instance is located in the us-east-1a Availability Zone, and the standby DB instance is in us-east-1b. To support disaster recovery, a cross-Region Read Replica has been deployed in the us-west-2a Availability Zone. An Availability Zone outage occurs in us-east-1a, causing the primary DB instance to become unreachable.
Which of the following describes the automatic failover behavior of the database tier and the required action from the SysOps Administrator?
A SysOps Administrator needs to enable Amazon CloudWatch Container Insights on an existing Amazon EKS cluster that runs on Amazon EC2 worker nodes. The administrator needs to collect both container-level performance metrics and application logs, and view them on a unified dashboard. Which two actions should the SysOps Administrator take to configure this monitoring solution? (Select TWO.)
Geçerli olan tümünü seçin
A company runs a critical transactional application in the `us-east-1` Region. The backend database is an Amazon RDS for PostgreSQL DB instance. A SysOps Administrator must configure the database infrastructure to meet the following requirements:
1. Ensure high availability within the primary Region with automatic, zero-downtime failover to a synchronous standby database in the event of an Availability Zone (AZ) outage.
2. Establish a disaster recovery (DR) solution in the `us-west-2` Region with a Recovery Point Objective () of less than minutes, while allowing reporting tools to query the DR database during normal operations.
Which combination of actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator has deployed Amazon CloudWatch Container Insights on an Amazon EKS cluster running on Amazon EC2 worker nodes by running the CloudWatch agent as a DaemonSet. The Administrator notes that while the agent's diagnostic logs are successfully being written to CloudWatch, no Container Insights performance metrics (such as cluster, node, or pod CPU utilization) are appearing in the CloudWatch console. What is the most likely cause of this issue?
An organization is experiencing high data transfer costs through a NAT gateway. A SysOps Administrator attempts to create a VPC Flow Log at the subnet level to capture traffic details and deliver them to an Amazon CloudWatch Logs log group. Although the administrator has administrative permissions for Amazon EC2 and CloudWatch Logs, and has created a dedicated service role with the appropriate trust policy for delivery.logs.amazonaws.com, the creation of the flow log fails with an 'Access Denied' error. Which of the following actions should the administrator take to resolve this issue?
To enforce principal-based execution, a company requires all AWS Service Catalog provisioning to occur under a specific IAM role. While attempting to establish a launch constraint for a product portfolio, the platform administrator is blocked by an access denied error. The administrator already has full access to the target IAM role and AWS Service Catalog. Which specific IAM permission must be added to the administrator's IAM policy to allow them to assign this IAM role to the launch constraint?
A SysOps Administrator is using AWS CloudFormation to update a web application stack. The stack includes an Auto Scaling group (ASG) configured with an AutoScalingRollingUpdate update policy. The update template references a new AMI and a new IAM instance profile for the EC2 instances. During the deployment, the new instances fail to send a success signal to CloudFormation within the PauseTime period because of a misconfiguration in the UserData script. As a result, CloudFormation automatically transitions to the UPDATE_ROLLBACK_IN_PROGRESS state to revert the ASG to its previous launch template. However, the rollback process fails, and the stack status changes to UPDATE_ROLLBACK_FAILED. The error details indicate that CloudFormation is unauthorized to associate the previous IAM instance profile with the EC2 instances. Which action should the administrator take to successfully restore the stack to a stable state?