A data engineer must host a new Microsoft SQL Server database in AWS for a project. Which service could they use to accomplish this task?
☐ Amazon DynamoDB
☐ Amazon Aurora
☐ Amazon DocumentDB (with MongoDB compatibility)
☐ Amazon Neptune
AWS Academy says the answer is Amazon Aurora, but shouldn't the answer be Amazon RDS for SQL Server (not shown in the options)?
Which statements about user data are correct? (Select TWO.)
A. The cloud architect must remove the config_user_scripts file to rerun the user data scripts.
B. By default, user data runs only once, when an instance is launched.
C. User data cannot be run while the instance is stopped.
D. By default, user data runs after every instance restart.
E. The cloud architect must run the /var/lib/cloud/instance/scripts/part-001 command for the user data script to run again.
AWS Academy says the correct answers are B and E. But why E, and why not C?
Which AWS service is an option that can be used to store and retrieve secrets within an AWS Lambda function?
☐ AWS Step Functions
☐ AWS Systems Manager
☐ AWS Key Management Service (AWS KMS)
☐ AWS Config
The Course Assessment for AWS Academy Cloud Security Foundations says AWS Systems Manager is the wrong answer, but I am pretty sure it is correct.