Naming convention for service groups

1

What is the deciding feature that determines whether a service has the Amazon or AWS prefix? Looking at the answers online, there does not appear to be a consensus. From my exploration of the platform, it seems that AWS often refers to IaaS and PaaS services, while Amazon tends to be reserved for SaaS. Is this about right? Is there a better way to think about the naming convention? Thanks!

asked 2 years ago584 views
1 Answer
1
Accepted Answer

The answer is not very specific unfortunately, but for the majority of services:

  • AWS Prefix - These are services that typically link or operate with other services. (AWS Cost Explorer, AWS IAM, AWS Budgets, AWS IAM, etc.)
  • Amazon Prefix - These are services that function completely on their own. (Amazon RDS, Amazon SQS, Amazon EC2, etc.)

A single service on AWS may be defined as multiple (I/P/S/F)aaS interpretations, so most services are ambiguous to these terms.

profile pictureAWS
EXPERT
Chris_G
answered 2 years ago
  • Great, thank you very much for the clarifications.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions