PAS-C01 Migration • Set 11
PAS-C01 Migration Practice Test 11 — 15 questions with explanations. Free, no signup.
A company is migrating SAP applications to AWS and uses the CloudFormation template snippet shown in the exhibit. The SAP ASCS instance requires a shared file system for the transport directory. However, the template does not create any shared storage. Which AWS resource should be added to the template to provide a shared file system?
Refer to the exhibit.
Resources:
MySAPInstance:
Type: AWS::EC2::Instance
Properties:
InstanceType: r5.2xlarge
ImageId: ami-0abcdef1234567890
BlockDeviceMappings:
- DeviceName: /dev/sdf
Ebs:
VolumeSize: 100
VolumeType: gp3
Tags:
- Key: Name
Value: SAP-ASCS