Tüm alıştırma soruları
976 soru
A SysOps Administrator is configuring a private subnet containing Amazon EC2 instances that need to access files in an Amazon S3 bucket within the same AWS Region. To prevent data transfer charges and keep the traffic private, the administrator creates an Amazon S3 Gateway VPC Endpoint. However, when trying to access S3 from the EC2 instances, the connection times out. What configuration step must the administrator perform to resolve this connection issue?
A company hosts a data processing workload on Amazon EC2 instances in private subnets across two Availability Zones (`eu-west-1a` and `eu-west-1b`) within a single VPC. The instances download regular updates from the internet and write approximately of data monthly to Amazon DynamoDB. Currently, all outbound traffic from the private subnets routes through a single NAT Gateway located in a public subnet in `eu-west-1a`.
A SysOps administrator identifies high charges in the monthly bill for both NAT Gateway data processing and cross-Availability Zone data transfer.
Which combination of actions should the SysOps administrator take to minimize the data transfer costs? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is troubleshooting an internal Application Load Balancer (ALB) that routes HTTPS traffic on port 443 to a fleet of Amazon EC2 instances in a private subnet. The instances are registered with a target group configured for HTTP health checks on port 80 using the path `/status`. The target group reports all EC2 instances as Unhealthy, and clients receive HTTP 502 (Bad Gateway) errors when trying to access the application. The administrator has verified that the web application is running and responding to local HTTPS requests on port 443 on the EC2 instances. Which of the following could be the root causes of the failing health checks? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator is configuring an Amazon S3 Lifecycle policy to optimize storage costs for media archives. The files are uploaded to S3 Standard. The access patterns and requirements are as follows:
* For the first days, files are accessed frequently.
* From day to day , files are accessed infrequently but must be available for immediate retrieval.
* After days, the files are rarely accessed, but any retrieval requests must be completed within minutes.
* The files must be kept for a total of days before deletion.
Which TWO configuration steps should the administrator include in the lifecycle policy to meet these requirements in a valid and most cost-effective manner? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring a VPC with a private subnet that contains Amazon EC2 instances. The instances must access Amazon DynamoDB and AWS Key Management Service (AWS KMS) securely. The VPC does not have an Internet Gateway or a NAT Gateway. The administrator creates a Gateway VPC Endpoint for DynamoDB and an Interface VPC Endpoint for KMS. Which of the following configurations are required to establish connectivity from the EC2 instances to both services? (Select TWO.)
Geçerli olan tümünü seçin
A company collects daily telemetry files from IoT devices and stores them in an Amazon S3 Standard bucket. The telemetry files must be queryable with millisecond latency for the first 30 days. Between day 30 and day 90, the data is accessed occasionally but still requires millisecond retrieval latency. After 90 days, the files are rarely accessed but must be retained for 7 years ( days) for compliance auditing, where a retrieval time of up to 12 hours is acceptable. Which S3 Lifecycle configuration meets these requirements in the most cost-effective manner without violating S3 Lifecycle constraints or incurring premature transition penalties?
A SysOps administrator is reviewing the AWS Trusted Advisor Cost Optimization reports for a production account and notes that several Amazon RDS DB instances have been flagged by the 'Amazon RDS Idle DB Instances' check for having zero connections over the past 14 days. The administrator must decommission these DB instances to optimize costs while ensuring that the databases can be restored in the future if required. Which two actions should the administrator take to clean up these underutilized resources in the most cost-effective and safe manner? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator is troubleshooting an Application Load Balancer (ALB) that has marked all registered Amazon EC2 instances as unhealthy. The instances host a web application that listens on port 80 and is configured to automatically redirect all incoming HTTP traffic to HTTPS (port 443) using an application-level rewrite rule. The ALB is configured for SSL termination on port 443. The target group is configured to perform health checks on port 80 using the HTTP protocol at path `/healthz`, expecting a default response code of 200. Which of the following is the most appropriate action to resolve this issue and mark the targets as healthy?
A company's finance department wants to ensure they are getting maximum value from their newly purchased Compute Savings Plans. A SysOps administrator is tasked with setting up an automated notification that alerts the team if the utilization of these Savings Plans drops below over a daily tracking period. Which configuration should the SysOps administrator use to meet this requirement with the least administrative effort?
An organization's AWS Trusted Advisor Cost Optimization report lists several Amazon Elastic Block Store (Amazon EBS) volumes in the 'available' state with a warning status, indicating they are underutilized. A SysOps administrator is tasked with optimizing costs by removing these volumes while ensuring that any existing data can be recovered if needed in the future.
Which action should the administrator take to meet these requirements?
A SysOps administrator is configuring a monthly cost budget in AWS Budgets for a sandbox account. The administrator wants to configure an AWS Budgets Action that automatically attaches a restrictive IAM policy to prevent further resource creation when actual spending exceeds . Which of the following configurations are required to allow AWS Budgets to successfully execute this action? (Select TWO.)
Geçerli olan tümünü seçin
A global media company uses Amazon Route 53 to manage DNS for its streaming platform. To support a new marketing campaign, the operations team needs to route apex domain traffic (media-stream.com) to a set of resources. The primary endpoint is an Application Load Balancer (ALB) in Europe, and the fallback endpoint is a backup service in the United States. The setup must automatically redirect users to the backup service if the European ALB fails its health checks. Which of the following actions should the SysOps administrator take to configure this routing behavior? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring private connectivity between application servers in a consumer VPC and a third-party database service hosted in a provider VPC. The administrator creates an Interface VPC Endpoint (AWS PrivateLink) in the consumer VPC for the database service and enables the Private DNS option. However, the application servers in the private subnet are experiencing connection timeouts when attempting to reach the database service. Which combination of actions should the SysOps Administrator take to resolve this connectivity issue? (Select TWO.)
Geçerli olan tümünü seçin
An organization uploads raw research datasets to an Amazon S3 Standard bucket. The datasets are frequently accessed during the first days. Access becomes occasional between day and day , though any retrievals must remain instantaneous. After days, the data is rarely accessed but must be retained long-term for compliance, where a retrieval time of several hours is acceptable.
A SysOps administrator attempts to configure an Amazon S3 Lifecycle policy with the following transition actions:
* Transition to S3 Standard-Infrequent Access (Standard-IA) after days.
* Transition to S3 Glacier Flexible Retrieval after days.
When saving this policy, the administrator receives a validation error. Which of the following explains the reason for this error?
A SysOps Administrator is configuring a monitoring solution for a microservice that publishes system events to an Amazon CloudWatch log group named `/aws/microservices/order-processor`. The application outputs log messages in the following JSON format:
{
"request_id": "req-9481",
"status": "FAILURE",
"error_code": "ERR_PAYMENT_DECLINED",
"processing_time_ms": 1420
}
The administrator needs to monitor for instances where payments are declined and trigger automated notifications. Which two actions must the administrator perform to achieve this requirement?
Geçerli olan tümünü seçin
A company's compliance policy requires all Amazon RDS DB instances to have automated backups enabled. To monitor this, a SysOps administrator deploys the AWS Config managed rule `rds-backup-enabled`. The administrator wants to establish an automated remediation workflow that triggers when a DB instance is flagged as non-compliant. The remediation must use Amazon EventBridge to invoke an AWS Systems Manager Automation document that modifies the RDS instance to enable backups. Which combination of configuration steps and IAM permissions is required to successfully implement this automated remediation?
A SysOps Administrator is configuring a monitoring solution for a new microservice that writes JSON-formatted application logs to an Amazon CloudWatch Logs group. A typical log entry has the following structure:
{
"timestamp": "2026-07-15T12:00:00Z",
"level": "ERROR",
"event": {
"service": "database-connector",
"error_code": 504,
"message": "Connection timed out after 10000ms"
}
}
The administrator wants to increment a custom CloudWatch metric whenever the `service` value is "database-connector" and the `error_code` is 504. Which configuration will achieve this requirement?
A SysOps administrator is configuring an automated remediation pipeline to stop any Amazon EC2 instance that is flagged as non-compliant by an AWS Config rule named `required-tags`. The remediation must execute the `AWS-StopEC2Instance` AWS Systems Manager Automation document automatically when compliance fails.
Which TWO configuration actions are required to successfully set up this automation pipeline? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is tasked with enabling Amazon CloudWatch Container Insights for an existing Amazon ECS cluster that runs tasks on both Amazon EC2 and AWS Fargate. The Administrator must also ensure that any new ECS clusters created in the account in the future will automatically have Container Insights enabled.
Which of the following actions should the Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An organization relies on AWS Config to verify that Amazon DynamoDB tables have point-in-time recovery (PITR) enabled. To automate the response for non-compliant tables, a SysOps administrator plans to use an Amazon EventBridge rule to execute the AWS Systems Manager (SSM) Automation document `AWS-EnableDynamoDbPointInTimeRecovery`. The SSM Automation execution requires a specific IAM service role to perform the remediation steps. Which configuration must the administrator implement to ensure the remediation process triggers successfully?