A company is running SAP on anyDB at a remote location that has slow and inconsistent internet connectivity. The company wants to migrate its system to AWS and wants to convert its database to SAP HANA during this process Because of the inconsistent internet connection the company has not established connectivity between the remote location and the company's VPC in the AWS Cloud.
How should the company perform this migration?
Answer : B
Snowball Edge allows for offline data transfer, which is suitable for cases where there is slow and inconsistent internet connectivity. The data can be transferred to the Snowball Edge device, shipped to the AWS region, and then imported into the new SAP HANA system in the VPC. This is a suitable option for migrating large amounts of data from a remote location to AWS.
https://docs.aws.amazon.com/sap/latest/sap-hana/migrating-hana-tools.html#migrating-hana-snowball
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 has deployed SAP workloads on AWS The AWS Data Provider for SAP is installed on the Amazon EC2 instance where the SAP application is running An SAP solutions architect has attached an IAM role to the EC2 instance with the following policy.
The AWS Data Provider for SAP is not returning any metrics to the SAP application. Which change should the SAP solutions architect make to the 1AM permissions to resolve this issued.
Answer : B
The AWS Data Provider for SAP requires the ability to access metrics data in order to return metrics to the SAP application. The IAM policy statement with Sid 'AWSDataProvider1' currently does not have the necessary permissions to access metrics data. The SAP solutions architect should add the cloudwatch:GetMetricStatistics action to the policy statement with Sid 'AWSDataProvider1' to grant the necessary permissions for the Data Provider to access metrics data.
The other actions such as 'EC2:DescribeInstances' and 'EC2:DescribeVolumes' are not related to CloudWatch metrics and only provide the ability to describe EC2 instances and volumes. Actions such as 's3:GetObject' are not related to CloudWatch metrics, it's used to get an object from an S3 bucket. Actions such as 'cloudwatch:ListMetrics' and 'cloudwatch:DescribeAlarmsForMetric' would not be necessary for the AWS Data Provider for SAP to return metrics to the SAP application and it's not related to the problem described.
https://docs.aws.amazon.com/sap/latest/general/data-provider-troubleshooting.html
A company's basis administrator is planning to deploy SAP on AWS m Linux. The basis administrator must set up the proper storage to store SAP HANA data and log volumes. Which storage options should the basis administrator choose to meet these requirements? (Select TWO.)