Free AWS-CERTIFIED-SOLUTIONS-ARCHITECT-ASSOCIATE-SAA-C03 Amazon AWS-CERTIFIED-SOLUTIONS-ARCHITECT-ASSOCIATE-SAA-C03 Practice Test Question

Loading demo links...

Showing 76–78 of 102 questions

Question 76 (Topic 1)

A company created a new organization in AWS Organizations. The organization has multiple accounts for the company's development teams. The development team members use AWS IAM Identity Center (AWS Single Sign-On) to access the accounts. For each of the company's applications, the development teams must use a predefined application name to tag resources that are created. A solutions architect needs to design a solution that gives the development team the ability to create resources only if the application name tag has an approved value. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Create an IAM group that has a conditional Allow policy that requires the application name tag to be specified for resources to be created.
  • Create a cross-account role that has a Deny policy for any resource that has the application name tag.
  • Create a resource group in AWS Resource Groups to validate that the tags are applied to all resources in all accounts.
  • Create a tag policy in Organizations that has a list of allowed application names.
Question 77 (Topic 1)

A company is migrating its multi-tier on-premises application to AWS. The application consists of a single-node MySQL database and a multi-node web tier. The company must minimize changes to the application during the migration. The company wants to improve application resiliency after the migration. Which combination of steps will meet these requirements? (Choose two.)

Select an option, then click Submit answer.

  • Migrate the web tier to Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer.
  • Migrate the database to Amazon EC2 instances in an Auto Scaling group behind a Network Load Balancer.
  • Migrate the database to an Amazon RDS Multi-AZ deployment.
  • Migrate the web tier to an AWS Lambda function.
  • Migrate the database to an Amazon DynamoDB table.
Question 78 (Topic 1)

A company hosts a database that runs on an Amazon RDS instance that is deployed to multiple Availability Zones. The company periodically runs a script against the database to report new entries that are added to the database. The script that runs against the database negatively affects the performance of a critical application. The company needs to improve application performance with minimal costs. Which solution will meet these requirements with the LEAST operational overhead?

Select an option, then click Submit answer.

  • Add functionality to the script to identify the instance that has the fewest active connections. Configure the script to read from that instance to report the total new entries.
  • Create a read replica of the database. Configure the script to query only the read replica to report the total new entries.
  • Instruct the development team to manually export the new entries for the day in the database at the end of each day.
  • Use Amazon ElastiCache to cache the common queries that the script runs against the database.