Tüm alıştırma soruları
976 soru
A health-tech company hosts its patient record access portal on the apex domain (`patientportal.com`). The company must comply with strict data residency regulations: all web traffic originating from the European Union (EU) must be directed to an Application Load Balancer (ALB) deployed in the `eu-west-1` Region, while all other global traffic must be routed to a separate ALB deployed in the `us-east-1` Region. A SysOps administrator is configuring Amazon Route 53 to implement this routing logic.
Which two Route 53 record configurations must the administrator implement to meet these compliance requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company hosts an API on Amazon EC2 instances behind an Application Load Balancer (ALB), which is protected by an AWS WAF Web ACL. A SysOps administrator notices that legitimate API clients receive HTTP 403 Forbidden responses when uploading payload files larger than . The AWS WAF logs indicate that these requests are blocked by a custom rule designed to inspect the request body for SQL injection (SQLi) attacks. The administrator needs to ensure that clients can upload large payloads while maintaining SQLi threat protection on the inspectable portion of the request body. Which configuration change should the administrator implement to meet these requirements?
A SysOps Administrator is setting up automated patching for a fleet of Windows Server EC2 instances using AWS Systems Manager Patch Manager. The instances are divided into 'Staging' and 'Production' environments, and each group must be patched on different schedules using Systems Manager Maintenance Windows. The administrator has created two custom patch baselines. Which combination of steps is required to successfully implement this configuration? (Select TWO.)
Geçerli olan tümünü seçin
A company hosting its main corporate portal at the zone apex (corporateportal.com) needs to implement an active-passive disaster recovery strategy. The primary infrastructure is fronted by an Application Load Balancer (ALB) in the us-east-1 Region, and the secondary disaster recovery site is fronted by an ALB in the us-west-2 Region. The DNS configuration must ensure that user traffic is automatically directed to the standby site only when the primary ALB or its registered targets become unhealthy. Which configuration should a SysOps Administrator implement to meet these requirements?
A company wants to identify and receive alerts for unexpected, machine-learning-detected spikes in spending related specifically to resources tagged with `CostCenter: Marketing`. The SysOps administrator must ensure that these alerts are sent to the finance team using an existing Amazon SNS topic. Which two actions must the SysOps administrator perform to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A company has an AWS Lambda function that needs to decrypt data using a customer managed KMS key in the same AWS account. A SysOps Administrator has attached an IAM policy to the Lambda execution role that allows the `kms:Decrypt` action on the KMS key. However, when the Lambda function runs, it fails with an `AccessDeniedException` error during the decryption operation. The customer managed KMS key policy contains only the following statement:
{
"Version": "2012-10-17",
"Id": "key-policy-1",
"Statement": [
{
"Sid": "Allow Key Administration",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::123456789012:role/AdminRole"
},
"Action": [
"kms:Create*",
"kms:Describe*",
"kms:Enable*",
"kms:List*",
"kms:Put*",
"kms:Update*",
"kms:Revoke*",
"kms:Disable*",
"kms:Get*",
"kms:Delete*",
"kms:TagResource",
"kms:UntagResource",
"kms:ScheduleKeyDeletion",
"kms:CancelKeyDeletion"
],
"Resource": "*"
"
}
]
}
Which modification to the configuration will resolve this error?
An Application Load Balancer (ALB) is configured to route HTTP traffic on port 80 to a target group containing Amazon EC2 instances. The EC2 instances run a web application that automatically redirects all incoming HTTP requests to HTTPS (HTTP 301) to enforce encryption. The target group health checks are configured to use HTTP on the traffic port with the path `/`. The load balancer registers all EC2 instances as unhealthy. Which TWO actions should a SysOps administrator take to resolve this health check issue? (Select TWO.)
Geçerli olan tümünü seçin
A company stores daily database backup files in an Amazon S3 Standard bucket. Each backup file is approximately . The backups are frequently accessed during the first days after upload. After days, access is rare, but the database team must be able to retrieve any backup within minutes if a restore is needed. The backups must be retained for a total of days before being permanently deleted.
A SysOps administrator is configuring an Amazon S3 Lifecycle policy to automate this process at the lowest cost.
Which TWO configurations should the administrator include in the S3 Lifecycle policy?
Geçerli olan tümünü seçin
A SysOps administrator has launched an Amazon EC2 instance in a newly created private subnet () to run a database client. The client needs to connect to an external API on the internet. The administrator has deployed a NAT Gateway in another subnet () within the same VPC. However, the EC2 instance cannot establish any connection to the internet. Which of the following configuration changes are required to resolve this connectivity issue? (Select TWO.)
Geçerli olan tümünü seçin
A company has established an AWS Site-to-Site VPN connection between their on-premises network () and a VPC () using a Virtual Private Gateway. The VPN tunnel status is active. A SysOps administrator deploys a database server on an Amazon EC2 instance in a private subnet (). The database server needs to communicate with an application server running on-premises (). However, network tests show that the database server cannot reach the on-premises server. Which action should the administrator take to resolve this connectivity issue?
A company uploads system telemetry archives to an Amazon S3 Standard bucket. The logs must be accessed frequently with millisecond latency for the first days. After days, the logs are accessed occasionally but still require millisecond access. After days from upload, the logs are rarely accessed, but if a retrieval request is made, the logs must be available within to hours. The logs must be kept for a total of days before deletion.
Which two lifecycle transitions should a SysOps administrator configure to meet these requirements in the most cost-effective manner? (Select TWO.)
Geçerli olan tümünü seçin
A company hosts a web application at the zone apex (example.com). The application is deployed behind Application Load Balancers (ALBs) located in both the us-east-1 and eu-central-1 Regions. A SysOps Administrator needs to configure Amazon Route 53 to route user traffic to the region that offers the lowest network latency. Additionally, the configuration must automatically divert traffic away from a region if its ALB becomes unhealthy. Which two actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator wants to automatically remediate non-compliant Amazon S3 buckets that allow public read access using AWS Config. The administrator plans to use the AWS-ConfigureS3BucketPublicAccessBlock Systems Manager Automation document to perform the remediation. Which of the following configurations are required to set up this automated remediation? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring an AWS CodeBuild project to decrypt sensitive environment variables retrieved from AWS Systems Manager Parameter Store. The parameters are encrypted with a customer managed KMS key in AWS Account `111122223333`. The administrator has already added `kms:Decrypt` and `kms:DescribeKey` permissions to the CodeBuild service role's IAM policy.
The customer managed KMS key has the following key policy:
{
"Version": "2012-10-17",
"Id": "key-policy-1",
"Statement": [
{
"Sid": "Allow direct access to key administrators",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::111122223333:role/KMSAdminRole"
},
"Action": [
"kms:Create*",
"kms:Describe*",
"kms:Enable*",
"kms:List*",
"kms:Put*",
"kms:Update*",
"kms:Revoke*",
"kms:Disable*",
"kms:Get*",
"kms:Delete*",
"kms:TagResource",
"kms:UntagResource",
"kms:ScheduleKeyDeletion",
"kms:CancelKeyDeletion"
],
"Resource": "*"
}
]
}
When CodeBuild attempts to decrypt the parameters, the build fails with an Access Denied error.
Which of the following modifications will resolve this issue?
A company connects several VPCs to an on-premises datacenter (CIDR ) using an AWS Transit Gateway. The Transit Gateway has two attachments: an AWS Direct Connect Gateway (associated with a Transit VIF) and an AWS Site-to-Site VPN. Both attachments are configured to dynamically propagate routes to the Transit Gateway route table using BGP. During an operational review, a SysOps Administrator discovers that all outbound traffic from the VPCs to the on-premises network is traversing the Site-to-Site VPN connection instead of the Direct Connect path, despite the Direct Connect connection being fully operational and active. Which of the following is the most likely cause of this routing behavior?
API instances running on Amazon EC2 in Subnet X () are unable to establish TCP connections with Redis cache nodes running in Subnet Y () on port . The security groups associated with both the API instances and the cache nodes permit all inbound and outbound traffic between the two subnets. To troubleshoot, a SysOps Administrator enables VPC Flow Logs on the elastic network interfaces (ENIs) of the cache nodes. The administrator identifies the following log records:
2 123456789012 eni-0987654321fedcba0 172.16.10.50 172.16.20.200 58291 6379 6 1 60 1781234560 1781234620 ACCEPT OK
2 123456789012 eni-0987654321fedcba0 172.16.20.200 172.16.10.50 6379 58291 6 1 40 1781234560 1781234620 REJECT OK
Which configuration change will resolve the connectivity issue?
A SysOps Administrator is building an Amazon CloudWatch dashboard to monitor resource utilization of microservices running on an Amazon ECS cluster. All tasks in the cluster run on AWS Fargate. The Administrator enabled CloudWatch Container Insights for the cluster, but is unable to find container-level CPU and memory utilization metrics under the default AWS/ECS namespace in the CloudWatch console. Which of the following explains this behavior and identifies the correct location of these metrics?
A SysOps Administrator is configuring AWS CloudTrail to deliver log events to Amazon CloudWatch Logs for real-time compliance monitoring. The administrator needs to ensure that the integration is secure and log delivery is successful.
Which two configuration steps must the administrator perform to achieve this? (Select TWO.)
Geçerli olan tümünü seçin
A retail company's inventory platform is hosted on Amazon EC2 instances within a private subnet. The instances are registered to a target group associated with an Application Load Balancer (ALB). A SysOps administrator logs into the AWS Management Console and observes that all registered EC2 targets show an 'Unhealthy' status with the error description 'Health check failed'. The administrator checks the configuration and confirms that both the Security Groups and Network ACLs allow inbound HTTP traffic on the application port from the ALB. The ALB health check is configured to query the HTTP path '/health' on the traffic port. Which two configuration issues on the EC2 instances or the web server could be causing the health checks to fail? (Select two.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring AWS Elastic Disaster Recovery (AWS DRS) to replicate on-premises virtual machines to AWS. The administrator faces two challenges: the replication servers in the staging area cannot communicate with the AWS DRS service, and subsequent attempts to launch drill instances fail due to permission authorization errors.
Which TWO actions should the administrator take to resolve these issues? (Select TWO.)
Geçerli olan tümünü seçin