Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

AWS Certified CloudOps Engineer - Associate

Last Update 12 hours ago Total Questions : 219

The AWS Certified CloudOps Engineer - Associate content is now fully updated, with all current exam questions added 12 hours ago. Deciding to include SOA-C03 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our SOA-C03 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these SOA-C03 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any AWS Certified CloudOps Engineer - Associate practice test comfortably within the allotted time.

Question # 21

A company is migrating its production file server to AWS. All data stored on the file server must remain accessible if an Availability Zone becomes unavailable or during system maintenance. Users must access the file server through the SMB protocol and manage permissions by using Windows ACLs.

Which solution will meet these requirements?

A.

Create a single AWS Storage Gateway file gateway.

B.

Create an Amazon FSx for Windows File Server Multi-AZ file system.

C.

Deploy two AWS Storage Gateway file gateways in two Availability Zones behind an Application Load Balancer.

D.

Deploy two Amazon FSx for Windows File Server Single-AZ file systems and configure DFS Replication.

Question # 22

A multinational company uses an organization in AWS Organizations to manage over 200 member accounts across multiple AWS Regions. The company must ensure that all AWS resources meet specific security requirements.

The company must not deploy any EC2 instances in the ap-southeast-2 Region. The company must completely block root user actions in all member accounts. The company must prevent any user from deleting AWS CloudTrail logs, including administrators. The company requires a centrally managed solution that the company can automatically apply to all existing and future accounts. Which solution will meet these requirements?

A.

Create AWS Config rules with remediation actions in each account to detect policy violations. Implement IAM permissions boundaries for the account root users.

B.

Enable AWS Security Hub across the organization. Create custom security standards to enforce the security requirements. Use AWS CloudFormation StackSets to deploy the standards to all the accounts in the organization. Set up Security Hub automated remediation actions.

C.

Use AWS Control Tower for account governance. Configure Region deny controls. Use Service Control Policies (SCPs) to restrict root user access.

D.

Configure AWS Firewall Manager with security policies to meet the security requirements. Use an AWS Config aggregator with organization-wide conformance packs to detect security policy violations.

Question # 23

A CloudOps engineer launches an Amazon EC2 Linux instance in a public subnet. When the instance is running, the CloudOps engineer obtains the public IP address and attempts to remotely connect to the instance multiple times. However, the CloudOps engineer always receives a timeout error.

Which action will allow the CloudOps engineer to remotely connect to the instance?

A.

Add a route table entry in the public subnet for the CloudOps engineer’s IP address.

B.

Add an outbound network ACL rule to allow TCP port 22 for the CloudOps engineer’s IP address.

C.

Modify the instance security group to allow inbound SSH traffic from the CloudOps engineer’s IP address.

D.

Modify the instance security group to allow outbound SSH traffic to the CloudOps engineer’s IP address.

Question # 24

A company ' s website runs on an Amazon EC2 Linux instance. The website needs to serve PDF files from an Amazon S3 bucket. All public access to the S3 bucket is blocked at the account level. The company needs to allow website users to download the PDF files.

Which solution will meet these requirements with the LEAST administrative effort?

A.

Create an IAM role that has a policy that allows s3:list* and s3:get* permissions. Assign the role to the EC2 instance. Assign a company employee to download requested PDF files to the EC2 instance and deliver the files to website users. Create an AWS Lambda function to periodically delete local files.

B.

Create an Amazon CloudFront distribution that uses an origin access control (OAC) that points to the S3 bucket. Apply a bucket policy to the bucket to allow connections from the CloudFront distribution. Assign a company employee to provide a download URL that contains the distribution URL and the object path to users when users request PDF files.

C.

Change the S3 bucket permissions to allow public access on the source S3 bucket. Assign a company employee to provide a PDF file URL to users when users request the PDF files.

D.

Deploy an EC2 instance that has an IAM instance profile to a public subnet. Use a signed URL from the EC2 instance to provide temporary access to the S3 bucket for website users.

Question # 25

A company uses an IAM policy to ensure that all AWS resources are deployed and managed by AWS CloudFormation. A CloudOps engineer must periodically audit all AWS resources and provide a list of resources that do not match the expected configuration.

Which solution will meet this requirement with the LEAST effort?

A.

Configure an Amazon EventBridge rule that sends a notification to the company when any resource is created by CloudFormation. Audit the event notifications for any incorrect configurations.

B.

Audit code repositories where CloudFormation code is stored to look for any deviations from the expected configuration.

C.

Use the AWS CLI to check all resources to ensure consistency with the intended configuration.

D.

Use Amazon EventBridge to schedule periodic invocations of CloudFormation drift detection. Capture findings for review.

Question # 26

A CloudOps engineer is configuring an Amazon CloudFront distribution to use an SSL/TLS certificate. The CloudOps engineer must ensure automatic certificate renewal.

Which combination of steps will meet this requirement? (Select TWO.)

A.

Use a certificate issued by AWS Certificate Manager (ACM).

B.

Use a certificate issued by a third-party certificate authority (CA).

C.

Configure CloudFront to automatically renew the certificate when the certificate expires.

D.

Configure email validation for the certificate.

E.

Configure DNS validation for the certificate.

Question # 27

A company ' s CloudOps engineer deploys four new Amazon EC2 instances by using the standard Amazon Linux Amazon Machine Image (AMI). The company needs to be able to use AWS Systems Manager to manage the instances. The CloudOps engineer notices that the instances do not appear in the Systems Manager console.

What must the CloudOps engineer do to resolve this issue?

A.

Connect to each instance by using SSH. Install Systems Manager Agent on each instance. Configure Systems Manager Agent to start automatically when the instances start up.

B.

Use AWS Certificate Manager (ACM) to create a TLS certificate. Import the certificate into each instance. Configure Systems Manager Agent to use the TLS certificate for secure communications.

C.

Connect to each instance by using SSH. Create an ssm-user account. Add the ssm-user account to the /etc/sudoers.d directory.

D.

Attach an IAM instance profile to the instances. Ensure that the instance profile contains the AmazonSSMManagedInstanceCore policy.

Question # 28

A company has an application that uses an Amazon EFS file system. A recent incident that involved an application logic error corrupted several files. The company wants to improve its ability to back up and recover the EFS file system. The company must be able to recover individual files rapidly.

Which solution meets these requirements MOST cost-effectively?

A.

Configure Amazon Data Lifecycle Manager (Amazon DLM) to archive a copy of the data to an Amazon S3 Glacier vault. Use S3 Glacier retrieval requests to retrieve individual files.

B.

Create a second EFS file system in another AWS Region. Configure AWS DataSync to copy the data to the backup file system. Recover files by copying them from the backup EFS file system.

C.

Enable AWS Backup in Amazon EFS to back up the file system to an Amazon S3 Glacier vault. Use S3 Glacier retrieval requests to retrieve individual files.

D.

Enable AWS Backup in Amazon EFS to back up the file system to a backup vault. Use a partial restore job to retrieve individual files.

Question # 29

A company has attached the following policy to an IAM user:

{

" Version " : " 2012-10-17 " ,

" Statement " : [

{

" Effect " : " Allow " ,

" Action " : " rds:Describe* " ,

" Resource " : " * "

},

{

" Effect " : " Allow " ,

" Action " : " ec2:* " ,

" Resource " : " * " ,

" Condition " : {

" StringEquals " : {

" ec2:Region " : " us-east-1 "

}

}

},

{

" Effect " : " Deny " ,

" NotAction " : [

" ec2:* " ,

" s3:GetObject "

],

" Resource " : " * "

}

]

}

Which of the following actions are allowed for the IAM user?

A.

Amazon RDS DescribeDBInstances action in the us-east-1 Region.

B.

Amazon S3 PutObject operation in a bucket named testbucket.

C.

Amazon EC2 DescribeInstances action in the us-east-1 Region.

D.

Amazon EC2 AttachNetworkInterface action in the eu-west-1 Region.

Question # 30

A CloudOps engineer is troubleshooting an AWS CloudFormation template whereby multiple Amazon EC2 instances are being created. The template is working in us-east-1, but it is failing in us-west-2 with the error code:

AMI [ami-12345678] does not exist

How should the CloudOps engineer ensure that the AWS CloudFormation template is working in every Region?

A.

Copy the source Region’s Amazon Machine Image (AMI) to the destination Region and assign it the same ID.

B.

Edit the AWS CloudFormation template to specify the Region code as part of the fully qualified AMI ID.

C.

Edit the AWS CloudFormation template to offer a drop-down list of all AMIs to the user by using the AWS::EC2::AMI::ImageId control.

D.

Modify the AWS CloudFormation template by including the AMI IDs in the Mappings section. Refer to the proper mapping within the template for the proper AMI ID.

Go to page: