Tüm alıştırma soruları
976 soru
A SysOps administrator wants to configure cost alerts for a development sandbox account. The administrator needs to receive an email notification as soon as the monthly spend for the account is projected to exceed $500, before the actual charges are incurred.
Which AWS service or feature should the administrator use to meet this requirement?
A company's SysOps administrator has configured an Amazon EventBridge rule to detect when the Amazon RDS Idle DB Instances check from AWS Trusted Advisor enters a warning status. The rule is configured to target an AWS Systems Manager (SSM) Automation document that stops the idle DB instance. During testing, the administrator notices that the EventBridge rule is never triggered, even though several development RDS instances have had zero database connections for over two weeks. In the AWS Trusted Advisor console, the Cost Optimization category displays a lock icon and prompts the administrator to upgrade the support plan. Which of the following explains why the automated remediation is failing and describes the correct action to resolve the issue?
A SysOps Administrator is troubleshooting a routing issue in a hybrid network environment. Traffic from resources in a private VPC subnet destined for an on-premises data center network () is routing through a backup Site-to-Site VPN connection instead of a primary AWS Direct Connect connection. Both the Direct Connect connection (via a Transit Gateway attachment) and the VPN connection terminate on a single AWS Transit Gateway.
The administrator verifies the following configuration details:
- Both connections are actively establishing BGP sessions and advertising the identical prefix.
- The Transit Gateway route table associated with the VPC attachment shows active route propagation from both the Direct Connect gateway attachment and the VPN attachment.
- The Transit Gateway route table contains a static route for with the VPN attachment as the target.
Which action should the administrator take to ensure that traffic is routed over the Direct Connect connection as the primary path?
A company runs a high-volume media processing platform that stores source files in an Amazon S3 bucket with versioning enabled. A SysOps administrator must configure an S3 Lifecycle policy to optimize storage costs based on the following requirements:
- Current versions (average size ): Accessed frequently for the first . After , they are accessed occasionally and must remain immediately accessible. After , they are rarely accessed but must be retrievable within when requested.
- Noncurrent versions: Retained for after becoming noncurrent. They are rarely accessed, but must be available with millisecond retrieval times if requested.
Which S3 Lifecycle configuration meets these requirements in the most cost-effective manner while avoiding S3 validation errors and early transition or deletion fees?
An administrator registers a fleet of Amazon EC2 instances running a web application on port 8080 to an Application Load Balancer (ALB) target group. The ALB's target group health checks are configured to use the default HTTP settings on port 80. As a result, the ALB marks all instances as unhealthy. Which action should the administrator take to resolve this health check failure?
A fleet of application servers resides in a private subnet within Spoke VPC A. The servers regularly write large analytics payloads to an Amazon DynamoDB table in the same AWS Region. The network topology utilizes a hub-and-spoke model where Spoke VPC A is connected to a central Hub VPC via an AWS Transit Gateway, and all internet-bound traffic is routed through a centralized NAT Gateway in the Hub VPC. The SysOps administrator identifies that this DynamoDB write traffic is incurring both Transit Gateway and NAT Gateway data processing charges, significantly inflating the monthly bill. Which configuration will eliminate the data processing charges for this traffic in the most cost-effective manner?
A SysOps Administrator is configuring private connectivity between a consumer VPC and a proprietary billing application hosted in a provider VPC using AWS PrivateLink. The provider VPC has configured a VPC Endpoint Service backed by an internal Network Load Balancer. The administrator has created an Interface VPC Endpoint in a private subnet of the consumer VPC, but EC2 instances in that subnet cannot reach the billing application.
Which of the following actions should the administrator take to successfully establish connectivity? (Select TWO).
Geçerli olan tümünü seçin
A SysOps administrator is reviewing the AWS Trusted Advisor dashboard and notices a warning under the Cost Optimization category showing several unassociated Elastic IP addresses that are incurring hourly charges. The administrator needs to eliminate these charges immediately.
Which action should the SysOps administrator take to resolve this issue?
A company uses AWS Organizations to manage a dedicated sandbox account for trainee training. To control costs, a SysOps administrator must configure a system that automatically applies a restrictive Service Control Policy (SCP) to block new resource creation if the monthly spend on the sandbox account exceeds $1,000. Which of the following solutions will meet these requirements with the least administrative effort?
A SysOps administrator is configuring a monthly AWS budget for a data processing account to prevent cost overruns. The administrator wants to configure a budget action to automatically stop a specific Amazon RDS DB instance if the actual monthly spend exceeds . Which of the following configurations are required to implement this budget action? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise database backup system uploads transaction logs to an Amazon S3 Standard bucket. The logs must be managed under the following requirements:
- Logs must be available for immediate, frequent access for the first days.
- Between day and day , logs are accessed occasionally but must retain millisecond retrieval times.
- After days, logs are rarely accessed, and retrieval times of up to hours are acceptable for compliance audits.
- The logs must be kept for a total of days and then permanently deleted.
A SysOps administrator is configuring an S3 Lifecycle policy to automate these transitions while minimizing costs and preventing validation or early transition errors. Which TWO configuration actions should the administrator specify in the lifecycle rule?
Geçerli olan tümünü seçin
A SysOps Administrator is deploying Amazon EC2 instances in a private subnet with no internet connectivity. The instances need to send messages to Amazon SQS. The administrator creates an Interface VPC Endpoint for SQS in the VPC. However, the EC2 instances are unable to resolve the standard SQS endpoint URL (sqs.us-east-1.amazonaws.com) to the private IP addresses of the VPC endpoint. What must the administrator do to resolve this DNS resolution issue?
A SysOps Administrator is managing a CloudFormation stack that deploys a database application, using a dedicated AWS Identity and Access Management (IAM) service role for stack operations. The administrator attempts to update the stack to replace an Amazon RDS DB instance with a new configuration. The update fails during the deployment of a dependent resource, triggering a rollback. However, the rollback fails, and the stack status changes to UPDATE_ROLLBACK_FAILED. AWS CloudTrail logs reveal that the service role was unable to perform the deletion of the old RDS DB instance due to an AccessDenied error. What should the administrator do to resolve the rollback failure and return the stack to a stable state?
A SysOps Administrator is deploying an Amazon RDS Multi-AZ DB cluster to support a business-critical application that requires high availability and read scaling. The database engine selected is PostgreSQL. Which of the following statements correctly describe the characteristics and failover behavior of this Amazon RDS Multi-AZ DB cluster? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring an AWS Service Catalog product that deploys an Amazon RDS DB instance. The deployment must encrypt the database storage volume using a customer managed AWS KMS key. The product is associated with a portfolio that has a launch constraint configured to use a specific IAM service role. During testing, when an end user attempts to provision the product, the deployment fails with a 'CloudFormation stack rollback occurred' error. How should the administrator resolve this failure?
An operations team uses AWS Service Catalog to distribute standardized resources. In a consumer AWS account, a SysOps administrator has configured a launch constraint on an imported portfolio using a local IAM role named SC-Launch-Role. A developer in the consumer account attempts to provision a new product version from this portfolio. The product's CloudFormation template is designed to launch an Amazon EC2 instance and create a new IAM role for that instance. During the provisioning process, the deployment fails, and the CloudFormation stack rolls back with an Access Denied error during the creation of the IAM role. Which configuration change is required to successfully provision the product?
A company uses AWS Service Catalog to manage and distribute standardized AWS CloudFormation templates. A SysOps administrator has uploaded a new version (v2.0) of a database product. The administrator wants to prevent users from provisioning new resources using the older version (v1.0), but must allow users who currently have v1.0 provisioned products to upgrade to v2.0. Which action should the administrator take to meet these requirements with the least operational effort?
An administrator is establishing Same-Region Replication (SRR) for an Amazon S3 bucket within a single AWS account. Both the source and destination buckets have versioning active. The administrator has created a replication IAM role with a trust policy for `s3.amazonaws.com` and a permissions policy that allows `s3:ReplicateObject` on the destination. However, when the administrator executes `aws s3api put-bucket-replication` from their local machine, they receive an 'AccessDenied' error.
Which of the following is the most likely cause of this failure?
A SysOps Administrator is configuring an AWS Systems Manager State Manager association to execute a custom Automation document that runs on a fleet of Amazon EC2 instances. The target instances have the Systems Manager (SSM) Agent installed and active, and they are targeted using the tag `Environment: Production`. The instances also have the necessary IAM instance profile attached. During the creation of the State Manager association, the administrator specifies a custom IAM service role to allow Systems Manager to execute the Automation workflow. However, the creation of the association fails immediately with an AccessDenied error.
Which of the following is the most likely root cause of this failure?
A SysOps Administrator needs to automate the deployment of an application database password to a fleet of Amazon EC2 instances. The password must be stored securely and decrypted only during the execution of a Systems Manager Run Command script. The administrator wants to adhere to the principle of least privilege, ensuring the IAM policy limits access to only the specific resources involved. The SSM Agent is already installed and running on the target EC2 instances, but they do not yet have any IAM roles or instance profiles attached.
What is the correct sequence of steps to configure this secure parameter access and execute the script on the instances?
Öğeleri doğru sıraya koymak için sürükleyin