All practice questions
976 questions
A SysOps administrator is reviewing recommendations to optimize AWS infrastructure spending. The administrator wants to identify underutilized resources using AWS Trusted Advisor checks.
Which two of the following findings are reported by AWS Trusted Advisor cost optimization checks? (Select TWO.)
Select all that apply
A company has an AWS Transit Gateway connecting three VPCs to their on-premises datacenter. The network connects to the on-premises network via two paths: a primary path using an AWS Direct Connect connection with a Transit VIF terminating on a Direct Connect Gateway associated with the Transit Gateway, and a backup path using an AWS Site-to-Site VPN connection attached directly to the Transit Gateway. Both connections use BGP to dynamically advertise the on-premises network prefix . During a failover simulation, the SysOps Administrator notices that traffic destined for the on-premises network continuously routes over the backup Site-to-Site VPN connection even though the Direct Connect path is healthy and operational. Which of the following actions should the SysOps Administrator take to resolve this routing issue? Select two.
Select all that apply
A SysOps administrator is troubleshooting a low cache hit ratio on an Amazon CloudFront distribution that serves a dynamic API. The application origin, hosted on EC2 instances behind an Application Load Balancer (ALB), requires the custom 'country-code' query string to return localized content, and the 'Authorization' header to authenticate each client request. Currently, the distribution's cache behavior is configured to forward all headers and query strings to the origin. Which configuration will maximize the cache hit ratio at the edge locations while ensuring the application still functions correctly?
An application's frontend is distributed globally using an Amazon CloudFront distribution, with an Application Load Balancer (ALB) configured as the origin. A SysOps administrator needs to configure the apex domain (example.com) to route traffic to the CloudFront distribution. The administrator also wants to secure the origin by restricting direct public access to the ALB while ensuring client-to-ALB communication functions correctly. Which configuration correctly satisfies these routing and security requirements?
A SysOps administrator is configuring an AWS Site-to-Site VPN connection to establish hybrid connectivity between an on-premises network and a private subnet within an Amazon VPC. Which two steps must the administrator take to allow network traffic to flow between the private subnet and the on-premises network? (Select TWO.)
Select all that apply
A company hosts a secure microservice behind a Network Load Balancer (NLB) in a Service Provider VPC. A SysOps Administrator configures an AWS PrivateLink VPC Endpoint Service for this NLB. In a Service Consumer VPC, the administrator creates an Interface VPC Endpoint targeting the Endpoint Service and enables Private DNS. The Consumer VPC is connected to an on-premises network via an AWS Direct Connect connection terminated at a Transit Gateway. On-premises servers must be able to resolve the service's private DNS hostname and securely access the microservice. Which two configuration steps must the SysOps Administrator perform to satisfy these requirements? (Select TWO.)
Select all that apply
A company hosts a production workload on a fleet of Amazon EC2 Linux instances in the region. The workload runs , and the company plans to migrate the fleet to instances within the next months. The company wants to optimize costs immediately by committing to a -year term, ensuring that the discount applies to the current instances and automatically transitions to the new instances post-migration. Which purchasing option will meet these requirements at the lowest cost?
An application running on Amazon EC2 instances in a private subnet frequently downloads large datasets from an Amazon S3 bucket in the same AWS Region. The subnet routes all outbound internet traffic through a NAT Gateway. A SysOps administrator notices high NAT Gateway data processing charges on the monthly AWS bill. Which action should the administrator take to eliminate these data processing charges in the most cost-effective manner?
A company uses an Amazon CloudFront distribution to serve private content from a primary Amazon S3 bucket. The company has configured a secondary S3 bucket in a different AWS Region as a backup origin within a CloudFront origin group. All objects in both S3 buckets are encrypted using regional customer managed keys (SSE-KMS). A SysOps administrator needs to ensure that CloudFront can securely retrieve and decrypt content from both S3 buckets, and that failover can occur seamlessly when needed.
Which TWO actions should the SysOps administrator take to meet these requirements? (Select TWO.)
Select all that apply
An organization wants to establish a dedicated connection from their on-premises datacenter to a private subnet in a single VPC using an existing AWS Direct Connect connection. Which type of virtual interface (VIF) should the SysOps administrator configure on the Direct Connect connection to meet this requirement?
A company manages a multi-account AWS environment using AWS Organizations with consolidated billing. A SysOps Administrator has successfully deployed a Tag Policy across all member accounts to ensure that resources are tagged with the key `InitiativeID`. Although member accounts have started applying the tag to EC2 instances and S3 buckets, the `InitiativeID` tag is not yet appearing as a filtering option in Cost Explorer. Which of the following actions must the SysOps Administrator perform to resolve this issue and begin tracking costs by this tag? (Select TWO.)
Select all that apply
A SysOps Administrator is configuring VPC Flow Logs for a multi-tier application. The administrator creates a flow log to capture all traffic and selects an Amazon S3 bucket named 'app-traffic-logs-prod' in the same AWS account as the destination. The S3 bucket is configured with default Amazon S3 managed encryption keys (SSE-S3). Shortly after creation, the administrator checks the S3 bucket but finds that no flow log data has been delivered. Which of the following explains why the logs are failing to deliver?
A company has an on-premises data center connected to an AWS VPC via an AWS Direct Connect connection. A SysOps Administrator needs to enable private access to Amazon S3 for both the on-premises servers and the EC2 instances in a private subnet of the VPC. To minimize data transfer costs, the EC2 instances must use an existing S3 Gateway VPC Endpoint, while the on-premises servers must use a newly created S3 Interface VPC Endpoint.
After deploying the Interface VPC Endpoint for Amazon S3 in the VPC, the administrator notices that the EC2 instances have started routing S3 traffic through the Interface VPC Endpoint, incurring unexpected charges, while the on-premises servers are unable to connect to S3.
Which combination of actions should the SysOps Administrator take to resolve these issues?
A SysOps administrator is configuring AWS Budgets to control costs in a testing environment. The administrator wants to use AWS Budgets Actions to automatically take action when actual costs exceed a predefined threshold. Which of the following actions can be natively executed by AWS Budgets Actions to prevent further cost overruns? (Select TWO.)
Select all that apply
A SysOps Administrator is troubleshooting a connectivity issue for a web server hosted on an Amazon EC2 instance with private IP address 10.0.1.100. Clients are unable to load pages from the web server. The administrator enables VPC Flow Logs on the instance's elastic network interface (ENI) and observes the following log records:
2 123456789012 eni-1234567890abcdef 203.0.113.10 10.0.1.100 50001 80 6 10 520 1620000000 1620000060 ACCEPT OK
2 123456789012 eni-1234567890abcdef 10.0.1.100 203.0.113.10 80 50001 6 5 260 1620000000 1620000060 REJECT OK
Which action should the administrator take to resolve this issue?
During a department transition, a SysOps Administrator in a member account of an AWS Organization is asked to categorize cloud expenses. The administrator tags all local Amazon EC2 and Amazon Aurora resources with the tag key `BillingGroup`. However, when the administrator tries to build a cost budget filtered by this key in the member account, the tag is missing from the Billing console. What must be done to resolve this issue?
A company has an AWS Organization with multiple member accounts. A SysOps administrator is tasked with implementing a cost management strategy to address unexpected cost spikes. The strategy must achieve the following:
1. Identify unexpected spend anomalies specifically for resources tagged with the key ProjectID and notify the project team via Slack.
2. Enable member accounts to access AWS Cost Explorer to view their own historical costs and three-month cost forecasts, while restricting them from viewing any billing data of other member accounts.
Which two actions should the SysOps administrator take to meet these requirements? (Select two.)
Select all that apply
A media company is planning to modernize its image processing workload currently running on Amazon EC2 Linux instances in a single AWS account. Over the next months, the engineering team plans to migrate of the workload to AWS Fargate, and upgrade the remaining EC2 instances to the newer Graviton-based instance family. A SysOps administrator must recommend a -year commitment plan that provides the maximum cost savings while automatically applying to all stages of this migration. Which commitment option should the administrator recommend to meet these requirements?
A SysOps Administrator is investigating a connection timeout issue between an application server in subnet A () and a database server in subnet B (). Both subnets are within the same VPC. Security groups have been verified as correct. The administrator reviews the following VPC Flow Log records for the network interface of the database server:
2 123456789012 eni-0123456789abcdef0 10.0.1.50 10.0.2.10 49152 3306 6 20 1040 1620123456 1620123516 ACCEPT OK
2 123456789012 eni-0123456789abcdef0 10.0.2.10 10.0.1.50 3306 49152 6 20 1040 1620123456 1620123516 REJECT OK
Which of the following actions must the administrator perform to resolve this connection issue? (Select TWO.)
Select all that apply
A SysOps administrator is configuring an Amazon CloudFront distribution to serve static content from an Amazon S3 bucket. The company's security policy requires that all viewer traffic must access the bucket through CloudFront, and direct public access to the S3 bucket must be completely blocked. Additionally, the website must be accessible via the company's root domain (example.com). Which configuration steps should the administrator implement to meet these requirements?