A company has moved an of its SAP workloads to AWS During peak business hours end users are reporting performance issues because work processes are going into PRIV mode on an SAP S/4HANA system An SAP support engineer indicates that SAP cannot provide support for this issue because some specific performance metrics are not available.
Which combination of actions must the company perform to comply with SAP support requirements? (Select THREE.)
An SAP engineer has deployed an SAP S 4HANA system on an Amazon EC2 instance mat runs Linux. The SAP license key has been installed After a white the newly installed SAP instance presents an error that indicates that the SAP license key is not valid because the SAP system's hardware key changed. There have been no changes to the EC2 instance or its configuration.
Which solution will permanently resolve this issue?
Answer : C
https://d0.awsstatic.com/enterprise-marketing/SAP/sap-on-aws-high-availability-guide.pdf
SAP software is secured by a license using a hardware key (customer key). As described in SAP note 174911,'' this hardware key is based upon a MAC address of a network card in your Linux system''. In certain situations the algorithm can pick a different network card than it used for calculation before, thus returning a different hardware key.
A company is planning to migrate its SAP workloads to AWS. The company will use two VPCs One VPC will be for production systems and one VPC will be for non-production systems. The company will host the non-production systems and the primary node of all the production systems in the same Availability Zone.
What is the MOST cost-effective way to establish a connection between me production systems and the non-production systems?
Answer : B
Establish a VPC peering connection between the two VPCs Add the appropriate routes in the subnet route tables is the most cost-effective way to establish a connection between the production systems and the non-production systems. VPC Peering allows for direct and private communication between VPCs and does not require any additional components such as internet gateways or VPN connections. This method is more cost-effective than using a Transit Gateway or Direct Connect and also provides better security as the traffic remains within the AWS network.
An SAP solutions architect is using AWS Systems Manager Distributor to install the AWS Data Provider for SAP on production SAP application servers and SAP HANA database servers The SAP application servers and the SAP HANA database servers are running on Red Hat Enterprise Linux.
The SAP solutions architect chooses instances manually m Systems Manager Distributor and schedules installation. The installation fails with an access and authorization error related to Amazon CloudWatch and Amazon EC2 instances. There is no error related to AWS connectivity.
What should the SAP solutions architect do to resolve the error?
Answer : C
It's likely that the instances currently lack the necessary permissions to interact with CloudWatch and EC2. By creating an IAM role with the appropriate permissions and attaching it to the instances, the SAP solutions architect can grant the necessary permissions to the instances to complete the installation.
https://docs.aws.amazon.com/sap/latest/general/data-provider-troubleshooting.html
An SAP basis architect is configuring high availability for a critical SAP system on AWS. The SAP basis architect is using an overlay IP address to route traffic to the subnets across multiple Availability Zones within an AWS Region for the system's SAP HANA database.
What should the SAP basis architect do to route the traffic to the Amazon EC2 instance of the active SAP HANA database?
A company's SAP basis team is responsible for database backups in Amazon S3. The company frequently needs to restore the last 3 months of backups into the pre-production SAP system to perform tests and analyze performance. Previously an employee accidentally deleted backup files from the S3 bucket. The SAP basis team wants to prevent accidental deletion of backup files in the future.
Which solution will meet these requirements?
Answer : B
enabling versioning and multi-factor authentication (MFA) on the S3 bucket. Versioning will allow you to keep multiple versions of your backup files in the same bucket, so you won't have to worry about accidental deletion. Multi-factor authentication (MFA) will help ensure that only authorized users can access or delete the backup files.
A data analysis company has two SAP landscapes that consist of sandbox development QA, pre-production and production servers. One landscape is on Windows and the other landscape is on Red Hat Enterprise Linux. The servers reside in a room m a building that other tenants share.
An SAP solutions architect proposes to migrate the SAP applications to AWS The SAP solutions architect wants to move the production backups to AWS and wants to make the backups highly available to restore >n case of unavailability of an on-premises server.
Which solution will meet these requirements MOST cost-effectively?
Answer : D
Take a backup of the production servers, Implement an Amazon S3 File Gateway, Create file shares by using the S3 File Gateway, Copy the backup files to the file shares through NFS and SMB, Map backup files directly to Amazon S3 and Configure an S3 Lifecycle policy to send the backup files to S3 Glacier based on the company's data retention policy. This option is cost-effective because it avoids the need for third-party tools, tape drives and storage gateways, and reduces the amount of time and resources needed for the migration process. Additionally, the S3 lifecycle policy allows you to automate the storage and archiving process and ensure that your data is stored in the most cost-effective way.