πŸ”

PAS-C01 β€” questions

Page 5 of 7 Β· 130 total questions.

Topic 1 Β· Question 81

A company is migrating its SAP S/4HANA landscape from on premises to AWS. An SAP solutions architect is designing a backup solution for the SAP S/4HANA landscape on AWS. The backup solution will use AWS Backint Agent for SAP HANA (AWS Backint agent) to store backups in Amazon S3. The company's backup policy for source systems requires a retention period of 150 days for weekly full online backups. The backup policy requires a retention period of 30 days for daily transaction log backups. The company must keep the same backup policy on AWS while maximizing data resiliency. The company needs the ability to retrieve the backup data one or two times each year within 10 hours of the retrieval request. The SAP solutions architect must configure AWS Backint agent and S3 Lifecycle rules according to these parameters. Which solution will meet these requirements MOST cost-effectively?

  • AConfigure the target S3 bucket to use S3 Glacier Deep Archive for the backup files. Create S3 Lifecycle rules on the S3 bucket to delete full online backup files that are older than 150 days and to delete log backup files that are older than 30 days.
  • BConfigure the target S3 bucket to use S3 Standard storage for the backup files. Create an S3 Lifecycle rule on the S3 bucket to move all the backup files to S3 Glacier Instant Retrieval. Create additional S3 Lifecycle rules to delete full online backup files that are older than 150 days and to delete log backup files that are older than 30 days.
  • CConfigure the target S3 bucket to use S3 One Zone-Infrequent Access (S3 One Zone-IA) for the backup files. Create S3 Lifecycle rules on the S3 bucket to move full online backup files that are older than 30 days to S3 Glacier Flexible Retrieval and to delete log backup files that are older than 30 days. Create an additional S3 Lifecycle rule to delete full online backup files that are older than 150 days.
  • DConfigure the target S3 bucket to use S3 Standard-Infrequent Access (S3 Standard-IA) for the backup files. Create S3 Lifecycle rules on the S3 bucket to move full online backup files that are older than 30 days to S3 Glacier Flexible Retrieval and to delete log backup files that are older than 30 days. Create an additional S3 Lifecycle rule to delete full online backup files that are older than 150 days. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Configure the target S3 bucket to use S3 Standard-Infrequent Access (S3 Standard-IA) for the backup files. Create S3 Lifecycle rules on the S3 bucket to move full online backup files that are older than 30 days to S3...

Explanation

Amazon S3 Glacier offers low-cost archival storage for infrequently accessed data. S3 Standard-IA reduces cost for infrequently accessed data that still needs high availability. S3 Lifecycle policies automatically transition or expire objects to control storage cost. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 82

A global retail company is running its SAP S/4HANA workload on AWS. The company's business has grown in the past few years, and user activity has generated a significant amount or data in the SAP S/4HANA system. The company wants to expand into new geographies. Before the company finalizes the expansion plan, the company wants to perform analytics on the historical data from the past few years. The company also wants to generate sales forecasts for potential expansion locations. An SAP solutions architect must implement a solution to extract the data from SAP S/4HANA into Amazon S3. The solution also must perform the required analytics and forecasting tasks. Which solution will meet these requirements with the LEAST custom development effort?

  • AUse AWS AppSync to extract the data from SAP S/4HANA and to store the data in Amazon S3. Use AWS Glue to perform analytics. Use Amazon Forecast for sales forecasts.
  • BUse the SAP Landscape Transformation (LT) Replication Server SDK to extract the data, to integrate the data with SAP Data Services, and to store the data in Amazon S3. Use Amazon Athena to perform analytics. Use Amazon Forecast for sales forecasts.
  • CUse Amazon AppFlow to extract the data from SAP S/4HANA and to store the data in Amazon S3. Use Amazon QuickSight to perform analytics. Use Amazon Forecast for sales forecasts. (correct answer)
  • DIntegrate AWS Glue and AWS Lambda with the SAP Operational Data Provisioning (ODP) Framework to extract the data from SAP S/4HANA and to store the data in Amazon S3. Use Amazon QuickSight to perform analytics. Use Amazon Forecast for sales forecasts.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Use Amazon AppFlow to extract the data from SAP S/4HANA and to store the data in Amazon S3. Use Amazon QuickSight to perform analytics. Use Amazon Forecast for sales forecasts.

Explanation

Amazon S3 provides durable, scalable object storage that is fully managed. Amazon AppFlow securely transfers data between SaaS apps and AWS without code. Amazon QuickSight is a serverless business-intelligence and dashboard service.

Topic 1 Β· Question 83

A company's SAP solutions architect needs to design an architecture to deploy a highly available SAP S/4HANA application on AWS. The company requires the SAP NetWeaver ASAP ASCS components and the SAP HANA database components or the application to be highly available. The company will operate the SAP NetWeaver ASCS, SAP NetWeaver PAS, and SAP HANA database components on separate Amazon EC2 instances. Each EC2 instance will run the Red Hat Enterprise Linux operating system. The company's AWS account has a VPC with a CIDR block that uses the 10.0.0.0/24 address block. The VPC contains two subnets. Each subnet is assigned to a different Availability Zone. The company has no other VPCs in this account, and the company has no other AWS accounts. Which set of overlay IP addresses can the SAP solutions architect use to provide the required highly available architecture?

  • ATwo overlay IP addresses: 10.0.0.50 for SAP ASCS and 10.0.0.54 for SAP HANA
  • BTwo overlay IP addresses: 192.168.0.50 for SAP ASCS and 192.168.0.54 for SAP HANA
  • CThree overlay IP addresses: 10.0.0.50 for SAP ASCS, 10.0.0.52 for SAP ERS, and 10.0.0.54 for SAP HANA
  • DThree overlay IP addresses: 192.168.0.50 for SAP ASCS, 192.168.0.52 for SAP ERS, and 192.168.0.54 for SAP HANA (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Three overlay IP addresses: 192.168.0.50 for SAP ASCS, 192.168.0.52 for SAP ERS, and 192.168.0.54 for SAP HANA By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 1 Β· Question 84

A company is running its on-premises SAP ERP Central Component (SAP ECC) system on an Oracle database on Oracle Enterprise Linux. The database is 1 TB in size and uses 27,000 IOPS for its peak performance Multiple SSD volumes are striped to store Oracle data files in separate sapdata directories to gain the required IOPS. The company is planning to move this workload to AWS. The company chooses high I/O bandwidth instances with a Nitro hypervisor to host the target database instance. Downtime is not a constraint for the migration. The company needs an Amazon Elastic Block Store (Amazon EBS) storage layout that optimizes cost for the migration. How should the company reorganize the Oracle data files to meet these requirements?

  • AReorganize the Oracle data files into one 9 TB General Purpose SSD (gp2) EBS volume.
  • BReorganize the Oracle data files into a striped volume of three 3 TB General Purpose SSD (gp2) EBS volumes. (correct answer)
  • CReorganize the Oracle data files into one 1 TB General Purpose SSD (gp3) EBS volume with 27,000 provisioned IOPS.
  • DReorganize the Oracle data files into ten 100 GB General Purpose SSD (gp3) EBS volumes.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Reorganize the Oracle data files into a striped volume of three 3 TB General Purpose SSD (gp2) EBS volumes.

Explanation

Amazon EBS provides block storage attached to a single EC2 instance.

Topic 1 Β· Question 85

A company has grown rapidly in a short period of time. This growth has led to an increase in the volume of data, the performance requirements for storage, and the memory and vCPU requirements for the company's SAP HANA database that runs on AWS. The SAP HANA database is a scale-up installation. Because of the increased requirements, the company plans to change the Amazon EC2 instance type to a virtual EC2 High Memory instance and plans to change the Amazon Elastic Block Store (Amazon EBS) volume type to a higher performance volume type for the SAP HANA database. The EC2 instance is a current-generation instance, both before and after the change. Additionally, the EC2 instance and the EBS volume meet all the prerequisites for instance type change and EBS volume type change. An SAP basis administrator must advise the company about whether these changes will require downtime for the SAP system. Which guidance should the SAP basis administrator provide to the company?

  • AThe change in EC2 instance type does not require SAP system downtime, but the change in EBS volume type requires SAP system downtime.
  • BThe change in EC2 instance type requires SAP system downtime, but the change in EBS volume type does not require SAP system downtime. (correct answer)
  • CNeither the change in EC2 instance type nor the change in EBS volume type requires SAP system downtime.
  • DBoth the change in EC2 instance type and the change in EBS volume type require SAP system downtime.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The change in EC2 instance type requires SAP system downtime, but the change in EBS volume type does not require SAP system downtime.

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. Amazon EBS provides block storage attached to a single EC2 instance.

Topic 1 Β· Question 86

An SAP engineer is designing an SAP S/4HANA high availability architecture on Linux Amazon EC2 instances in two Availability Zones. The SAP engineer needs to create a solution to achieve high availability and consistency for /usr/sap/trans end /usr/sap/ file systems. Which solution will meet these requirements with the MOST reliability?

  • ASet up an NFS server on one of the EC2 instances.
  • BUse Amazon Elastic File System (Amazon EFS). (correct answer)
  • CUse the EC2 local instance store.
  • DUse Amazon Elastic Block Store (Amazon EBS) Multi-Attach.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Use Amazon Elastic File System (Amazon EFS).

Explanation

Amazon EFS is a shared, elastic NFS file system that multiple instances can mount concurrently across AZs.

Topic 1 Β· Question 87 Β· Select all that apply

A company migrated its SAP environment to AWS 6 months ago. The landscape consists of a few thousand Amazon EC2 instances for production, development, quality, and sandbox environments. The company wants to minimize the operational cost of the landscape without affecting system performance and availability. Which solutions will meet these requirements? (Choose two.)

  • AScale down the EC2 instance size for non-production environments.
  • BCreate an AWS Systems Manager document to automatically stop and start the SAP systems. Use Amazon CloudWatch to automate the scheduling of this task.
  • CReview the billing data for the EC2 instances. Analyze the workload, and choose an EC2 Instance Savings Plan. (correct answer)
  • DCreate an AWS Systems Manager document to automatically stop and start the SAP systems and EC2 instances for non-production environments outside business hours. Use Amazon EventBridge to automate the scheduling of this task. (correct answer)
  • ECreate an AWS Systems Manager document to automatically stop and start the SAP systems and EC2 instances. Maintain the schedule in the Systems Manager document to automate this task.
Reveal answer & explanation
Correct answer: C, D

The correct answer is C, D. Option C: Review the billing data for the EC2 instances. Analyze the workload, and choose an EC2 Instance Savings Plan. Option D: Create an AWS Systems Manager document to automatically stop and start the SAP systems and EC2 instances for non-production environments outside business hours. Use Amazon EventBridge to automate the scheduling of thi...

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. Amazon EventBridge routes events between services with rules, enabling event-driven, decoupled architectures. AWS Systems Manager operates and automates management of fleets of resources.

Topic 1 Β· Question 88

An SAP solutions architect needs to design a highly available solution to support a 12 TB SAP HANA system on AWS. The solution will be deployed in a single AWS Region. Which solution will meet these requirements MOST cost-effectively?

  • AUse an SAP certified high availability cluster solution and SAP HANA backup and restore.
  • BUse an SAP certified high availability cluster solution and SAP HANA system replication with data preload. (correct answer)
  • CUse an SAP certified high availability cluster solution and multi-tiered SAP HANA system replication.
  • DUse an SAP certified high availability cluster solution and storage replication with AWS Elastic Disaster Recovery.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Use an SAP certified high availability cluster solution and SAP HANA system replication with data preload. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 89 Β· Select all that apply

A company's SAP solutions architect is configuring a network architecture for an SAP HANA multi-node environment. The company requires isolation of the logical network zones: client, internal, and storage. The database runs on X1 (memory optimized) Amazon EC2 instances and uses Amazon Elastic Block Store (Amazon EBS) volumes for persistent storage. Which combination of actions will provide the required isolation? (Choose three.)

  • AAttach an AWS Network Firewall policy for each zone to the subnet for the node cluster.
  • BAttach a secondary elastic network interface to each instance for the internal communications between nodes. (correct answer)
  • CAttach a secondary elastic network interface to each instance for the storage communications. (correct answer)
  • DConfigure a security group with rules that allow only TCP connections within the security group on the ports that are assigned for the internal network connections. Associate the security group with the appropriate elastic network interface on each instance. (correct answer)
  • EConfigure a security group with rules that allow only TCP connections with the external customer network on the ports that are assigned for the client connections. Associate the security group with the appropriate elastic network interface.
  • FConfigure a security group with rules that allow Non-Volatile Memory Express (NVMe) connections within the subnet range. Associate the security group with the appropriate elastic network interface on each instance.
Reveal answer & explanation
Correct answer: B, C, D

The correct answer is B, C, D. Option B: Attach a secondary elastic network interface to each instance for the internal communications between nodes. Option C: Attach a secondary elastic network interface to each instance for the storage communications. Option D: Configure a security group with rules that allow only TCP connections within the security group on the ports that are assigned for the internal network connections. Associate the security group with the appropriate el...

Explanation

AWS Config tracks resource configuration changes and evaluates compliance.

Topic 1 Β· Question 90 Β· Select all that apply

An SAP database analyst installs AWS Backint Agent for SAP HANA (AWS Backint agent) by using AWS Systems Manager. The SAP database analyst runs an initial test to perform a database backup for a 512 GB SAP HANA database. The database runs on an SAP certified Amazon EC2 instance type with General Purpose SSD (gp2) Amazon Elastic Block Store (Amazon EBS) volumes for all disk storage. The backup is running too slowly. Which actions should the SAP database analyst take to improve the performance of AWS Backint agent? (Choose two.)

  • ASet the parallel_data_backup_backint_channels parameter to a number greater than 1. (correct answer)
  • BSelect a Provisioned IOPS SSD (io2) volume as the backup target for AWS Backint agent.
  • CDelete unnecessary older backup files from backups that SAP Backint agent performed.
  • DChange the existing gp2-based SAP HANA data volumes to the Provisioned IOPS SSD (io2) EBS volume type. (correct answer)
  • EReinstall AWS Backint agent by using the AWS Backint installer rather than the Systems Manager document.
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Set the parallel_data_backup_backint_channels parameter to a number greater than 1. Option D: Change the existing gp2-based SAP HANA data volumes to the Provisioned IOPS SSD (io2) EBS volume type.

Explanation

Amazon EBS provides block storage attached to a single EC2 instance. AWS Backup centrally automates and manages backups across AWS services.

Topic 1 Β· Question 91

A company is planning to retire a data center where a few legacy SAP applications run. The applications are SAP R/3 4.6C with a Microsoft SQL Server 2005 database end are running on Windows Server 2008. The applications are outside the extended maintenance period. There is no SAP support for the applications. The company has no plans to upgrade the applications or move the applications to a different platform. The company does not have a policy to maintain installation media for any of the applications. The company wants to migrate the applications to AWS. How can the company migrate the applications to AWS?

  • AUse AWS Launch Wizard for SAP to launch the applications on AWS. Migrate the applications by using backup and restore.
  • BPerform an SAP system copy from the source to the target by using SAP Software Provisioning Manager.
  • CUse AWS Application Migration Service to migrate the applications. (correct answer)
  • DManually install the applications on AWS. Perform a database synchronization from the source to the target.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Use AWS Application Migration Service to migrate the applications.

Explanation

AWS Application Migration Service (MGN) rehosts servers to AWS with minimal effort.

Topic 1 Β· Question 92

A company is running its SAP S/4HANA production system on AWS. The system is 5 TB in size and has a high performance and IOPS demand for the SAP HANA data storage. The company is using Amazon Elastic Block Store (Amazon EBS) General Purpose SSD (gp2) storage with burstable IOPS to meet this demand. An SAP solutions architect needs to review the current storage layout and recommend a more cost-effective solution without compromising storage performance. What should the SAP solutions architect recommend to meet these requirements?

  • ASwitch from burstable IOPS to allocated IOPS for the gp2 storage.
  • BReplace all the gp2 storage with Provisioned IOPS SSD (io2) storage.
  • CReplace all the gp2 storage with gp3 storage. Configure the required IOPS. (correct answer)
  • DReplace all the gp2 storage with gp3 storage at baseline IOPS.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Replace all the gp2 storage with gp3 storage. Configure the required IOPS.

Explanation

AWS Config tracks resource configuration changes and evaluates compliance. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 93

A company uses SAP S/4HANA as its ERP solution. The company is using AWS Backint Agent for SAP HANA (AWS Backint agent) for backups. Although the configuration is correct for AWS Backint agent, the backups are falling with the following error. NoCredentialProviders: no valid providers in chain. What could be the reason for this error?

  • AAWS Systems Manager Agent is not installed on the Amazon EC2 instance.
  • BNo IAM role is attached to the Amazon EC2 instance. (correct answer)
  • CAWS Backint agent binaries are owned by a non-root user.
  • DAWS Backint agent is connecting to Amazon S3 with VPC endpoints.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No IAM role is attached to the Amazon EC2 instance.

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. An IAM role grants temporary, least-privilege permissions to AWS resources without long-term credentials. AWS IAM controls authenticated and authorized access to AWS resources with fine-grained policies.

Topic 1 Β· Question 94

A company needs to migrate its SAP HANA landscape from an on-premises data center to AWS. The company's existing SAP HANA database instance is oversized. The company must resize the database instance as part of the migration. Which combination of steps should the company take to ensure that the target Amazon EC2 instance is sized optimally for the SAP HANA database instance? (Choose two.)

  • ADetermine the peak memory utilization of the existing on-premises SAP HANA system. (correct answer)
  • BDetermine the average memory utilization of the existing on-premises SAP HANA system.
  • CFor the target system, select any SAP certified EC2 instance that provides more memory than the current average memory utilization.
  • DFor the target system, select the smallest SAP certified EC2 instance that provides more memory than the current peak memory utilization.
  • EFor the target system, select any current-generation EC2 memory optimized instance.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Determine the peak memory utilization of the existing on-premises SAP HANA system.

Topic 1 Β· Question 95 Β· Select all that apply

A company plans to migrate a critical SAP S/4HANA workload from on-premises hardware to AWS. An SAP solutions architect needs to develop a solution to effectively monitor the SAP landscape on AWS for this workload. The solution must capture resource utilization and must follow a serverless approach to monitor the SAP environment. The solution also must track all the API calls that are made within the company's AWS account. Which combination of steps should the SAP solutions architect take to meet these requirements? (Choose two.)

  • AConfigure Amazon CloudWatch detailed monitoring for the AWS resources in the SAP landscape. Use AWS Lambda, and create the Lambda layer "sapjco" for the SAP Java Connector. Deploy the solution with AWS Serverless Application Repository for sap-monitor. (correct answer)
  • BSet up a Multi-AZ deployment of SAP on AWS. Use Amazon EC2 Auto Scaling to add or remove EC2 instances automatically based on the CPU utilization of the SAP instance.
  • CUse AWS CloudTrail to log and retain account activity related to actions across the SAP on AWS infrastructure. (correct answer)
  • DUse the AWS Personal Health Dashboard to get a personalized view of performance and availability of the underlying AWS resources.
  • EUse AWS Trusted Advisor to optimize the AWS infrastructure and to improve security and performance.
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: Configure Amazon CloudWatch detailed monitoring for the AWS resources in the SAP landscape. Use AWS Lambda, and create the Lambda layer "sapjco" for the SAP Java Connector. Deploy the solution with AWS Serverless Appl... Option C: Use AWS CloudTrail to log and retain account activity related to actions across the SAP on AWS infrastructure.

Explanation

AWS Lambda runs code without provisioning servers and scales automatically, which minimizes operational overhead. Amazon CloudWatch collects metrics, logs and alarms to monitor and react to operational health. AWS CloudTrail records API activity for auditing and governance.

Topic 1 Β· Question 96

A company is planning to deploy SAP HANA on AWS. The block storage that hosts the SAP HANA data volume must have at least 64,000 IOPS per volume and must have a maximum throughput of at least 500 MiB/s per volume. Which Amazon Elastic Block Store (Amazon EBS) volume meets these requirements?

  • AGeneral Purpose SSD (gp2) EBS volume
  • BGeneral Purpose SSD (gp3) EBS volume
  • CProvisioned IOPS SSD (io2) EBS volume (correct answer)
  • DThroughput Optimized HDD (st1) EBS volume
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Provisioned IOPS SSD (io2) EBS volume

Explanation

Amazon EBS provides block storage attached to a single EC2 instance.

Topic 1 Β· Question 97 Β· Select all that apply

An SAP engineer is configuring AWS Backint Agent for SAP HANA (AWS Backint agent) for an SAP HANA database that is running on an Amazon EC2 instance. After the configuration, the backups fail. During investigation, the SAP engineer notices that the AWS Backint agent logs contain numerous AccessDenied messages. Which actions should the SAP engineer take to resolve this issue? (Choose two.)

  • AUpdate the EC2 role permissions to allow S3 bucket access. (correct answer)
  • BVerify that the configuration file has the correct formatting of the S3BucketOwnerAccountID. (correct answer)
  • CInstall AWS Systems Manager Agent (SSM Agent) correctly by using the sudo command.
  • DInstall the correct version of Python for AWS Backint agent.
  • EAdd the execute permission to the AWS Backint agent binary.
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: Update the EC2 role permissions to allow S3 bucket access. Option B: Verify that the configuration file has the correct formatting of the S3BucketOwnerAccountID.

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. Amazon S3 provides durable, scalable object storage that is fully managed. AWS Config tracks resource configuration changes and evaluates compliance.

Topic 1 Β· Question 98

A company is running its production SAP HANA system on AWS. The SAP HANA system is hosted on an Amazon EC2 instance that runs SUSE Linux Enterprise Server 12. The operating system patch version is out of date, and SAP has identified some critical security vulnerabilities. SUSE publishes a critical patch update that requires a system restart to fix the issue. The company must apply this patch along with many prerequisite patches. Which solution will meet these requirements with the LEAST system downtime?

  • AUse the SUSE Linux Enterprise Server patching update process and SUSE tools to apply the required patches to the existing instance.
  • BUse AWS Systems Manager Patch Manager to automatically apply the patches to the existing instance.
  • CUse AWS Launch Wizard for SAP to provision a second SAP HANA instance with an AMI that contains the required patches. Use SAP HANA system replication to copy the data from the original SAP HANA instance to the newly launched SAP HANA instance. Perform SAP HANA system replication takeover. (correct answer)
  • DUse AWS Launch Wizard for SAP to provision a second SAP HANA instance with an AMI that contains the required patches. Use SAP HANA native backup and restore to copy the data from the original SAP HANA instance to the newly launched SAP HANA instance.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Use AWS Launch Wizard for SAP to provision a second SAP HANA instance with an AMI that contains the required patches. Use SAP HANA system replication to copy the data from the original SAP HANA instance to the newly l...

Topic 1 Β· Question 99

A company recently implemented an architecture in which all the systems and components of the company's SAP environment are hosted on AWS. Front-end users connect from the corporate data center. SAP application servers and database servers are hosted in a private subnet. The company has the following requirements: β€’ Ensure that the instances in the private subnet can connect to the internet and other AWS services. β€’ Prevent instances from receiving inbound traffic that is initiated by someone on the inter-net. β€’ For SAP support, allow a remote connection between the company's network and SAP. Ensure that access is available to the production environment as needed. Which solution will meet these requirements?

  • AUse a NAT gateway to ensure connectivity between the instances in the private subnet and other AWS services. Deploy SAProuter in a public subnet. Assign a public IP address that is reachable from the internet. (correct answer)
  • BUse NAT instances to ensure connectivity between the instances in the private subnet and other AWS services. Deploy SAProuter in the private subnet with an Elastic IP address that is reachable from the internet.
  • CUse a bastion host to ensure connectivity between the instances in the private subnet and other AWS services. Set up an AWS Direct Connect connection between the SAP support network and the AWS Region where the architecture is implemented.
  • DUse an internet gateway to ensure connectivity between the instances in the private subnet and other AWS services. Deploy SAProuter in a public subnet. Assign a public IP address that is reachable from the internet.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use a NAT gateway to ensure connectivity between the instances in the private subnet and other AWS services. Deploy SAProuter in a public subnet. Assign a public IP address that is reachable from the internet.

Explanation

A NAT gateway lets private subnet resources reach the internet for outbound traffic only.

Topic 1 Β· Question 100

A company plans to move its SAP systems from on premises to AWS to reduce infrastructure costs. The company is willing to make a 3-year commitment. However, the company wants to have maximum flexibility for the selection of Amazon EC2 instances across AWS Regions, instance families, and instance sizes. Which purchasing option will meet these requirements at the LOWEST cost?

  • ASpot Instances
  • B3-year Compute Savings Plan (correct answer)
  • C3-year EC2 Instance Savings Plan
  • D3-year Reserved Instances
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: 3-year Compute Savings Plan This option delivers the requirement at the lowest cost.

Showing questions 81–100 of 130 Β· Page 5 of 7