
75問と180分の制限時間で実際の試験をシミュレーションしましょう。AI検証済み解答と詳細な解説で学習できます。
AI搭載
すべての解答は3つの主要AIモデルで交差検証され、最高の精度を保証します。選択肢ごとの詳細な解説と深い問題分析を提供します。
A fintech startup stores Terraform modules and unit tests in an AWS CodeCommit repository; an AWS CodePipeline pipeline triggers an AWS CodeBuild project whenever code is merged into the release branch, and the build must run the unit tests within a 12-minute timeout and, only if they pass, create an annotated Git tag named release-${CODEBUILD_BUILD_NUMBER} on the most recent commit and push that tag back to the repository; how should the company configure the CodeBuild project to meet these requirements?
外出先でもすべての問題を解きたいですか?
Cloud Passをダウンロード — 模擬試験、学習進捗の追跡などを提供します。
学習期間: 2 months
Even after completing the app questions three times, I was worried about failing. Many exam questions turned out to be very similar, so I could solve them comfortably. Thank you!
学習期間: 1 month
After going through a Udemy course, I wanted to do some practice exams before taking the real exam. Cloud pass is good resource for exam. I didn't complete every questions, i only completed 70% questions. But i passed! Thanks cloud pass
学習期間: 1 month
A lot of the questions in this app questions indeed appeared on the exam, very helpful.
学習期間: 1 month
Passed the exam DOP-C02 Oct 2025. These practice questions were essential for my preparation. The services covered in the test practices match the exam content very well.
学習期間: 1 month
passed the dop exam with the help of Cloud pass questions. The real exam is full of tricky questions and these sets helped me prepared for it.
A video analytics company manages 28 AWS accounts in a single AWS Organizations organization with all features enabled and uses AWS CloudFormation StackSets for baseline deployments while AWS Config already monitors general S3 settings, and the security team now requires a preventative control that ensures every S3 PutObject across all accounts and Regions uses AWS Key Management Service (AWS KMS) server-side encryption (SSE-KMS) and blocks any noncompliant upload attempts with minimal operational overhead; which solution will meet these requirements?
An online gaming platform operates 12 Amazon EC2 instances across us-east-1 and us-west-2 in an Auto Scaling group; AWS Health publishes scheduled instance retirement and underlying host maintenance notifications that require reboots, and the company mandates that remediation occur only within an existing AWS Systems Manager maintenance window every Sunday from 01:00 to 03:00 UTC, so how should a DevOps engineer configure an Amazon EventBridge rule to automatically handle these notifications while ensuring reboots run only inside the maintenance window?
A research analytics platform runs data collectors on Amazon EC2 instances in an Auto Scaling group (minimum 4, maximum 20) that is created and maintained by AWS CloudFormation; each instance must start with a 12 KB TOML configuration file at /etc/collector/config.toml that is versioned in the same source repository as the infrastructure templates, and when the CloudFormation stack is updated with a change to this configuration, all running instances must pick up the change within 3 minutes without replacing instances while newly launched instances must always have the latest configuration—what solution will accomplish this with minimal delay?
A global fintech with a single OU (prod-compute) in AWS Organizations runs about 450 Amazon EC2 instances across three member accounts in us-east-1, and all AWS service calls must traverse interface VPC endpoints in a single shared VPC (10.20.0.0/16) via AWS RAM; the CISO mandates that if temporary credentials from any instance profile are copied, they must be unusable from any other source—including other EC2 instances, NAT gateways, or on premises—and the DevOps engineer must, without changing application code, enforce at the OU level that each instance profile’s credentials can be used only by the exact EC2 instance (same VPC and same private IPv4) to which they were issued. Which solution will meet these requirements?
An edtech platform runs its primary workloads in eu-west-1 and hosts all application source code in AWS CodeCommit. For business continuity, the company must be able to shift daily engineering work to ap-south-1 within 15 minutes if eu-west-1 experiences an outage. The company requires that when a pull request is merged into the main branch in the primary Region, the secondary Region automatically maintains a fully usable Git mirror so that developers can push and pull code there. Developers will add one additional remote URL to their local Git configuration when working in the secondary Region. Which solution meets these requirements?
A platform engineer is writing an AWS CloudFormation template to deploy a telemetry ingestion API that runs on Amazon EC2 instances in three private subnets across us-east-1, fronted by an internet-facing Application Load Balancer (ALB); 40% of client devices are IPv6-only and must reach the API over HTTPS on port 443 without assigning any public addresses to the EC2 instances. What should the engineer define in the template so that IPv6 clients can access the service?
A telemedicine company's real-time consultation platform has grown from 8,000 daily active users to 60,000 across 7 countries, its microservices run on Amazon Elastic Kubernetes Service (Amazon EKS) that scales up to 2,500 nodes during 20-minute peak windows, and security reviews show sporadic unauthorized sign-in attempts and abrupt session drops, so the company requires platform-wide additional protections and a single summarized view across all AWS accounts that shows login attempts, API calls, and network traffic, permits network traffic analysis while minimizing raw log management overhead, and enables rapid investigation of potentially malicious activity involving the EKS workload—what solution best meets these requirements?
A fintech partner portal running on an on-premises Kubernetes cluster must call the Amazon DynamoDB table Orders-Prod in AWS account 222222222222 in the us-east-1 Region; the company wants to continue using its existing identity provider at https://login.example-corp.com that supports only OpenID Connect (OIDC) with a client ID (aud) of abc123-web, and a DevOps engineer must secure the portal’s access to the AWS account without long-term credentials. Which combination of steps will meet these requirements? (Choose three.)
A global public health agency uses AWS Organizations with one management account and 12 member accounts across three OUs and must implement centralized governance with these requirements: • All accounts may create and use AWS resources only in us-east-1 and eu-central-1. • Only an approved set of services (Amazon S3, Amazon RDS, AWS Lambda, Amazon ECS, AWS KMS) is allowed in every account. • Workforce authentication is provided by on-premises Active Directory via SAML. • Access permissions must be organized by job function (DataEngineer, SysAdmin, Analyst, Auditor), identical in every account, and automatically applied to new accounts created in the OUs. Which solution will meet these requirements?