Why some services are called “AWS XXX” and the others “Amazon XXX”

久未见 提交于 2019-12-11 10:22:40

问题


I notice that some Amazon Web Services are called "AWS XXX" (for example AWS Lambda) and others are called "Amazon XXX" (for example Amazon RedShift). Why? There is any differences?

Thank you.


回答1:


The pattern is that utility services are prefixed with AWS, while standalone services are prefixed by "Amazon".

Services prefixed with AWS typically use other services, for example:

  • AWS Elastic Beanstalk, AWS OpsWorks and AWS CloudFormation launch other services
  • AWS Lambda is triggered by other services
  • AWS Data Pipeline moves data between other services
  • AWS CloudFormation launches other services

Mind you, this doesn't apply to everything. For example, Amazon EBS can only be used with Amazon EC2, yet it has an "Amazon" prefix.

The AWS documentation page is a great reference for determining the official name of a service.



来源:https://stackoverflow.com/questions/33125790/why-some-services-are-called-aws-xxx-and-the-others-amazon-xxx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!