Pass the Amazon Web Services AWS Certified Associate SOA-C02 Questions and answers with CertsForce

Viewing page 6 out of 9 pages
Viewing questions 51-60 out of questions
Questions # 51:

A company hosts its website in the us-east-1 Region. The company is preparing to deploy its website into the eu-central-1 Region. Website visitors who are located in Europe should access the website that is hosted in eu-central-1. All other visitors access the website that is hosted in us-east-1. The company uses Amazon Route 53 to manage the website's DNS records.

Which routing policy should a SysOps administrator apply to the Route 53 record set to meet these requirements?

Options:

A.

Geolocation routing policy


B.

Geoproximity routing policy


C.

Latency routing policy


D.

Multivalue answer routing policy


Expert Solution
Questions # 52:

A company is creating a new multi-account architecture. A Sysops administrator must implement a login solution to centrally manage

user access and permissions across all AWS accounts. The solution must be integrated with AWS Organizations and must be connected to a third-party Security Assertion Markup Language (SAML) 2.0 identity provider (IdP).

What should the SysOps administrator do to meet these requirements?

Options:

A.

Configure an Amazon Cognito user pool. Integrate the user pool with the third-party IdP.


B.

Enable and configure AWS Single Sign-On with the third-party IdP.


C.

Federate the third-party IdP with AWS Identity and Access Management (IAM) for each AWS account in the organization.


D.

Integrate the third-party IdP directly with AWS Organizations.


Expert Solution
Questions # 53:

A company manages a set of accounts on AWS by using AWS Organizations. The company's security team wants to use a native AWS service to regularly scan all AWS accounts against the Center for Internet Security (CIS) AWS Foundations Benchmark.

What is the MOST operationally efficient way to meet these requirements?

Options:

A.

Designate a central security account as the AWS Security Hub administrator account. Create a script that sends an invitation from the Security Hub administrator account and accepts the invitation from the member account. Run the script every time a new account is created. Configure Security Hub to run the CIS AWS Foundations Benchmark scans.


B.

Run the CIS AWS Foundations Benchmark across all accounts by using Amazon Inspector.


C.

Designate a central security account as the Amazon GuardDuty administrator account. Create a script that sends an invitation from the GuardDuty administrator account and accepts the invitation from the member account. Run the script every time a new account is created. Configure GuardDuty to run the CIS AWS Foundations Benchmark scans.


D.

Designate an AWS Security Hub administrator account. Configure new accounts in the organization to automatically become member accounts. Enable CIS AWS Foundations Benchmark scans.


Expert Solution
Questions # 54:

An organization is running multiple applications for their customers. Each application is deployed by running a base AWS CloudFormation template that configures a new VPC. All applications are run in the same AWS account and AWS Region. A SysOps administrator has noticed that when trying to deploy the same AWS

CloudFormation stack, it fails to deploy.

What is likely to be the problem?

Options:

A.

The Amazon Machine image used is not available in that region.


B.

The AWS CloudFormation template needs to be updated to the latest version.


C.

The VPC configuration parameters have changed and must be updated in the template.


D.

The account has reached the default limit for VPCs allowed.


Expert Solution
Questions # 55:

A company is running Amazon RDS for PostgreSOL Multi-AZ DB clusters. The company uses an AWS Cloud Formation template to create the databases individually with a default size of 100 GB. The company creates the databases every Monday and deletes the databases every Friday.

Occasionally, the databases run low on disk space and initiate an Amazon CloudWatch alarm. A SysOps administrator must prevent the databases from running low on disk space in the future.

Which solution will meet these requirements with the FEWEST changes to the application?

Options:

A.

Modify the CloudFormation template to use Amazon Aurora PostgreSOL as the DB engine.


B.

Modify the CloudFormation template to use Amazon DynamoDB as the database. Activate storage auto scaling during creation of the tables


C.

Modify the Cloud Formation template to activate storage auto scaling on the existing DB instances.


D.

Create a CloudWatch alarm to monitor DB instance storage space. Configure the alarm to invoke the VACUUM command.


Expert Solution
Questions # 56:

A SysOps administrator needs to track workload costs across all accounts in an organization in AWS Organizations. All components of each workload have a workload tag. However, the SysOps administrator is unable to view the costs that are associated with the tag.

Which action should the SysOps administrator take to be able to view the costs of each workload?

Options:

A.

Create a cost category for the tag.


B.

Create a cost monitor for the tag.


C.

Enable split cost allocation data in the AWS Cost Management console.


D.

Activate the tag as a user-defined cost allocation tag.


Expert Solution
Questions # 57:

A SysOps administrator is re-architecting an application. The SysOps administrator has moved the database from a public subnet, where the database used a public endpoint. into a private subnet to restrict access from the public network. After this change, an AWS Lambda function that requires read access to the database cannot connect to the database. The SysOps administrator must resolve this issue without compromising security.

Which solution meets these requirements?

Options:

A.

Create an AWS PrivateLink interface endpoint for the Lambda function. Connect to the database using its private endpoint.


B.

Connect the Lambda function to the database VPC. Connect to the database using its private endpoint.


C.

Attach an 1AM role to the Lambda function with read permissions to the database.


D.

Move the database to a public subnet. Use security groups for secure access.


Expert Solution
Questions # 58:

To manage Auto Scaling group instances that have OS vulnerabilities, the SysOps administrator needs an automated patching solution.

Options:

Options:

A.

Use AWS Systems Manager Patch Manager to patch the instances during a scheduled maintenance window. In the AWS-RunPatchBaseline document, ensure that the RebootOption parameter is set to RebootIfNeeded.


B.

Use EC2 Image Builder pipelines on a schedule to create new Amazon Machine Images (AMIs) and new launch templates that reference the new AMIs. Use the instance refresh feature for EC2 Auto Scaling to replace instances.


C.

Use AWS Config to scan for operating system vulnerabilities and to patch instances when the instance status changes to NON_COMPLIANT. Send an Amazon Simple Notification Service (Amazon SNS) notification to an operations team to reboot the instances during off-peak hours.


D.

In the Auto Scaling launch template, provide an Amazon Machine Image (AMI) ID for an AWS-provided base image. Update the user data with a shell script to download and install patches.


Expert Solution
Questions # 59:

A company manages an application that uses Amazon ElastiCache for Redis with two extra-large nodes spread across two different Availability Zones. The company's IT team discovers that the ElastiCache for Redis cluster has 75% freeable memory. The application must maintain high availability.

What is the MOST cost-effective way to resize the cluster?

Options:

A.

Decrease the number of nodes in the ElastiCache for Redis cluster from 2 to 1.


B.

Deploy a new ElastiCache for Redis cluster that uses large node types. Migrate the data from the original cluster to the new cluster. After the process is complete, shut down the original duster.


C.

Deploy a new ElastiCache for Redis cluster that uses large node types. Take a backup from the original cluster, and restore the backup in the new cluster. After the process is complete, shut down the original cluster.


D.

Perform an online resizing for the ElastiCache for Redis cluster. Change the node types from extra-large nodes to large nodes.


Expert Solution
Questions # 60:

A company has an AWS Cloud Formation template that creates an Amazon S3 bucket. A user authenticates to the corporate AWS account with their Active Directory credentials and attempts to deploy the Cloud Formation template. However, the stack creation fails.

Which factors could cause this failure? (Select TWO.)

Options:

A.

The user's IAM policy does not allow the cloudformation:CreateStack action.


B.

The user's IAM policy does not allow the cloudformation:CreateStackSet action.


C.

The user's IAM policy does not allow the s3:CreateBucket action.


D.

The user's IAM policy explicitly denies the s3:ListBucket action.


E.

The user's IAM policy explicitly denies the s3:PutObject action


Expert Solution
Viewing page 6 out of 9 pages
Viewing questions 51-60 out of questions