Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 314 discussion

A solutions architect needs to migrate an on-premises legacy application to AWS. The application runs on two servers behind a load balancer. The application requires a license file that is associated with the MAC address of the server's network adapter It takes the software vendor 12 hours to send new license files. The application also uses configuration files with a static IP address to access a database server, host names are not supported.

Given these requirements, which combination of steps should be taken to implement highly available architecture for the application servers in AWS? (Choose two.)

  • A. Create a pool of ENIs. Request license files from the vendor for the pool, and store the license files in Amazon S3. Create a bootstrap automation script to download a license file and attach the corresponding ENI to an Amazon EC2 instance.
  • B. Create a pool of ENIs. Request license files from the vendor for the pool, store the license files on an Amazon EC2 instance. Create an AMI from the instance and use this AMI for all future EC2 instances.
  • C. Create a bootstrap automation script to request a new license file from the vendor .When the response is received, apply the license file to an Amazon EC2 instance.
  • D. Edit the bootstrap automation script to read the database server IP address from the AWS Systems Manager Parameter Store, and inject the value into the local configuration files.
  • E. Edit an Amazon EC2 instance to include the database server IP address in the configuration files and re-create the AMI to use for all future EC2 stances.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
airgead
Highly Voted 1 year ago
Selected Answer: AD
.Option A covers the licensing aspect, and option D addresses the configuration file requirements.
upvoted 6 times
...
AzureDP900
Most Recent 1 week ago
Option A creates a pool of ENIs (Elastic Network Interfaces), which allows the application servers to have multiple network interfaces with different MAC addresses. This is necessary because the software vendor requires license files associated with specific MAC addresses. Storing the license files in Amazon S3 makes it easier to manage and distribute them across multiple instances. Option D updates the bootstrap automation script to use the AWS Systems Manager (SSM) Parameter Store to retrieve the database server IP address. This allows the configuration files to be dynamically updated, eliminating the need for a static IP address.
upvoted 1 times
...
sarlos
6 months, 2 weeks ago
AD are the right answer
upvoted 1 times
...
duriselvan
11 months, 1 week ago
AD AS https://aws.amazon.com/blogs/aws/new-elastic-network-interfaces-in-the-virtual-private-cloud/
upvoted 3 times
...
career360guru
1 year ago
Selected Answer: AD
A & D are right options
upvoted 3 times
...
s61
1 year ago
Selected Answer: AD
AD Bootstrap scripts
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...