Bird
0
0

Which of the following is the correct way to specify an origin domain name in a CloudFront distribution configuration?

easy📝 Configuration Q12 of 15
AWS - Cloud Computing Fundamentals
Which of the following is the correct way to specify an origin domain name in a CloudFront distribution configuration?
Aorigin-domain-name: example_com
BoriginDomainName = example.com
Corigin_domain_name: "example.com"
DoriginDomainName: 'example_com'
Step-by-Step Solution
Solution:
  1. Step 1: Review CloudFront origin domain syntax

    CloudFront origin domain names are specified as strings with dots, e.g., "example.com".
  2. Step 2: Check option formats

    origin_domain_name: "example.com" uses correct key and string format with quotes and dot notation.
  3. Final Answer:

    origin_domain_name: "example.com" -> Option C
  4. Quick Check:

    Correct syntax uses quotes and dots [OK]
Quick Trick: Use quotes and dots for domain names in config [OK]
Common Mistakes:
MISTAKES
  • Using underscores instead of dots in domain names
  • Missing quotes around domain strings
  • Using incorrect key names or assignment symbols

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes