Tüm alıştırma soruları
976 soru
A SysOps administrator is configuring an Amazon S3 Lifecycle policy to optimize storage costs for an organization's data. Which TWO storage class transitions are valid and supported by S3 Lifecycle rules?
Geçerli olan tümünü seçin
A SysOps administrator needs to identify and safely decommission underutilized Application Load Balancers (ALBs) to optimize costs across a production AWS account. The administrator accesses the AWS Trusted Advisor Cost Optimization dashboard and notes several ALBs flagged as idle.
Which of the following describes the most accurate method to verify these load balancers are idle and the safest sequence to delete them?
A company stores daily database backups in an Amazon S3 Standard bucket. A SysOps administrator is creating an Amazon S3 Lifecycle configuration to transition these backups to S3 Standard-Infrequent Access (S3 Standard-IA) to reduce storage costs. What is the minimum number of days the backups must remain in S3 Standard before they can be transitioned to S3 Standard-IA?
A company runs a set of non-production workloads on Amazon EC2 instances that are automatically stopped outside of business hours to reduce expenses. Despite the instances being stopped, the company's monthly bill continues to show persistent hourly charges for public IPv4 addresses. A SysOps administrator needs to identify the source of these charges and prevent them in the future.
Which AWS Trusted Advisor Cost Optimization check should the administrator review to locate these specific resources, and what is the billing reason for the ongoing charges?
A SysOps Administrator is troubleshooting a connectivity issue where external users cannot access a web application running on an Amazon EC2 instance. The instance is located in a subnet that is intended to be public. The administrator verifies that the web server is active and listening locally on TCP port . However, when reviewing the VPC Flow Logs for the instance's elastic network interface (ENI), the administrator finds that there are no flow log records (either `ACCEPT` or `REJECT`) corresponding to external client IP addresses on port .
What is the most likely cause of this issue?
A company has migrated its marketing website to Amazon S3 and configured the bucket for static website hosting. The SysOps administrator must configure Amazon Route 53 so that users can access the website using the apex domain (cooldomain.net). Which DNS record configuration must the administrator create in Route 53 to meet this requirement?
A company has a VPC with private subnets containing Amazon EC2 instances that must securely write data to an Amazon Kinesis data stream. A SysOps Administrator deploys an Interface VPC Endpoint for Kinesis (com.amazonaws.us-east-1.kinesis-streams) within the private subnets. In addition, on-premises servers connected to the VPC via an AWS Direct Connect connection must also write data to the same Kinesis data stream privately. Which combination of actions must the SysOps Administrator take to ensure private connectivity for both the EC2 instances and the on-premises servers? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is setting up VPC Flow Logs to capture traffic from a public subnet and publish it to an Amazon CloudWatch Logs log group. The administrator creates a dedicated IAM service role for the flow logs, but when attempting to enable the flow log, they receive an "Access Denied" error. Additionally, the administrator wants to minimize long-term storage costs by ensuring that the collected flow log data is automatically deleted after 30 days. Which combination of actions must the administrator take to successfully activate the flow logs and meet the retention requirement? (Select TWO.)
Geçerli olan tümünü seçin
A company is using an AWS Transit Gateway to connect three VPCs: VPC A, VPC B, and VPC C. The company also has an on-premises data center connected to the Transit Gateway via an AWS Site-to-Site VPN.
A SysOps Administrator must configure Transit Gateway routing to meet the following requirements:
1. Network traffic must flow freely between VPC A and VPC B.
2. VPC C must be able to communicate with the on-premises data center.
3. VPC C must be completely isolated from VPC A and VPC B.
Which two actions should the SysOps Administrator take to configure the Transit Gateway routing? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator needs to configure Amazon Route 53 to route traffic for a company's apex domain (example.com) to an Application Load Balancer (ALB). Which two configurations or actions should the administrator choose? (Select TWO.)
Geçerli olan tümünü seçin
A company runs a memory-intensive database application on a fleet of Amazon EC2 instances across multiple member accounts in an AWS Organizations organization. A SysOps administrator wants to use AWS Compute Optimizer to generate right-sizing recommendations for these instances. Currently, AWS Compute Optimizer generates recommendations based solely on CPU and network utilization metrics, ignoring the memory bottleneck. The Unified CloudWatch Agent is already installed and running on the EC2 instances. Which action must the administrator take to allow AWS Compute Optimizer to analyze memory utilization and include it in the right-sizing recommendations?
A company is releasing a new version of its web application. The SysOps administrator wants to perform a canary deployment by routing of user traffic to the current production Application Load Balancer (ALB) and of traffic to a new ALB. Which Route 53 configuration should the administrator implement to meet these requirements?
A SysOps Administrator is configuring VPC Traffic Mirroring to capture a copy of inbound HTTPS traffic from a production application server's network interface (10.0.1.10) in a VPC. The mirrored traffic must be sent to an intrusion detection system (IDS) instance (10.0.2.20) in a different subnet of the same VPC. The administrator has successfully configured the Traffic Mirror Source, the Traffic Mirror Target, and a Traffic Mirror Filter to capture inbound TCP port 443 traffic. However, the IDS instance is not receiving any mirrored packets. Which configuration change should the administrator make to allow the mirrored traffic to reach the IDS instance?
A company is using AWS Organizations to manage multiple AWS accounts. A SysOps Administrator in the primary network management account creates an AWS Transit Gateway and shares it with a member account using AWS Resource Access Manager (RAM). A SysOps Administrator in the member account accepts the resource share and creates a Transit Gateway VPC attachment. However, traffic is not routing between the member VPC and other VPCs connected to the Transit Gateway. In the member account, the Transit Gateway attachment state is displayed as 'pendingAcceptance'. Which action is required to resolve this issue and enable network transit?
A company's staging environment has experienced escalating costs. A SysOps administrator is tasked with reviewing AWS Trusted Advisor Cost Optimization recommendations to quickly reduce expenses. The administrator wants to identify resources that are either completely unattached to active compute instances or database instances that have had no connections for an extended period.
Which AWS Trusted Advisor Cost Optimization checks should the administrator analyze to locate these resources? (Select TWO.)
Geçerli olan tümünü seçin
A company is connecting its on-premises network to AWS using a AWS Direct Connect connection via an AWS Transit Gateway and a Direct Connect Gateway. To ensure high availability, the company sets up an AWS Site-to-Site VPN connection to the same Transit Gateway as a backup path. The company wants to ensure that all traffic between the VPCs and the on-premises network automatically uses the Direct Connect connection under normal conditions, and only fails over to the VPN if the Direct Connect connection becomes unavailable. Which TWO configuration steps must the SysOps Administrator perform to achieve this routing behavior? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator wants to automate the remediation of underutilized Amazon EBS volumes flagged by AWS Trusted Advisor to optimize costs. The administrator wants to configure a rule that detects when the 'Underutilized Amazon EBS Volumes' check status changes to a warning or error state and automatically triggers a process to clean up these volumes. Which configuration will meet these requirements with the least administrative effort?
An application running on Amazon EC2 instances in a private subnet of a VPC needs to access a proprietary database service hosted by a partner company in another AWS account. The partner has shared the service via an AWS PrivateLink VPC Endpoint Service. The SysOps Administrator has created an Interface VPC Endpoint in the private subnet targeting the partner's service.
However, application logs show that connection attempts to the Interface VPC Endpoint's DNS name are failing due to connection timeouts.
Which TWO configurations must the SysOps Administrator verify or implement to resolve this connection issue? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring a secure, private connection to Amazon SNS (com.amazonaws.us-east-1.sns) for Amazon EC2 instances residing in a private subnet within a VPC. The VPC has no Internet Gateway or NAT Gateway. The EC2 instances are associated with a security group named EC2-SG. The Interface VPC Endpoint is associated with a security group named Endpoint-SG. The SysOps Administrator notices that the EC2 instances are timing out when attempting to publish messages to the SNS topic at sns.us-east-1.amazonaws.com.
Which two actions should the SysOps Administrator take to resolve this issue? (Select TWO.)
Geçerli olan tümünü seçin
A company wants to implement automated cost monitoring for a new multi-tenant application deployed across multiple member accounts in AWS Organizations. The application uses a variety of services, and the SysOps team needs to detect unexpected cost spikes using machine learning. They also need to ensure that anomalies associated with the specific cost allocation tag 'TenantID' are detected and that a centralized record of all anomalies is logged to an Amazon SQS queue in the management account for auditing. Which combination of steps should the SysOps administrator perform to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin